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: 
anuradhaa
Partner - Creator II
Partner - Creator II

Distinct Dates

the events in my data set has happend in different times,

will take two days 2015/12/10 and 2015/12/09,

below are the events

2015/12/10 @ 10.00 P.M  event 1

2015/12/10 @ 11.30 P.M event 2

2015/12/09 @ 09.00 PM event 1

2015/12/09 @ 09.00 PM event2

when i load these dates using

Date (mydate, 'YYYY-MM-DD') in script and use that date in bar chart in x axsis it shows multiple records

i mean two dates 2015/12/10  and two days 2015/12/09.  How to get distict dates.

Thanks

Labels (1)
1 Solution

Accepted Solutions
Not applicable

HI,

While loading use date(floor(mydate),'YYYY-MM-DD') . it should fix your issue.

Thanks,

Sampath.

View solution in original post

1 Reply
Not applicable

HI,

While loading use date(floor(mydate),'YYYY-MM-DD') . it should fix your issue.

Thanks,

Sampath.