Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
while selecting multiple value from list box filter , it should display with delimeter semi colon in current selection box .
can this is possible ?
Cheers
Donesh
Hi,
I'm not aware of any possibility to toggle that in the standard current_selections_box - but you can easily build your own in a textbox, I believe there are some threads or documents about it around here.
Using the GETFIELDSELECTIONS() function you can certainly define what delimiter you want.
HTH
Best regards,
DataNibbler
I do not think that there is any option to change the delimiter in the current selections object. I f you must have semi-colons, then you will have to create your own using a straight table, GetCurrentSelections(), GetFieldSelections() etc or a text box using GetCurrentSelections(). This will not be interactive like the current selections object.
Hi Donesh.
why do you need a semicolon? do you have commas in your values?
yes ..the dimension field have got values as "Jessica, sow, jones" , that why semi colon differentiates as separate values
With qv current selection object you can't change the delimiter. However, if you are ready to take it to a bit more effort, you could try with : Current Selection Alternatives