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

Need help in expression

Hello Friends,

In a straight table, I have expression and I would like to have a Label like the following  =(MonthName(AddMonths(today(),-1)), 'Sales') like June 2012 Sales.

Can any one advise me..

Regards

Chriss

4 Replies
Not applicable
Author

Perhaps just this?

=MonthName(AddMonths(today(),-1))&' Sales'

Miguel_Angel_Baeyens

Hi Chris,

You should set something similar to this.

=MonthName(AddMonths(today(),-1)) & ' Sales'

Hope that helps.

Miguel

Not applicable
Author

Thanks Robert......

Not applicable
Author

You're welcome. Miguel also answered already 😉