Create reports that displays different content depending on login. For example
Implemented in | 10.7 |
This is implemented in Spotfire 10.7. It is now possible to hide a page for consumer users, and this feature is also accessible through the API for further customization.
Read more at: https://community.tibco.com/wiki/whats-new-tibco-spotfire-107
Hi Shunmugaranjan,
We do not add features to already released versions of Spotfire. But naturally the next LTS version will include this capability. LTS versions are generally expected to be released with a 12-18 months interval.
https://docs.tibco.com/pub/spotfire/general/LTS/spotfire_LTS_releases.htm
Will this feature can be added to the LTS Version also 10.3 Spotfire ?
We have not yet upgraded to 10.7 so I am hoping this feature allows a higher permission to unhide 'pages' for 'Analyst' clients. If not, this feature request is not complete until only 'Analyst' clients with special permissions are allowed to "un-hide" pages.
Could this feature be extended individual users and user groups as well?
similar to this idea i had posted. maybe they should be merged?
IronPython is not always available, like on the cloud for exemple. So having it in a document property would simply be the best!!
This can be created with an Iron Python script
Good point Christian. I updated title to make it more specific and cleaned up the description to more clearly describe what was asked for.
I think this idea needs a better title since the main requirement is to have the ability to hide/show tabs or filters.
An implementation idea for this:
- have the currently logged in user's name, domain and group populated into a document property when the analysis file opens (same as for personalized infolinks we have %CURRENT_USER%, %CURRENT_USER_DOMAIN% and %CURRENT_GROUPS%) - ideally these document properties should be a read-only document property, empty by default (even when 'save personlized state for web player users' is checked) and populated at the time when the analysis file is opened, so it would be possible to attach a script when this document property changes
- have a new right click option to tabs, which would allow to enter a custom expression - similar to 'Data limit using expression' for visualisations, so this custom expression would need to evaluate to a boolean value which would control whether to hide the tab or not