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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Hope_AA
Contributor III
Contributor III

Showing a static measure in a table with an unlinked dimension

Hi,

I have a table with number of tests per month per department and I have another table (not linked to the first) with financial account numbers. I need to show the sum of tests per date on each account number and need that to still respond to filters on  department or month.

This is an example of what I have:

Hope_AA_0-1637600621146.png

and this is how I want it to show in the other table:

Hope_AA_1-1637600668412.png

noting that there are many variations of months & departments.

how can I achieve that?

appreciating all the help;

 

Labels (1)
1 Solution

Accepted Solutions
Hope_AA
Contributor III
Contributor III
Author

Thanks for your help. I had to make some joins before using that set analysis.

View solution in original post

4 Replies
Or
MVP
MVP

Perhaps Sum({< Account_Number = >} Tests) would help here? I'm not entirely sure if that's what you're trying to do or not.

Hope_AA
Contributor III
Contributor III
Author

This is what I want but I tried with that set analysis but it's not working. I also tried sum(Total Tests) but it's duplicating the total in each month as well as in Total tests.

Or
MVP
MVP

In the suggested formula Account_Number would need to be replaced with the appropriate dimension name, of course. You could also try Sum(Total <Month> Tests), perhaps.

Hope_AA
Contributor III
Contributor III
Author

Thanks for your help. I had to make some joins before using that set analysis.