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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MattThoms
Contributor II
Contributor II

Group field date

Hello all,

I am trying to regroup some date.

MattThoms_0-1715329826006.png

As you can see my original field is Activities_Cannib_Eventtime is in the format 'MM/DD/YY hh:mm:ss'.

I want to have one field for one date. Actually I am having several date with a different timeline for the same date.

How could I only take one date for each date ?

For example : I want to have only one time 7/29/2016 in the last column 

I already used distinct but didn't work [Distinct(date(Activities_Cannib_Eventtime)]

Labels (3)
1 Reply
maxgro
MVP
MVP

maybe you need the date or time part of a timestamp

Date(Floor(Activities_Cannib_Eventtime ))

Time(Frac(Activities_Cannib_Eventtime ))