Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Danijel
Partner - Creator III
Partner - Creator III

Lookup Data unrelated Table for Chart

Hello all,

I'm trying to solve a problem that I'm stuck on after hours.

The problem is that I calculate a value X, for this value a value must be set from a second table (not connected). I can't connect the whole thing, because the reference has to happen dynamically on the surface for each filtering.

In the meantime I have tried the following:
- p()
- wildmatch
- if

But never with a really satisfying solution.

Maybe someone else has an idea?

Attached is an example file.

Thank you.

Greetings

2 Replies
MayilVahanan

Hi @Danijel 

Try like below

minstring(Aggr(if(sum(Value)=TValue,T%,'na'), T%, Dim))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
MayilVahanan

 

o/p:

MayilVahanan_0-1617072967211.png

 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.