Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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')