Hello All,
I am struggling to figure out a way to calculate couple of the requirement that my business office requested on their new report. A report that has 3 groups Company, Aging Date (for each two weeks), and Customer name. Report looks like below and I need to calculate as below. Customer group is suppressed.
-------------------********AgingAmount$$ *** %%%(needs to do below calculation???)
GH1 -----Company AAA
GF2 ------5/27/2012 *****0.00 ************ 0%
----------6/10/2012 ******20000.00 **********(20000.00-0.00)/0.00
----------7/8/2012 *******40000.00 *********(40000.00-20000.00)/20000.00
----------7/22/2012 ******30000.00 **********(30000.00-40000.00)/40000.00
GH2 ------Comapany BBB ----
------- ----
---- ---
I need to do a %%% calculation base on AgingAmount. I tried shared variable but didn't work. Please suggest your ideas as to how to approach to this problem.
Thanks in Advance,
I am struggling to figure out a way to calculate couple of the requirement that my business office requested on their new report. A report that has 3 groups Company, Aging Date (for each two weeks), and Customer name. Report looks like below and I need to calculate as below. Customer group is suppressed.
-------------------********AgingAmount$$ *** %%%(needs to do below calculation???)
GH1 -----Company AAA
GF2 ------5/27/2012 *****0.00 ************ 0%
----------6/10/2012 ******20000.00 **********(20000.00-0.00)/0.00
----------7/8/2012 *******40000.00 *********(40000.00-20000.00)/20000.00
----------7/22/2012 ******30000.00 **********(30000.00-40000.00)/40000.00
GH2 ------Comapany BBB ----
------- ----
---- ---
I need to do a %%% calculation base on AgingAmount. I tried shared variable but didn't work. Please suggest your ideas as to how to approach to this problem.
Thanks in Advance,