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

condition calculation

Hi experts,

what is conditional calculation ? when it is used ?

4 Replies
mrossoit
Creator II
Creator II

Hi,

you can set an expression in conditional calculation editor so, when it's evaluation returns true, the chart will be calculated, else it will be shown a warning message in chart's plot area.

You can overwrite message in chart's properties -> General tab -> Error messages

Hope it helps

Regards

MR

datanibbler
Champion
Champion

Hi,

a conditional calculation is quite simply a calculation that you only perform if a specific condition is met - otherwise, you don't.

In QlikView, you can make pretty much everything dependent on conditions.

HTH

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Having expression in Calculation Conditions means
the expression has to evaluate to TRUE  before the chart displays information and if the condition is FALSE then
’Calculation condition unfulfilled’ is display.

When to use it varies. You can use it to pass info to user,
you can use it to count number of value selected in a field before displaying information.
There are various use cases, it depends on what you want to achieve.

awhitfield
Partner - Champion
Partner - Champion

Hi Mani,

very simple example attached, the Table only calculates with the value A is selected in the Alpha List box

Andy