Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i want to create a table in this way
first field is a string
second is a formula
formula is different for every row
an example
string1 a/b-x
string2 1/2
string3 c-d*k
is it possible ?
thanks
andy
Try an inline load in your script
formulas:
Load * INLINE [fieldID, formula
'abc', 'a+b'
'def', 'c-d/r');