Cube View Favorites?

aorange
New Contributor III

Hello, 

I am wondering if there is a way to save cube view parameters for individual users?  For example if a user has a cubeview they run often and always have to select through several parameters, is there a way to set this up so they options are always saved and they can just updated the date?

Or would this be something a book would be created for?

 

Thank you for your help!

1 REPLY 1

M_L_Spencer
New Contributor

Hi there,

Nothing really as it relates to an "out-of-the-box" type solution with a setting or anything through Cube views. From a simplicity standpoint, the cleanest way would be to have users save their most commonly used POV as a favorite, and then reference the user's POV parameters as the default in the Cube View. 

If you're displaying the Cube View as a component in the dashboard, you can use "BRApi.State.SetUserState" to create essentially a name-value pair for the user and their associated last-used UD1/2/etc. - but this would require the parameters to be updated on refresh of the Cube View. Those parameters would then follow the user going forward until they change it again. This method is definitely takes a lot more up-front work but if you have a huge user-base that won't want to mess with favorites it's worth exploring.

Short answer - no default feature or setting to do this - first option would be using favorites unless you want to throw in all the bells and whistles.

Thanks!