Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Jojo_mct
Contributor
Contributor

Qlik Sense value require ignore date in table

Hi,

I have a table with 4 columns. Product, Item, Date and cost value (please see attached)

Cost value expect to populate the earliest date value group by Product & Item

My current formula as below, it only populate the cost value if date equal to earliest date (29 April)

Sum({$< [Date.autoCalendar.Date]={"$(= min([Date.autoCalendar.Date]))"}>} Value)

Appreciate if anyone could assist.

Thanks

Labels (1)
2 Replies
tresesco
MVP
MVP

Try like:

FirstSortedValue( Aggr(Sum( Value), Product, Item, [Date.autoCalendar.Date]) , [Date.autoCalendar.Date] )

Jojo_mct
Contributor
Contributor
Author

It doesn't work. Because the date has different date, when it is not matching min date, it will not show in the value column. 

 

Any other thoughts. 

 

Thanks in advance