Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

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 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center