Marcio Souza 2 Posted May 18, 2017 Share Posted May 18, 2017 Hi, Is it possible to change a value in a Document.Properties when user select (Marking) a row into a table Regards, Marcio Lino Link to comment Share on other sites More sharing options...
Tirupathi Mangalarapu Posted May 18, 2017 Share Posted May 18, 2017 Marcio Sergio, I tried to perform the same operation via Spotfire Analyst and I did not had any see any issues changing a value in Doc property after selecting a row in a data table. If you can do that via Analyst, then you should be able to do that via API as well. Thank you! Link to comment Share on other sites More sharing options...
Sean Riley Posted May 18, 2017 Share Posted May 18, 2017 I think the easiest way is to use a Data Function that takes the data table as an input property, limited by marking. That script's output parameter will then be mapped to the document property. Example script that takes a single column limited by marking and outputs a comma separated string of the marked values: output Link to comment Share on other sites More sharing options...
Tauseef Sheik Posted July 16, 2019 Share Posted July 16, 2019 Hi Sean, Can you please help me in a similar situation. I have a cross table and what I require is when I make a selection in that my listbox gets updated accordingly. Link to comment Share on other sites More sharing options...
Sean Riley Posted July 18, 2019 Share Posted July 18, 2019 This can be done by changing the data function to output a new data table: input parameter is the desired column, limited by the marking output paramter is a new data table Then just point your listbox or dropdown property control to that new output table and use "unique values in column" 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