Using crystal XI linking to a single SQL table
I have a small sub-report that is selecting records based on
{@CustomerNo} = {?Pm-?Customer} and
{@Date} in [{?Pm-?EndDate}, {?Pm-?StartDate}]
It returns AR balances for the start and end date for the selected customer.
Date OpenBal Current Over30 Over60 Over90 Over120
5/15/2014 160,852 129,102 26,468 1,857 638 2,788
7/2/2014 149,180 112,914 29,563 1,775 1,177 3,749
I just want to add a field for each column showing the % change from start date to end date. So for Open balance (149,180-160,852)/160,852 for some reason I can't seem to figure out the bast way to do this. Any ideas?
As always thanks so much for the help!
I have a small sub-report that is selecting records based on
{@CustomerNo} = {?Pm-?Customer} and
{@Date} in [{?Pm-?EndDate}, {?Pm-?StartDate}]
It returns AR balances for the start and end date for the selected customer.
Date OpenBal Current Over30 Over60 Over90 Over120
5/15/2014 160,852 129,102 26,468 1,857 638 2,788
7/2/2014 149,180 112,914 29,563 1,775 1,177 3,749
I just want to add a field for each column showing the % change from start date to end date. So for Open balance (149,180-160,852)/160,852 for some reason I can't seem to figure out the bast way to do this. Any ideas?
As always thanks so much for the help!