Hello.
In Apex 19.1 i have 4 cascading LOV columns in IG. Two for single select and two for multi selection.
I use two normal LOV columns. Second is cascading on first.
Then i use two shuttle columns (for multi select). First shuttle column is cascading on second LOV column. Second shuttle column is cascading on first shuttle column.
LOV -> LOV -> shuttle -> shuttle.
Cascading on new IG row works and saving works.
The problem arises, when page is loaded. LOV columns work ok. Saved values are shown and lists have the right values.
Shuttle columns show the right values, but when i click on shuttle column to show, change values, list is empty.
As if shuttle column sql query doesn't return anything. Is there missing cascading value of second LOV column?
Should there be some on_load process?
Tnanks.
BR