Joseph Poyma Posted March 4, 2016 Posted March 4, 2016 I would like to remove the (ALL) and (NONE) radio button options on my Spotfire reports. Where do I need to go in the developer to remove these options
Dino Christou Posted January 11, 2017 Posted January 11, 2017 Hi Joseph, did you ever find a way round this
Sean Riley Posted July 27, 2017 Posted July 27, 2017 This is not possible with the out of the box filters. I would suggest you file an enhancement request for that feature in the Ideas portal linked above: http://ideas.tibco.com/ Beyond that, you could look at building your own custom filters using the SDK.
Vojtech Fidler 2 Posted February 6, 2018 Posted February 6, 2018 Hi, I found fix for this. Basically it is by finding the class for individual list items in DOM and setting CSS display property to "none". I.e. following line of code should work for you. .ColumnFilter .sf-element-filter-item:first-of-type ,.ColumnFilter .sf-element-filter-item:last-of-type { display:none;}
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