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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Mehtab
Contributor II
Contributor II

Sum of sales on the year start date

Hi 

I am trying to find the sum of sales on the first day of the year for all the dates in the table chart.

My table has the date field as the dimension

Date                           sales on the first day of the year

29/03/2020                         ??

28/03/2020                         ??

27/03/2020                         ??

Could anyone help me with the set analysis?

2 Replies
Anil_Babu_Samineni

Perhaps this

Year as Dimension

and expression : Sum({<Date={"$(=Date(Min(Date),'Your Format Here'))"}>} Sales)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Mehtab
Contributor II
Contributor II
Author

Thank you 

But i will have to keep the date field as the dimension and for each date i need to find the sum on its yearstart date