Hello,
I have a Table Grid Editor Custom field table with a column with the following configuration:
col.iPhase=Phase
col.iPhase.type=number
col.iPhase.formula=queries:value(
'jira'
,
"select fx from AO_DF91CB_FX_TABLE where TYPE = 'COST'
"
)
When the value of the query change the rows doesn't reload the formula.
How can I force that?
I tried with the Reload Grid, but this works when a table gets all the values from a database, right?
I want to reload the value of a column with a formula that makes a query.
How can I do that?
I tried to do it by code but I can not write in a formula column because it is read-only, right?
Please, I hope you can help me.
Thank you.
Regards,
Erik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.