Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone help me to write the following expression :
Budget Value is calculated with the following variable :
vPerFormulaBud : sum({$<TranType = {'Budget_$(vAmountType)'},CurrentPer = {1},Fiscal_Year = {$(=max(Fiscal_Year))}>} Amount)
I need 1047369499/26
So,
Trading Day 1 : 40283442.26
Trading Day 2 : 80566884.52
..
..
..
..
Trading Day 26 : 1047369499
Create another variable
vPerFormulaBudTotal : =sum({$<TranType = {'Budget_$(vAmountType)'},CurrentPer = {1},Fiscal_Year = {$(=max(Fiscal_Year))}>} Amount)
Use that variable in your chart expression: = $(vPerFormulaBudTotal) / (27-[Trading Day])
Sales Vaue is working correct by using straight table and full accumulation.
But my requirement is in Budget Value :
Output :
Trading Day 1 : 40283442.26
Trading Day 2 : 80566884.52
..
..
..
..
Trading Day 26 : 1047369499
No its not working .
No its not working .
It looks like the following image :
But my requirement is in Budget Value :
Output :
Trading Day 1 : 40283442.26
Trading Day 2 : 80566884.52
..
..
..
..
Trading Day 26 : 1047369499
Post a qlikview document that demonstrates the issue.
I tried to pull data for particular product as my model is to long to upload.
PFA.