Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

get the output related to select the filters...

I have 4 filters and one pivot table. i want change the values in a pivot table and show the related to filter, when i select the filter.

4 Replies
jyothish8807
Master II
Master II

You can use:

GetFieldSelections(FilterName)

Br,

KC

Best Regards,
KC
Kohli
Creator II
Creator II
Author

FilterName means i have to enter the four filters name Like . 

GetFieldSelections(Filter1, Filter2, Filter3, filter4)

jyothish8807
Master II
Master II

Do you want to show all the filter in a single filed ?

Then try like this:

GetFieldSelections(Filter1) &' '&GetFieldSelections(Filter2) &' '&GetFieldSelections(Filter3)


Br,

KC

Best Regards,
KC
jyothish8807
Master II
Master II

When you say filter, is one filed containing many values or multiple fields itself ?

Best Regards,
KC