Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way to use table name in expression if I would like to get data only from one table in case when both tables looks the same?
TAB_1:
| login | abstract value |
|---|---|
| user01 | x |
| user02 | x |
| user03 | x |
TAB_2:
| login | abstract value |
|---|---|
| user01 | x |
| user02 | x |
| user04 | x |
| user05 | x |
In QlikSense I would like to display a table which would containt login names only from TAB_1. How could I achieve it? If I achieve it - is it possible to build table name in expression dynamically?
You are my hero! It finally works!
Thanks... I'm just wondering right now which answer should I mark as correct...
Glad it helped. Please mark the correct answer which sticks to the subject of this discussion.