Hide some record without filter
Posted: Wed Mar 26, 2008 1:59 pm
I have grouped data:
Product ID P0001
Trans Date Qty
-----------------------------
1/13/2008 10
1/20/2008 5
2/3/2008 7
2/5/2008 1
--------------------------
Total Qty 23
But I want to show the records with Trans Date after 1/2/2008 only and show all the previous record in summary. So, this is the report I want to create:
Product ID P0001
Previous Qty: 15
Trans Date Qty
-----------------------------
2/3/2008 7
2/5/2008 1
--------------------------
Total Qty 23
I can calculate the previous Qty using SumIf, but I can not hide the January record. Do you know how to achieve that? Thanks.
Product ID P0001
Trans Date Qty
-----------------------------
1/13/2008 10
1/20/2008 5
2/3/2008 7
2/5/2008 1
--------------------------
Total Qty 23
But I want to show the records with Trans Date after 1/2/2008 only and show all the previous record in summary. So, this is the report I want to create:
Product ID P0001
Previous Qty: 15
Trans Date Qty
-----------------------------
2/3/2008 7
2/5/2008 1
--------------------------
Total Qty 23
I can calculate the previous Qty using SumIf, but I can not hide the January record. Do you know how to achieve that? Thanks.