Min Su Sun Posted June 8, 2023 Share Posted June 8, 2023 A filter was added at the top of the textarea, and a table was visualized at the bottom.I added a button, and I want the function of the button to look up data in the visualization table only when the button is clicked.When selecting a filter, the data should not be changed and the filtered data should be displayed only when the button is clicked.If it is possible with ironpython, can you tell me how? Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted June 8, 2023 Share Posted June 8, 2023 Hello,There was another similar community question on this recently - are you basically looking to do what was described here?https://community.spotfire.com/s/question/0D54z00009EbJQOCA3/initiate-visualization-when-button-is-pressed Link to comment Share on other sites More sharing options...
Min Su Sun Posted June 10, 2023 Author Share Posted June 10, 2023 Is it not possible to implement the method I want with filter instead of dropdownlist? Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted June 12, 2023 Share Posted June 12, 2023 If by filter you specifically mean the Spotfire filters, I'm not aware of any way to achieve that - such filtering is applied immediately, so you need to split the entering of filter values and applying the filtering in some way, e.g. as suggested in that other community question. 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