BlurredVision
Technical User
Hello all,
I created a simple report
Within my main report I have the detail section split up into two sections (A and B)
In section A I have a subreport which returns a shared variable:
shared stringvar num := {RV_Practitioner_ID_Numbers.ID_Number};
num;
In section B I have a formula to return the shared variable:
shared stringvar num;
num;
My problem is, the formula in section B only returns the last value - Any ideas on why this is?
I am running v10 of CR
Thanks....
I created a simple report
Within my main report I have the detail section split up into two sections (A and B)
In section A I have a subreport which returns a shared variable:
shared stringvar num := {RV_Practitioner_ID_Numbers.ID_Number};
num;
In section B I have a formula to return the shared variable:
shared stringvar num;
num;
My problem is, the formula in section B only returns the last value - Any ideas on why this is?
I am running v10 of CR
Thanks....