Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
AnkitaC
Contributor II
Contributor II

how to separate date and time field in qlik sense

Hi All,

please give me solution how to separate date and time field because according to date sales amount is correct but month wise is not match because time and date in same field so how to solve that problem.

date format is like that please give me solution.

yyyy-mm-dd 00:00:00:0

Labels (1)
5 Replies
edwin
Master II
Master II

if you just nee dthe date part of a field use date(floor(TIMEFIELD))

anat
Master
Master

date(floor(TIMEFIELD)) as date, 

Time(floor(TIMEFIELD)) as time

AnkitaC
Contributor II
Contributor II
Author

but after that according to date sales amount means data is match value match but monthly data not match please give me suggestion.

edwin
Master II
Master II

it isnt clear what you mean by monthly data not matching.  maybe post sample data and point to what isnt matching.  you also maybe need to explain what you are trying to do.

AnkitaC
Contributor II
Contributor II
Author

actually according to yyyy-mm-dd 00:00:00:0 this format date field column is available in database i have convert it this field into  yyyy-mm-dd  this date and year yyyy and month mm format that 3 fields i convert if i select perticular date in date field then data is match but if i select for example from year field 2022 and from month field jan this data is not match means sales amount not match