Below is the dataset. I want to display only the rows that doesn't have "confidential" in the description column in spotfire. Thanks.
Asked
Active
Viewed 915 times
1 Answers
4
@Chitra- In data table properties > Limit data using expression, insert the below expression to filter out rows which contains 'confidential' in column Test.
not(Lower([Test])~='confidential')
Here is the final output:
Hope this helps!

ksp585
- 1,720
- 15
- 29