Hi all,
Is there a way to check if a dynamically built logical expression is true or false? For example, I have two values val_1 and val_2 in a table, and a logical operator also stored in my table, how do I check ( val_1 <operator> val_2 ) at run time?
I tried to concatenate this into a string and check but it does not work. Any ideas?
Thanks,
Nithya