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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to check the conditional values of both axes in a multi-dimension graph

Dear All,

I have a query with regard to writing a conditional expression and hope you can provide a suitable solution for the same.

Problem:

It is my intention to have a selection criteria for the data loaded on the graph. For example, I do not require the data for all non-zero values of Y-axis after 8500 ms on the X-axis. The expression below did not give the expected result:

=if("X [ms]" > 8500, 0 AND if(Y1 > 0), 0).

I'm not sure if the expression is correct and where to add it once its refined.

Thanks.

Best regards,

Suraj

0 Replies