Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I will greatly appreciate your guidance on this -
We have 3 pivot tables in a dashboard as 3 sheets –
What is a good way to use 1 pivot table (instead of 3) and have a dynamic dimension that the user can select (Coverage or Carrier or Wholesaler)?
I have built an inline table called Selection with values Coverage, Carrier, Wholesaler.
Also using =GetCurrentSelections(Selection) to get the value of user selection in the pivot as a dimension.
But it shows up as ‘Selection: Coverage’ (when Coverage is selected) rather than listing the values of the dimension Coverage.
Thanks for your suggestions - and please let me know if there is a simpler way to do it.
Regards
Hi Sunny,
It's working now. I had the dimension limit to 2 - so changed it to 5 and seeing all my values.
Thanks again for all your help!
Oh nice, I am glad it finally worked for you
Hi stalwar1
It can happen through one more way, I guess.
Make a dimension inline table and in pivot table , we can put enable condition for each dimension like
getfieldselection(Dimension) = 'Selection' for 1 dimension and so on for other 2.
It should work,right?
I believe it should work
Thanks,
This fixed my 2 day struggle > thanks 🙂