Skip to Content
0
Former Member
Aug 30, 2007 at 11:12 AM

Building a dynamic IF condition

3456 Views

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