Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
you should use something like this :
sum({1<location=p(location)>}Sales)
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)