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

build budget by adding 10% of previous month

hello qlikers ,

i have a task on build budget by adding 10% of previous month total sales amount

note that data min orderdate is 2010 and max is  2015.

please help

2 Replies
Anil_Babu_Samineni

Can you explain little more your request? Perhaps this

Sum({<Year={$(=Min(Year))}, Month={$(=Min(Month))}>} Sales) * 0.10

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
arvind1494
Specialist
Specialist

Sum({<Year={$(=Max(Year,-1))}, Month={$(=Max(Month,-1))}>} Sales) * 1.10


This will give you Budget :

pevious year month sales + 10% pevious year month sales