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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vkal12
Creator
Creator

Avoid duplicates in date field

Hello Community,

I have a date field that contains a lot of duplicates for some dates. If I want to calculate the Sum of my field "Amount" I get multiple records with the calculated value for the same timestamp. 

vkal12_2-1676458744830.png

 

At the end I would like to have one result for Sum(Amount) for each date. 

How can I get this to work? I am stuck at the moment... 

 

Thank you very much in advance!

I

 

Labels (3)
1 Solution

Accepted Solutions
Or
MVP
MVP

Is this actually a date field? Odds are it's a Datetime field that has been formatted to only show the date portion. Applying DayName(Field) or Date(Floor(Field)) to the field should trim off any time parts.

View solution in original post

2 Replies
Or
MVP
MVP

Is this actually a date field? Odds are it's a Datetime field that has been formatted to only show the date portion. Applying DayName(Field) or Date(Floor(Field)) to the field should trim off any time parts.

vkal12
Creator
Creator
Author

Hi Or,

thank you very much for your quick support. Date(Floor(Field)) solved my problem!