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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

set analysis

hey all

Please i ahve a question

i need to compare two fields in order to show an image

here is exactly my Expression

=if((uniqueid={"=[Account_Inflow Bracket Sort Order]>[Order Inf]"}), 'qmem://image_name/CorrectIcon', 'qmem://image_name/WrongIcon')

and i tried

=if(Account_Inflow Bracket Sort Order]>[Order Inf], 'qmem://image_name/CorrectIcon', 'qmem://image_name/WrongIcon')

=if([Account_Inflow Bracket Sort Order]={">[Order Inf]"}, 'qmem://image_name/CorrectIcon', 'qmem://image_name/WrongIcon')

these three expression didn't work with me can you help ?

Thank you in advance,

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Hard to say what the correct expression should be, but #2 was close to syntactically correct but a missing opening [

=if([Account_Inflow Bracket Sort Order] > [Order Inf], 'qmem://image_name/CorrectIcon', 'qmem://image_name/WrongIcon')

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein