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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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