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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ashishpalkar
Creator III
Creator III

Get count of fields from "current selections"

Hi Experts

how to get count of fields from "current selections" box?

I want to show count of how many fields user has selected.

Thanks in advance,

1 Reply
MarcoWedel

Hi,

maybe like this:

QlikCommunity_Thread_240174_Pic1.JPG

=Alt(SubStringCount(GetCurrentSelections('', '@OneFieldSelection@'),'@OneFieldSelection@'),0)

hope this helps

regards

Marco