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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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

3 Replies
sunny_talwar

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.