Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Count({1-$},[Name]))
The above set analysis excludes the selected filter value and displays result. But i want this to be applied to only the Leader filter, i have few other filters like (Location , Department, Year,Owner etc), when i select the remaining filters the set analysis has to be filtered according to the value and exclude
can try with getfieldselections ?
How to with getfieldselections in this case,
Count({1-$(=GetFieldSelections([Name])},[ReportName])) is not working ( i wanted to exclude the selected values from the Name fieldfilter)