I have a table visualization in my Spotfire dashboard, which shows up all the required values. I have a Spotfire button in a text area, which picks the values from the selected row in my table.
I want to highlight the button whenever I click on the rows of my table visualization. Any suggestions on how I can add any onclick function to my table visualization, to achieve the above?
Thanks in advance!
So you want to trigger an IronPython script on a click of a column in a table visualisation ?
I guess in the the graphical table there is an "Action" which can be configured to trigger the IP script.
And you could also mark the row and pass it as in input to the datafunction which in turn updates a Doc prop and triggers the IP script.