Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Restrict data based on the field value in staright chart

Hello All,

I need some help in finding a way to restrict data based on value in a field, I have a field quantity, I wanted to show the data in the straight table object where quantity > 0. Any help is highly appreciated. I tried creating an expression like

=sum({$<[Item Quantity] ={>0}>}[Item Quantity]) ,but it did not work.

Thanks

Heera

14 Replies
maxgro
MVP
MVP

field name? case?

sasiparupudi1
Master III
Master III

May be you need to round [Item Quantity] to 0.

try round ([Item Quantity],0)

Anonymous
Not applicable
Author

Kush,

I am attaching an example here. In the attached file I don't want to see  record C in my resultant set as it as quantity =0. Please suggest me if there is way I filter it out at the dimension level.

Thanks

Heera

maxgro
MVP
MVP

see attachment

Not applicable
Author

sum({$<[Item Quantity] =e({0})>}[Item Quantity])try this


Thanks

Sai