Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
is there any way to show in the current selections only field values. I do not want to show the field name. There is no option to set this under properties
thanks
Hi,
you can set a space as title
hi carrera,
I dont think thats possible. it is quiet complicated and may not work well always.
the following link would give you a better idea.
Better Current Selections Box to Translate & Hide Fields (QlikTip #49)
Thanks,
Shyam
Just Remove the Caption
Try this expression in a text box:
=$(=concat('if(getselectedcount([' & [$Field] &']),getfieldselections([' & [$Field] &']) & chr(10) )', ' & ' ))
this worked perfectly, thanks
very interesting article, but i cannot implement it for now
thanks