Hi all,
Using CR 10, MS SQL DB:
I have a report that adds billings together from different periods for Jobs, and then grouped by State (in which the job was done).
I want to be able to select the periods as a selection range. So instead of all 13 periods adding, I want to just do period 3-7, or so on.
Group Header 1: groups by STATE code.
details: each Job # has it's own row.
A @total formula adds {JC_BILLING_BALANCE_MC.Billed_Period1} + {JC_BILLING_BALANCE_MC.Billed_Period2} + ... {JC_BILLING_BALANCE_MC.Billed_Period13}
So it adds 1 through 13 in the formula, ran on the detail line.
Group Footer 1: sums @total formula.
Now...... how can I do this? Is it possible to use some variable with the .billed_period# area... ? At the moment, I just comment out the billed_periods I do not want to add up in the formula.
Using CR 10, MS SQL DB:
I have a report that adds billings together from different periods for Jobs, and then grouped by State (in which the job was done).
I want to be able to select the periods as a selection range. So instead of all 13 periods adding, I want to just do period 3-7, or so on.
Group Header 1: groups by STATE code.
details: each Job # has it's own row.
A @total formula adds {JC_BILLING_BALANCE_MC.Billed_Period1} + {JC_BILLING_BALANCE_MC.Billed_Period2} + ... {JC_BILLING_BALANCE_MC.Billed_Period13}
So it adds 1 through 13 in the formula, ran on the detail line.
Group Footer 1: sums @total formula.
Now...... how can I do this? Is it possible to use some variable with the .billed_period# area... ? At the moment, I just comment out the billed_periods I do not want to add up in the formula.