CR 8.5
Hi all,
i need a formula like the below one
if {SalesTable.sale} > 1000 then
Amount := SalesTable.sale;
"Sale" - should decide which field of the recordset has to be used. But i need this to be a variable so that i can change the field name at runtime and use the same formula with different fields.
How can i write a dynamic formula like that??
Hi all,
i need a formula like the below one
if {SalesTable.sale} > 1000 then
Amount := SalesTable.sale;
"Sale" - should decide which field of the recordset has to be used. But i need this to be a variable so that i can change the field name at runtime and use the same formula with different fields.
How can i write a dynamic formula like that??