Search code examples
spotfire

Spotfire Information Link Filters


Does anybody know how to filter out data using the Information Link filters (for example: certain OID values from a column). The filter seems to work by including the values specified and removing everything else? Thanks - Grant


Solution

  • You may use custom SQL feature of Information Link. Simply follow the Steps below

    1. Edit Infolink
    2. Click SQL
    3. In Edit SQL Dialogue insert your filter condition. e.g. and OID not in ('xyz', 'abc')
    4. Click OK
    5. Save

    The details on how to edit an Infolink SQL can be found in TIBCO Documentation here.