Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
After creating a data association between two tables, I noticed that rows that were not associated are not included in calculations (sum, count, etc.) done in my Qlik application.
I am trying to sum a sales value, and it needs to include the entire dollar value regardless of whether the association with the other table exists or not. How can I do this?
Thanks
For the total Sales values, you can use the TOTAL qualifier to ignore dimensions. Also you can use the {1} in set analysis to ignore selections.
eg Sum({1} TOTAL Sales)
This sounds like a data model issue.
If you are using a field from one table as dimension in a chart and one field from another table in expression/measure, you might notice such issue. We could think of a possible solution here. However, it would be helpful for us here to help you if you could explain the issue and expected output with a sample app.