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: 
Not applicable

column to column comparision

Hi,

Pls let me know is there any option in qlikview to compare of two columns like this

=If(column(1)=column(2),1.0)

Thanks,

2 Replies
Miguel_Angel_Baeyens

Hello,

Your code will work. Bear in mind that in pivot and straight tables, columns are referred to expressions, not dimensions. Your code will read "if value in first expressions for this row equals to value in second expression, then 1, otherwise 0".

Regards.

Not applicable
Author

Thanks Miguel, your are right..

Thanks,