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: 
farolito20
Contributor III
Contributor III

IF ELSE

if ( TCO = 0 AND TCD = 1 ) THEN 100 ELSE 500;

How to do that?

Labels (1)
2 Replies
Not applicable

In your load script?

Not applicable

if(TCO=0 and TCD=1,100,500) but it would depend on where you are using it.