Hello everybody!
Basically I want to perform operations with each record in my RG.
Eg.: I have PRODUCT A with PRICE $50 and PRODUCT B with PRICE $100 and I want to multiply all their values by one FACTOR.
(These operations can be more complex, referencing different fields of the RG, but this is the basis of the problem.)
How would you tackle this problem?