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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reg: Pivot

Hi All,

In a columns I have both +ive values as well as -ive values. But i want to show tht negative values must b in 'zero'.

Thanks in advance.

Regards,

Sri

2 Replies
Not applicable
Author

Hi Srividya ,

You can use the if condition for the same as below. It is working fine in my application.

IF((Today()-DTIME)>0,(Today()-DTIME)),0)



Not applicable
Author

Thanks Alot XXX

Its working fine

Thanks

Sri