SetSelectionGroup not working
Dear Support,
I would like to add a selection group to a grid query with SetSelectionGroup, but it seems these lines are ignored.
The grid view is F4106 and F0101 join
I've added the following lines (for testing only) to Find button click event
Set Selection Append Flag(FC Grid, <Yes>)
Set Selection Group(FC Grid, "F4106", "AN8", <Equal To>, "1058", <And>)
Set Selection Group(FC Grid, "F4106", "AN8", <Equal To>, "1059", <Or>)
- But the qenerated query contains the following critera only: ( T0.BPAN8 = T1.ABAN8 )
- Expected critera: ( T0.BPAN8 = T1.ABAN8 ) AND ( T0.AN8 = 1058 OR T0.AN8 = 1059 )
( if I use SetSelection