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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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