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
Try adding dollar sign expansion with GetFieldSelections
$(=GetFieldSelections(Selection))
Try adding dollar sign expansion with GetFieldSelections
$(=GetFieldSelections(Selection))
Thanks Sunny.
Much appreciated!
No problem at all ... Glad I am able to help
One related question
One of my inline field values has a space in it - e.g., Wholesaler Type. It shows fine in the list box for the user to select; but it does not work in the dimension. Is there a work around for it?
Thanks again!
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)?
In that case, try this
$(='[' & GetFieldSelections(Selection) & ']')
Thanks Sunny.
That worked fine too!
However, it does not pick up Dimension values that have a space in them - e.g., Wholesaler Type has values Public, Private, and Non Profit. It picks up Public and Private but not Non Profit. Is there a workaround for that?
Thanks again!!
Can you show an image of what you see? I am not sure I understand what you might have?
Thanks Sunny -
This is what I am getting -
This is what I should be getting -
So the Non Profit gets left out - I guess due to the space.
Thanks again!
Hi Sunny,
Any thoughts on the above examples? The dimension is LEGAL_ENTITY and the value 'Non Profit' gets left out.
Thanks very much!