Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i'm lee from S.Korea
I have one Question about Selection.
suppose
i have one ListBox of Customers.(a, b, c, d, e .......z)
then, I have multi Choice using Ctrl Key. (a,b,c,d,e,f,g,h,i,j,k) 11 customers.
the Thing is, selection box present [ Customer 11/28]
I want to see all Customer like a, b, c, d, e, f, g, h, i, j, k.
there are no method?
or
way of macro use.. is ok.
how can i get the all Value.
please let me know.
In the 'current selections' box it won't show more than a few unique names before it shows 'x of y' counts.
In a text box though you can list them in a delimitted fashion with this expression:
'List of Customers: ' & concat( distinct [Customers] , ',')
...where [Customers] is the name of your field containing the customer names.
In the 'current selections' box it won't show more than a few unique names before it shows 'x of y' counts.
In a text box though you can list them in a delimitted fashion with this expression:
'List of Customers: ' & concat( distinct [Customers] , ',')
...where [Customers] is the name of your field containing the customer names.
Hi Lee,
You can use custom current selection box as shown in the attachment. sorry for my misunderstanding in earlier post.
If you want to show all values then you need increase the values of current selection box in "User Preferences" settings in qlikview. Find the screenshot attached.
Hi,
That is not supported by Qlik.
Instead you can use alternates.
have a look at below link.
Current Selection Alternatives
regards
ASHFAQ
Thank you jpe
it is very helpful.