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

Month variable for Nprinting

Hello All,

I need to create a variable to return the month of my selection. For example by selecting month of April 2014, my variable should show April 2014.

My variable expression : =Month(Mois_facturation)

But no value appear.

Any idea please?

Thanks,

Hasvine

1 Solution

Accepted Solutions
tresesco
MVP
MVP

If your field (Mois_facturation) values are like 'April 2014' and on selection you want the same value to be returned, try :

Your variable expression : =Mois_facturation

View solution in original post

2 Replies
tresesco
MVP
MVP

If your field (Mois_facturation) values are like 'April 2014' and on selection you want the same value to be returned, try :

Your variable expression : =Mois_facturation

Not applicable
Author

It works, thank you.