This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
I think there are two concerns here:
You can create more complex filter conditions by inserting a calculated column with a logical expression. E.g. if you add a column with the following expression ([Department]="Finance") Or ([Employee Status]="Contractor") you will get a filter with the values true or false that allow you to filter out or filter in all rows that satisfies your condition.
It´s also possible to limit what is shown in a specific visualization by using a logical expression similar to the one above.
Yes this would be nice and it would be great to be able to switch between AND and OR. Users sometimes want to see when all filter conditions are true rather than if any are true.
I'd love to have this. So many times we need to filter out only a specific combination (e.g. filter out device 4 but only on board 2)