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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.