Store cell POV dimensions in parameters

fc
New Contributor III

Hi all,

I currently have a dashboard that shows several cube views in it.

fc_1-1708599269306.png

I'm wondering, is it possible to extract through parameters the POV dimensions of the cell that the user selects, in order to use them for other processes?

(my goal would be to allow the user to select a cell, click a button and visualize the drill down for that cell)

Thank you in advance for any help!

1 ACCEPTED SOLUTION

MarcusH
Contributor III

On your Cube View in General Settings go to the final item - Navigation Links. Add parameters (type: Input Value) to the Bound Parameter Names section for each dimension. Now when the user clicks a cell on the POV these parameters store the member name and are available in all the usual places.

View solution in original post

2 REPLIES 2

MarcusH
Contributor III

On your Cube View in General Settings go to the final item - Navigation Links. Add parameters (type: Input Value) to the Bound Parameter Names section for each dimension. Now when the user clicks a cell on the POV these parameters store the member name and are available in all the usual places.

fc
New Contributor III

It works perfectly, thank you!