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

If statement in hyperlink

Hi guys,

i want to add if statement in hyperlink,

say - if (refernece <99999 then return URL 'invoice.......' else return URL 'expenses' )

how can  i write this in my expression ...

my current expression is as below ( i have attached )

please help me with the same..

Thanks much 

2 Replies
Chanty4u
MVP
MVP

hi,

chk below link

Hyperlink in a table

sasikanth
Master
Master

HI ,

Try this

If(Reference<99999,'invoice Url Name<url>your invoice url', 'Expences URL name <url>your expence url')