Hello,
I would like to have a macro, that will update an expression in a formula tool, according to an xml code.
My input would be something like this:
<FormulaField expression="IF [Type] = 'V_String' THEN 'VARCHAR2(2000 CHAR)' ELSE [Size] ENDIF

" field="New_Lenght_for_DB" size="1000" type="V_String" />
Is there a way to do it?