Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

selection in st.table

Hi

I  Have  a list Box ,as follows (It is data island )

Test

1

2

And I had The straight table  with couple of expression and dimension

Their one expression like test =if(uname=osuser(),1,2)

Based Above  mentioned list box if i select  1  in it , then straight table should be filtered  with all  where test expression =1

Can anyone help to achieve this

1 Solution

Accepted Solutions
rahulpawarb
Specialist III
Specialist III

Hello Mahesh,

You can replace the existing expression with below given expression expression:

=If(if(uname=osuser(),1,2) = $(=Test),1)

Please let me know if issue still persists.

Regards!

Rahul

View solution in original post

3 Replies
rahulpawarb
Specialist III
Specialist III

Hello Mahesh,

You can replace the existing expression with below given expression expression:

=If(if(uname=osuser(),1,2) = $(=Test),1)

Please let me know if issue still persists.

Regards!

Rahul

Anonymous
Not applicable
Author

Hi Rahul

Thanks it worked

rahulpawarb
Specialist III
Specialist III

Cheers,

Rahul