Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
makoto
Contributor
Contributor

How to look up data in other table charts

Hi there,

I have a table chart having some columns shown source data and a expression column as attached.
I would like to show the total number of the expression column in another place.
Is there any way to look up data in another table chart?

Regards,

1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

Hi @makoto ,

You can create a measure at script level or master measure at app level like below

sum(if(size<11,1,0)) as small
sum(if(size>11,1,0)) as big

I hope I have understood the requirement properly.

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @makoto ,

You can create a measure at script level or master measure at app level like below

sum(if(size<11,1,0)) as small
sum(if(size>11,1,0)) as big

I hope I have understood the requirement properly.

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
makoto
Contributor
Contributor
Author

Hi Abhijit,

Thank you for your answer.

It went well!

Regards,

Makoto