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: 
cbouchenaki
Contributor II
Contributor II

Show measure/expression as link

Hi all,

In a process of migration of my apps from qlikview to qlik sens, i'm facing a problem :

in a table I don't know how to show a measure as URL, I think to use the link column as dimension and use URL représentation.

First of all, is that the right solution ? If no, what you suggest.

here is my measure :

=if(count(DISTINCT  idTaskFid) =1,

if(idContratFid<>'NULL',

'localhost:8080/#/c/contrat/' & idContratFid &'/',

'-'

))

when i use this expression to have a calculated dimension,i have an invalide dimension. the count() fonction break the expression .

I try with Aggr() without success.

Any solution ?

Thank you in advance.

0 Replies