$Variable != empty same behavior as only the $Variable in exclusive split - Mendix Forum

$Variable != empty same behavior as only the $Variable in exclusive split

17

I think it saves me a lot of typing "!= empty" a day. Make only the variable in the exclusive split the same as the check for is not empty:

asked
3 answers

Hi Pim,

Is this only regarding objects? I can imagine that certain check could lead to be less clear, like checking a variable like a decimal attribute. And looking at a String, empty is not '' and so on...

KR

Created

let's bump this one :) can improve my modeling speed!

Created

Well this could be a smart thing to have, another would be to do a split on a $List

Then make the following splits available based on list length.

0 = empty

1= contains one entity > allow for immediately taking the head of the list.

>1

Created