Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jmarinesc
Contributor III
Contributor III

How can I count by day: Items in date format: (dd/mm/aaaa hh:mm:ss)


Hello Comm...

I need  to build a chart counting by day, but my source date format is: (dd/mm/aaaa hh:mm:ss).....

Thanks a lot...

Best Regards

3 Replies
Not applicable

count(distinct DAY(DATE#(YOU_DATE,'DD/MM/YYYY hh:mm:ss')))

Not applicable

Hey Jaime,

You can try adding calculated dimension like that:

Date(Floor(CREATION_DATE))

But it is better to Aggregate your data during data load.

BR,

Kuba

MarcoWedel

another calculated dimension:

DayName(FECHA_SERVICIO)

hope this helps

regards

Marco