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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What is timestamp for months jan- dec?

Hello,

     pls can anybody give list of timestamps of all months to get month from month function.

thank u.

4 Replies
tresesco
MVP
MVP

I am not sure if anybody else can figure out what you want. I can't understand. Can you please explain a bit more?

Not applicable
Author

=month(dateval) where dateval is 2013-09-19 will return 'Sep' as the month name.

I hope this is what you were asking !!!!!!!

Andrea_Ghirardello

Try:

Jan=2

Feb=33

Mar=61

Apr=92

May=122

Jun=153

Jul=183

Aug=214

Sep=245

Oct=275

Nov=306

Dec=1 or 336

E.g. Month(275)=Oct

Andrea_Ghirardello

Did you solve your problem?