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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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?

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.