Jianxiong Wang Posted June 29, 2021 Share Posted June 29, 2021 text area>>Edit>>inset property control>>select drop downlist>>select unque value in column>>select table name and column then generate drop down list and find no "all" in list Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted July 6, 2021 Share Posted July 6, 2021 Hi Jianxiong, Natively, a drop-down list does not offer you this 'All' option. You can, however, get it in via a couple of tricks: -https://community.spotfire.com/questions/it-possible-bring-all-option-drop-.... -https://community.spotfire.com/questions/how-have-all-option-document-prope.... -https://spotfired.blogspot.com/2015/08/change-none-from-drop-down-list.html. Hope this fits in your dashboard. Kind regards, David Boot-Olazabal Link to comment Share on other sites More sharing options...
Jianxiong Wang Posted July 9, 2021 Author Share Posted July 9, 2021 Hi, David: Can you enclosed the detail example for this so, I still do not understand how to realize it base on 2nd link you provide information. Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted July 12, 2021 Share Posted July 12, 2021 Hi Jianxiong, I do not have the script unfortunately. The idea of adding an exta row to the Data Table, and then trigger an iron python script, sounds doable. However, you could also try to set up a drop down list property, based on expressions (depending on how many values you have of course). If you pass the selected values from the document property to your filter values (see here for more code snippets on that: https://community.spotfire.com/wiki/ironpython-scripting-tibco-spotfire). Maybe that would work in your situation as well. kind regards, David Boot-Olazabal 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