I am trying to store a formula as a string in a text field in my dataset, and then filter the same dataset by referencing the field in which the formula is stored in the custom filter expression field. For example, the string stored in the data field [formula] will be:
"[field1] > 10 OR [field2] > 10"
and the custom filter expression will simply be:
[formula]
Is there any way to make this work?