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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Solution

Accepted Solutions
Anil_Babu_Samineni

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

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