Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have nearly 20Filters and i have to show in chart footer what are the filters have been selected.
Here i need to exclude that salesperson in this chart footer as this is not applicable.
My report was little bigger so unable to use N number of alternate states because of performance issue.
Kindly help me to achieve this
Perhaps this?
GetCurrentSelections(Only({<FieldName-={'Value'}>} FieldName))
Hi Anil_Babu_Samineni ,
I don't want to exclude particular field value, i have to exclude some particular field names itself.
As i have 15 filter with many values, it will be a long work to enter each value of each field.
Kindly help with any other way.
You can simply define this way?
GetCurrentSelections(Only({<FieldName>} FieldName))