Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Could you help me build an expression that returns the dimensions of a current selection?
For example:
The expected result is: Trabajo Parcial,Puesto,Categoria
I tried with GetCurrentSelections but I can't get the result.
=Concat(SubField(ValueList($(=Chr(39)&GetCurrentSelections(chr(39)&','&chr(39),'=',',',0)&chr(39))), '=',1), ', ')
=Concat(SubField(ValueList($(=Chr(39)&GetCurrentSelections(chr(39)&','&chr(39),'=',',',0)&chr(39))), '=',1), ', ')
It works perfect! Thanks a lot!!