Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Custom Expressions
Created by Guest
Created on Feb 24, 2022

IN function like the IN operator in SQL

Ability to filter/limit data data like '[column] IN (value1, value2, ...)' this would result in a more readable construction then [column] = 'value1' and [column] = 'value2'.


Work around is the to use the regular expression but that is harder if values need to be escaped.


  • Attach files
  • Guest
    Reply
    |
    Jun 3, 2024

    You can already do this ;-)

    Just try it! I did it just now...

    [Product] in ("Motors", "Bearings")