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: 
Not applicable

how to remove time stamp

Hi,

I have a question

i have a table which contain two fields ( Sub_Order , Order_Date )

Order_Date are in timestamp format

i want to relate this table date to the calendar via (Order_Date)

but this can't be done because of the timestamp in the order_Date

so,when i select certian sub_order it doesn't reflect in the calendar

How to remove that and make my selection of certian sub_Order affect the Calendar??

Best Regards,

Mona

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hei

please check attach example

basicly i used a floor function on the order date field

which remove the hour parts from the filed

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

please check attach example

basicly i used a floor function on the order date field

which remove the hour parts from the filed

Not applicable
Author

Thanks Liron

it works