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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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