Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
i have a list box of a range
and i have two expressions. on of them uses whole of selected values in list box and the other one uses just the max value of values chosen.
so i tried to make a condition in my second expression but it doesn't work. i wrote sth like this:
any one knows how i should correct it?
regards
Mana
If it's part of a set analysis expression then you need to use dollar expansion:
count( {<
If it's part of a set analysis expression then you need to use dollar expansion:
count( {<
thanks Gysbert