So I find this very frustrating and have not found a solution ( I'm hoping there is one to make my life easier and more efficient ); i am trying to edit formulas and am having to do it one by one. I have about 50 formulas or more, that are based upon columns in a stored procedure, and i need to change them to another stored procedure that has exact same columns. However, the find and replace will not work on formulas just on text.
For example:
Current
If (procA.needscellphone) = 1 then true else false
Need
If (procB.needscellphone) = 1 then true else false
Yes both stored procedures have been added to the report
Is there anyway to change all these formulas at once? Having to manually edit them one by one is tedious and seems to be quite archaic for a program like Crystal. I hope someone has a way for me to do this in such a way that will significantly reduce my time.
thank you.