Hi,
I have a below output from my expression
My requirement is if "expr" of every Dictionary contains "rowcode" that row code needs to be replaced by "expr" of that particular rowcode (for eg: "(FRML_88_1+FRML_88_2)" this expression contains rowcode so i need to replace it with expr "((123/12)+(1284*64))" and the final output be like "(((123/12)+(1284*64))*(9090+122))"
Discussion posts and replies are publicly visible
Can you clarify what you're trying to do here? I've read this a few times now and I can't quite figure out what ```if "expr" of every Dictionary contains "rowcode"``` means. From your screenshot it looks like every entry contains both "rowcode" and "expr" properties.