Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
siddheshmane
Creator
Creator

Filter Data

Hi,

I have a straight table with data.

I need to filter the data according to a particular value. say "Sales Order".

I want to show data of only "Sales Order" other should not be visible.

abc.png

Thanks,

Siddhesh.

1 Solution

Accepted Solutions
sunny_talwar

Sure. Add a set analysis statement to your expression:

{<SALESTYPE_FLAG = {'Sales Order'}>}

View solution in original post

7 Replies
sunny_talwar

Try this as your dimension (and select 'Suppress When Value Is Null' on the dimension tab)

=If(SALESTYPE_FLAG = 'Sales Order', YourDimensionField)

HTH

Best,

Sunny

siddheshmane
Creator
Creator
Author

Hi Sunny,

Have done that in my dimension field. But the filter i want to put is in my expression.  Is it possible.

Thanks.

sunny_talwar

Sure. Add a set analysis statement to your expression:

{<SALESTYPE_FLAG = {'Sales Order'}>}

siddheshmane
Creator
Creator
Author

Thanks a lot Sunny.

sunny_talwar

I am glad it worked

Best,

Sunny

siddheshmane
Creator
Creator
Author

One more question. Is it possible to do the calculations on a Table Box instead of a Straight table.

sunny_talwar

Table box doesn't allow for calculated expressions. You can only use fields calculated in script.

Best,

Sunny