Hi Experts,
I'm using 2 Combo boxes to select Month & Year which should filter multiple rows(products) for the selection. (Filter Component cannot be used to get multiple rows as output. Please correct me if i'm wrong)
I have Live Office data like the below:
Year Month Product Sales
2011 Jan P3 200
2011 Jan P2 170
2011 Jan P1 100
2011 Feb P2 250
2011 Feb P1 130
2011 Feb P3 75
2011 Mar P1 210
2011 Mar P3 180
2011 Mar P2 40
2012 Jan P1 180
2012 Jan P3 160
2012 Jan P2 100
2012 Feb P3 210
2012 Feb P1 110
2012 Feb P2 70
2012 Mar P3 110
2012 Mar P2 80
2012 Mar P1 40
Sales Column is sorted in Descending Order in Webi (Live Office Connection).
User want to see the data for Selected Month & Year.
If Feb 2011 is selected in Month& Year combo boxes, Then, it should give me three Rows as below:
2011 Feb P2 250
2011 Feb P1 130
2011 Feb P3 75
Hence, i have placed a Combo box for Month, here the source is complete Table.
If Feb is selected in Month combo box, it should give me six rows:
2011 Feb P2 250
2011 Feb P1 130
2011 Feb P3 75
2012 Feb P3 210
2012 Feb P1 110
2012 Feb P2 70
Now, The above six rows is the source is the source for the Second Combo box for Year.
If 2011 is selected then, it should give me three rows:
2011 Feb P2 250
2011 Feb P1 130
2011 Feb P3 75
Please note i want it in the same order (Descending order-Top 3).
But, i'm not getting desired result Image may be NSFW.
Clik here to view.
Please help me with this.
Thanks in Advance!
-Parthiban