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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

how to convert Num to text in for date ,i want to display in string for month.

how to convert Num to text in for date ,i want to display in string for month.

=(max(month(dvdate))-1)

1 Solution

Accepted Solutions
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

try with this expression

=Date(Date#((max(month(dvdate))-1),'M'),'MMM')

or 

=Date(Date#((max(month(dvdate))-1),'M'),'MMMM')

View solution in original post

1 Reply
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

try with this expression

=Date(Date#((max(month(dvdate))-1),'M'),'MMM')

or 

=Date(Date#((max(month(dvdate))-1),'M'),'MMMM')