Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to get the values from D which are not assigned to a field in S:
Example:
- No S selected. Result --> x6, x7 -Done: if( isnull(S),D)
-S=1 selected. Result -->b4,x5,x6,x7 - ?
-S=2 selected. Result --> x1,x2,b3,x6,x7 - ?