In oracle reports, I have a scenario where I have 2 formula columns A,B in a group G. A computes a value and stores it in placeholder column C in the same group G.
Given A&C are defined above B, Would B always see the value C updated by A?. I have a couple of test cases where B sees the updated value. Just wanted to make sure that this is the defined order of execution in oracle reports.
Thanks in advance.
you can use the SRW.REFERENCE procedure to make sure that a PL/SQL block will be executed after the object referenced are computed. From the help topic: