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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

date

Hi all,

explain how it will works

date(date#(Month,'MMM'),'MMM')as Monthes;

Thanks!!!!

Smiley

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

if your problem resolved then mark it as either helpful or correct anwer so that it might be helpful for other developer

View solution in original post

4 Replies
er_mohit
Master II
Master II

date(date#(Month,'MMM'),'MMM')as Monthes

because in your month field then date# tells you the format of Month i.e in Jan

and the date function gives tells you the format in which you want i.e also a 'MMM'

so if date# format corrects then date function also correct

so, it gives you right answer as expected

hope it helps you

er_mohit
Master II
Master II

see the attached file of date hope it helps you

Not applicable

date(date#(Month,'MMM'),'MMM')as Monthes;

here date#() function tells the format of your datefield.

and date() function tells the in which format you want the datefield.

er_mohit
Master II
Master II

if your problem resolved then mark it as either helpful or correct anwer so that it might be helpful for other developer