Setting up a formula with a paramter
Hi,I am trying to set up a formula in a column in a table along with a paramter in the formula. It is easy to do with mouse clicks. But I need to write a script. Below is the command that I have written: Column( Data Table( "field_data" ), "diameter Prediction Formula" ) << Set Formula( Parameter({tuning = 1},eval(Name Expr(f11)) )); My formula is stored in 'f11'. The formula will change, so I can...
abdul_saqib