Scott Loetman Posted July 1, 2019 Share Posted July 1, 2019 Hello all, I am aware that I can lock a certain number of columns in a Table visualization in Spotfire, but I have a request to, by user, for a Consumer using the Web version of Spotfire, dynamically change this value. Thanks in advance! Scott Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted July 1, 2019 Share Posted July 1, 2019 You can do the following, 1. Create a Text Area with input field to define how many columns to freeze 2. use the below script to freeze the columns from Spotfire.Dxp.Application.Visuals import * #add a script parameter 'vis' refering to the tableplot tablePlot=vis.As[TablePlot]() tablePlot.FrozenCount=Document.Properties["myInputField"] Link to comment Share on other sites More sharing options...
Scott Loetman Posted July 1, 2019 Author Share Posted July 1, 2019 Hi Shandilya, Thanks for the quick reply! I will give this a try ... Scott Link to comment Share on other sites More sharing options...
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