Question
To get the condition ri!age[18
I have the following requirement:
In the backend table called conditions I have the columns called operator and value which have the values < and 18
I need to check the condition if the incoming is age is less than 18 then display true
That is if( ri!age<18, true(), false()). Here I need to get the values of the operator and value from the back end table, I am using query record to get the condition table output. How can I achieve this?
