Roshan Kumar Patra Posted August 20, 2019 Posted August 20, 2019 Hi I have a Spotfire analysis which has large 20+ pages with multiple visualizations each. I want to set the details on demand (DoD) table to vertical by default. Is there any script so that i can change the oriention of DoD to vertical for all the visualizations in an analysis Thank you
Shandilya Peddi Posted August 21, 2019 Posted August 21, 2019 You can use the following script as a reference from Spotfire.Dxp.Application.Layout import DockingPlacement,PanelRegion for page in Document.Pages: panel=page.DetailsOnDemandPanel panel.DockingPlacement=DockingPlacement(PanelRegion.Bottom,0)Choose the panel region as needed. Below is the documentation reference, https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a... https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...
Roshan Kumar Patra Posted August 21, 2019 Author Posted August 21, 2019 Thank you Shandilya for your response. This is very useful But I requirement was different. I want to set the Appearance of column orientation in DOD to Vertical accross all pages. Can you please help me with it
Shandilya Peddi Posted August 21, 2019 Posted August 21, 2019 I have looked into this and currently there is no API available to change the column orientation in the Details on Demand panel. I would suggest you to file an enhancement request for that feature in the Ideas portal linked here: https://ideas.tibco.com/
Roshan Kumar Patra Posted August 21, 2019 Author Posted August 21, 2019 Thank you very much for providing clarity on this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now