Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Fanch
Partner - Creator
Partner - Creator

Select Only Value(String1) = Value(String2)

Hi everybody,

I have a table box with many informations from different tables.

To simplify 🙂 :

my table1 contains the fields SERVER and ACCOUNT

my table2 contains the fields SERVER and LOGIN

When i make my table box, i have the next table 

Login1.PNG

But i only want when Value(ACCOUNT) = Value(LOGIN) as below

Login2.PNG

Thanks for yours answers !

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Hi Ruben

I think because an Account seem to have multiple LOGIN, this won't work with just Account and Server as dimension... Server and Login works though

image.png

View solution in original post

5 Replies
sunny_talwar
MVP
MVP

You can create this in a straight table may be

Dimensions
SERVER
LOGIN

Expression

If(ACCOUNT = LOGIN, ACCOUNT)

rubenmarin
MVP
MVP

Hi, you can't set expression in a table box, try with a simple table chart. Server and account as dimension and one expression:

If(LOGIN=ACCOUNT, LOGIN)

sunny_talwar
MVP
MVP

Hi Ruben

I think because an Account seem to have multiple LOGIN, this won't work with just Account and Server as dimension... Server and Login works though

image.png

rubenmarin
MVP
MVP

Hi Sunny, it has been a while since last chat. 

You are right, as usual. 🙂

Fanch
Partner - Creator
Partner - Creator
Author

Hi,

you are too strong !! 💪

Greats, Thanks