How can we update a column formula in all reports wherever that column is used.
Let us say we have some X_Val column with formula (rep_col1 + rep_col2 + qty) in report001, report002,report003,report004,report005,....reportN.
I want to replace that column formula to (rep_col1 + rep_col2 + rep_col3 + qty) in one shot.
Is this possible..?