OR condition in relation

Hi All,

I am having a tree view . I am using a relation to show the nodes of the tree. Now I require an OR condition to filter the records . In relation we cannot maintain an OR condition . Multiple condition in relation refer to AND condition . So how to do this operation ? . Pease do help.

Thanks in advance . Waiting for your feedbacck.

Ashutos,

Currentyl, Servoy relations do not support OR-ing conditions.
Note that the condition ‘tab1.column1 = tab2.column2 OR tab1.column is null’ is supported, use the operator ‘^||=’ for that.

Rob

Hi Rob ,

Thanks for your reply.