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: 
ashmitp869
Creator II
Creator II

Show date ?

Hi there,

How to show the below date -

ashmitp869_0-1634019210187.png

 

Like 12th Oct 2021 ? In qlikview textbox

1 Solution

Accepted Solutions
Vegar
MVP
MVP

If 'st', , 'nd', 'rd' and 'th'  is important for you then you could take a look at this community posting.

Solved: Re: Date (Square) Problem - Qlik Community - 1120811

I haven't tried the solution my self, but it looks like it will do the trick. 

View solution in original post

2 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @ashmitp869 ,

Please use below expression.

=date(MakeDate(year(now()),Day(date#('12/10','DD/MM')),Month(date#('12/10','DD/MM'))),'DD MMM YYYY')

Hope this helps you

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
Vegar
MVP
MVP

If 'st', , 'nd', 'rd' and 'th'  is important for you then you could take a look at this community posting.

Solved: Re: Date (Square) Problem - Qlik Community - 1120811

I haven't tried the solution my self, but it looks like it will do the trick.