Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.