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

Labels (1)
4 Replies
Not applicable
Author

Perhaps just this?

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

Miguel_Angel_Baeyens
Support
Support

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 😉