I want to know if it ever happened to anyone here?
I am using formula in all of my 40 reports that is :
_______________________________________________________
Local StringVar inString := {table.fieldNO};
Local NumberVar strLen := Length (inString);
Local NumberVar i := 1;
While i <= strLen and inString = "0" Do
(i := i + 1;
inString[i to strLen]
________________________________________________________
I have one Report that is working fine and i needed to create spin off of this one with different fields and sorting etc.
When I ran it I got a message that there is a problem in my formula. This was a copy of working well report with modifications.
When I opened Report to chack what happened - I saw some of my fields in Detail are moved themselves into different positions.
Test Grand Total for {Name}:
got changed itself to
Test Grand Total for {Company}:
I had seen it happened before and I had totally re-created Report from blank...but now I have less time for that and want to ask you if there is way to prevent it from happening. And HOW in a world that Grand Total changed?
Thanks,
TIA
I am using formula in all of my 40 reports that is :
_______________________________________________________
Local StringVar inString := {table.fieldNO};
Local NumberVar strLen := Length (inString);
Local NumberVar i := 1;
While i <= strLen and inString = "0" Do
(i := i + 1;
inString[i to strLen]
________________________________________________________
I have one Report that is working fine and i needed to create spin off of this one with different fields and sorting etc.
When I ran it I got a message that there is a problem in my formula. This was a copy of working well report with modifications.
When I opened Report to chack what happened - I saw some of my fields in Detail are moved themselves into different positions.
Test Grand Total for {Name}:
got changed itself to
Test Grand Total for {Company}:
I had seen it happened before and I had totally re-created Report from blank...but now I have less time for that and want to ask you if there is way to prevent it from happening. And HOW in a world that Grand Total changed?
Thanks,
TIA