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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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')