Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I'm trying to use above function in a bar chart but it is giving me null..
here is the table i'm using:
|
and in the chart the dim is QR and EXP=
if( Key1>4 , above(Revenue) *2 ,Revenue)
Hi,
Thxs again.. Can you please attach a sample .. it returns Nulls on my side..
Thxs,
Alec
try this expression
Label you expression as Rev1
and use the following Expression
if( Key1>4 , above(TOTAL Rev1) *2 ,Revenue)