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: 
Anonymous
Not applicable

Year with two digits?

Captura.PNG

Hi, could someone tell me how to put the year of the expressions with two digits?

I would like something like this: jul-16

Example of the name of one of my expressions:

=MonthName(vMaximaFechaMenosDoce)

The format of the varible is : yyyy-mm-dd


Many thanks!

1 Solution

Accepted Solutions
sunny_talwar

Or this

Date(MonthStart(FieldName), 'MMM-YY')

View solution in original post

2 Replies
Anil_Babu_Samineni

May be this?

Date(VariableName,'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
sunny_talwar

Or this

Date(MonthStart(FieldName), 'MMM-YY')