Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have this inline table
NAME
UP
DOWN
i wanna have ONE object and if i select in a list table "up" or "up" and "down" i use JERARQUIC DIMMENSION 1
but if i select "down" i use JERAQUIC DIMENSION 2
all of this in one object
thank you
Greetings
Separates multiple values. If you have UP & DOWN selected in field NAME, the function will return 'DOWN;UP'.
Add a calculated dimension that says:
=if(match(getfieldselections(NAME, ';'), 'UP'), [JERARQUIC DIMMENSION 1], [JERARQUIC DIMMENSION 2])
thank you,
what is the reason of the ; ?
thank you
Separates multiple values. If you have UP & DOWN selected in field NAME, the function will return 'DOWN;UP'.