Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Hatus
Partner - Creator II
Partner - Creator II

How does Conditional option in expression tab works? QV11

Hello Everyone

I am new in QV11 and have a simple question, How does the Conditional option in expression tab works?

Thank you for your advices

BR

4 Replies
Sokkorn
Master
Master

Hi BR,

The Conditional in expression will enable or disable your expression while it meet certain criteria. Check more in the attached file.

Regards,

Sokkorn

Hatus
Partner - Creator II
Partner - Creator II
Author

Thanks for the advice. Can you use the Expression Calculation Condition to manipulate the calculation order?

Like:

Expression_1

sum(Sales)

//no Contidions

Expression_2

sum(costs)

Condition: Expression_1>0

Or Condition: Column(1) >0

That would help me to create a Chart with very complex Expressions. The condition should not recalculate the Expression_1 again

Like:

Expression_2

sum(costs)

Condition: sum(sales)>0

Oderwise it will crash.

Thank you

vikasmahajan

Sokkam

I Have users and there respective divisions , I want to send email using macros presently

I am sending  but now I want to send mail to user with his receptive division through qlikview

Whether can this possible ?

My content no is http://community.qlik.com/thread/103204

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Clever_Anjos
Employee
Employee

Any expression that returns 0 will disable the expression. Any other value will enable it