Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display of multiple values in Current selection box delimited by semi colon rather than by comma


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

5 Replies
datanibbler
Champion
Champion

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

jonathandienst
Partner - Champion III
Partner - Champion III

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.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
giakoum
Partner - Master II
Partner - Master II

Hi Donesh.

why do you need a semicolon? do you have commas in your values?

Not applicable
Author

yes ..the dimension field have got values as "Jessica, sow, jones" , that why semi colon differentiates as separate values

tresesco
MVP
MVP

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