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: 
Surya
Creator II
Creator II

Set Analysis Excluding All and Giving selection One field

Dear All,

Required Help on Set analysis to Exclude All fields (i have more than 100 fields) need to give user to select only(location) one field.

Please help me out to get exact.

Labels (1)
2 Replies
lironbaram
Partner - Master III
Partner - Master III

Hi,
you should use something like this :

sum({1<location=p(location)>}Sales)
Anil_Babu_Samineni

Don't allow the user to see them as well using section access, Otherwise you can try

Only({< $(=concat({1< $Field -= {'Ignore_FieldName'}>} $Field, ' ,')) >} Location)

Or

Only({< $(=concat({1< $Table = {'Calendar'}>} $Field, ' ,')) >} Location)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful