Jump to content

Can I pass marked values into a calculated column


Ryan Mross

Recommended Posts

I have a visualization where I would like to do calculations based on what is marked, and i need it to dynamically change as the marking changes. Ive seen hints of something existing online but havent been able find a solution. Essentially, I want to mark some rows, and have a column in the data table that is flagged as marked or unmarked. Then I can cascade calculations off of that.

Thanks!

Link to comment
Share on other sites

You can useapproaches as mentioned in below articles to automatically trigger iron python script on marking/filtering:

https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-45663

https://community.spotfire.com/wiki/triggering-ironpython-scripts-when-markings-change

You can use below iron python script for tagging marked rows i.e. a tagged column will be added to the datatable which will be updated with respective values for marked and unmarked rows

https://community.spotfire.com/wiki/how-tag-marked-rows-using-tibco-spotfire-using-ironpython-scripting

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...