Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Please guide me how present current selection object or values to be presented in a text line
"presented in text line" What do you mean by that.
You can try using GetCurrentSelections() or GetFieldSelections(FieldName) functions
Thanks,
Angad
Hi
Just use
=GetCurrentSelections()
in a text box.
HTH
Jonathan
Create one Text Object past below script use your Field Name there and try to select that Field Name or even past these into your Text Window title else where
=Text name ' & If(GetSelectedCount(Field Name)>0, GetFieldSelections(Field Name))
Try this in text object
=subfield(getcurrentselection(),';',-1)
when you select any value in field it display in text object
If you want to show current selection then go to properties of Text object and type =GetCurrentSelections() and if you want to show specific Dimension then mention that like =GetCurrentSelection(Month).