Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dears got the following sample data
Branch, Date, Amount
001, 29/3/2014, 500
001, 28/2/2014, 600
001, 31/1/2014, 300
002, 31/5/2014, 750
002, 15,5,2014, 450
003, 30/8/2014, 300
The user on the sheet selects a month and a Year
suppose the selection is September 2014 then I want to get the sum of amount by branch for the max date that is less than 30/9/2014
I have a pivot table with Branch as the dimension
and the result would be like:
001,500
002,750
003,300
whereas if the user selects June 2014 the result has to be
001,500
002,750
Please advise
See attached qvw
in my case it is returning zero because I might have amounts with zero values
how can I skip zero amounts?
Add a condition to the set modifier to disregard zero values.
I did but not working
actually I got nulls not zeros in fact
Add a MyField = {'*'} for the field where you want to disregard null values.
I did but also not working
Post a document that demonstrates the problem.
your example is not working well
select feb and branch 001 the chart should return 600 not 500
See updated qvw