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

Previous Month Data

Hi All,

how do i create a report for just showing only

Data for previous month while we are on current month

e.g Sales,Date

by using addmonths function or any logic that can be applied.

Thanks.

4 Replies
tresesco
MVP
MVP

MK_QSL
MVP
MVP

=SUM({<InvoiceMonth=, InvoiceYear=, InvoiceQuarter=,  InvoiceDate = {">=$(=Date(MonthStart(Today(),-1)))<=$(=Date(MonthEnd(Today(),-1)))"}>}Sales)

Change Fieldnames accordingly...

Not applicable
Author

Hi All,

Thanks it works i used the solution for Manish!!

Thanks alot.

sasiparupudi1
Master III
Master III

Please close this thread by marking a correct answer so that it will be helpful for others