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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Operators

HI

I am trying to compare if two field are equal two field ,and this is what i did but the equals sign is giving me an error

If([Open Date]==[Closing date])

Please advice

Labels (1)
3 Replies
sunny_talwar
MVP
MVP

Try with a single equal sign:

If([Open Date] = [Closing date]),....

NareshGuntur
Partner - Specialist
Partner - Specialist

Where are you trying to use it? in an expression?

You can try If([Open Date]=[Closing date],xxx,yyy)

Peter_Cammaert
Partner - Champion III
Partner - Champion III

See the chapter Relational Operators in QV Desktop Help.