Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Month wise recievables.

Hello,

           i am using this formula to calculate recievables.

I get correct value if i select june it gives the data till june end date. If select may it give sum till end of May.

I want to make another expresstion which shows data till Month -1? So if i select june it should show data june as well as may.

How to improve following expresstion?

sum({<Date={"<=$(=Max(Date))"}, Year=,Month=,MonthEndDate= >} [Amount (LCY)])

thanks

Lavi


1 Reply
rajni_batra
Specialist
Specialist

sum({<Date={">=$(=Month(Max(Date)-1)  <=$(=Month(Max(Date)) "}, Year=,Month=,MonthEndDate= >} [Amount (LCY)])