

Partner - Creator III
2019-11-19
05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exclude particular field names in GetCurrentSelections()
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
951 Views
3 Replies
2019-11-19
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perhaps this?
GetCurrentSelections(Only({<FieldName-={'Value'}>} FieldName))
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


Partner - Creator III
2019-11-19
05:42 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
943 Views
2019-11-19
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can simply define this way?
GetCurrentSelections(Only({<FieldName>} FieldName))
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
932 Views
