Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How and where to use IF condition

Hi,

I like to know about the usage of if condition within data...

can any one help where to place the condition if i want to use that in pivot table.

3 Replies
Not applicable
Author

hi

you can use if condition in any expressions

zaman

Not applicable
Author

ProductName Sum (CountingUnits)Sum ({$1}CountingUnits)
AGX0.0020880.00
AS10604950.0010604950.00
COGRELH0.0057540.00
CLO0.001110.00
CO0.002071520.00
GS0.00130830.00
ITOR0.001157500.00
PETIN0.00529700.00
PVIX0.00807184.00
TAAL0.00680800.00
TRO0.00174100.00

can you tell how to use if condition to show only the values >0.00 in an expression

Not applicable
Author

hi

write this

if(Sum(CountingUnits)>0,Sum(CountingUnits))

thank

zaman