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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vanir88
Creator
Creator

extract only month from timestamp columns

Hi

i have a columns [create date] , i have to extract only Month as a separate column

 

 [Create date] data is like below

9/27/2022 10:54:23 PM

any suggestions please

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

As below

 

Month(Timestamp#([Create date],'MM/DD/YYYY hh:mm:ss tt')) as  Month

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

1 Reply
vinieme12
Champion III
Champion III

As below

 

Month(Timestamp#([Create date],'MM/DD/YYYY hh:mm:ss tt')) as  Month

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.