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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with master calendar

Good day,

I use a master calendar to link sales and invoice, but my "sum(...)" gives me too many (the number of days in month times more).

Why does my values are counted more than 1 time ?

How can I avoid that without creating a separate table for years and months ?

=sum(if(Sales_Year = Year and Sales_Month = Month, Sales_Value))


I can't use "distinct" because sometimes, my sales have the same amount...

0 Replies