Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression - condition

Hi, everybody,

I have an straight table with an expression:

count({$<Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}>}Projekt)

How is the correct syntax for setting condition for showing record only if expression value > 3 ?

Thank you in advance.

Duski

48 Replies
avinashelite

I think you have not selected the suppress ZERO option, go to presentation tab and select the check box

Qv.png

Not applicable
Author

Thank you, Avinash,

but I have Supress Zero Values checked 😞

I'm afraid, that the problem is, that there are various columns/ expressions in the table...

Snap_2015.02.02 14.10.03_003.jpg

Thank you in advance.

Duski

sunny_talwar

Use the same condition for all your expressions in the particular table:

If(count({$<Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}>}Projekt)>3, yourExpression, 0)


This will completely remove those rows.


Hope this is what you are looking for


Best,

S

Not applicable
Author

Thank you Alessandro,

but unfortunately, this is not my only expression.

There are various other expressions, but my goal is to hide record according to the value in this only column.

Thanx in advance. 

Duski

sunny_talwar

Or even better option is to put this as a condition is all your other expressions:

If([Test] > 0, yourExpression,0)

This should solve your problem also

Not applicable
Author

I'm sorry, sunindia, your suggestion doesn't work 😞

"Test" is only label for my column with expression:

count({$<Kód={'M'},Druh={'VP'},Séria={'04. Nominácie_VÚ'}>}Projekt)

Duski

sunny_talwar

And label is what I am intending for you to use, but make sure its within the square bracket. (It should turn Blue when its within the  square brackets []

Best,

S

Not applicable
Author

I'm sorry, no blue turn 😞

Error message: Bad field name(s): [Test]

Duski

sunny_talwar

PFA a sample I prepared for you. Contains two straight table. One where Units are forced to be 0 and second where those 2 rows are completly removed.

Hope this will be helpful.

Best,

S

sunny_talwar

Check the sample qvw file I have attached and see if that makes sense. If not then I would suggest you attach a sample file of yours so that we can see what exactly is going wrong.

Best,

S