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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Date issue

Hi Friends

I want to following expression shown as a label

='Renewed Nos between 15'&'-'& ($(vFdate))

I want to convert vFdate to date format and show the lable as follows

Renewed Nos between 15'&'-'& 15-Aug-17


I am not quite familiar with date functions Pls help

Labels (1)
1 Solution

Accepted Solutions
Anil_Babu_Samineni
MVP
MVP

May be this?

='Renewed Nos between 15'&'-'& Date($(vFdate),'DD-MMM-YY')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

1 Reply
Anil_Babu_Samineni
MVP
MVP

May be this?

='Renewed Nos between 15'&'-'& Date($(vFdate),'DD-MMM-YY')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful