I have a dropdown in aware im form where I need conditional filtering in dropdown filtering defined property.
Right now it can only have one condition. I need dropdown to show data from same BO but with different condition if and then else..
if(x>2)
find mybo where...cond1
else
find myby where...cond2
This in conditional filters