Hello all,
I have a custom property on the root container with a named query binding.
A set of drop downs with the data
bound to a dataset (from a named query), and the selectedValue
of the drop down is bound using an expression:
try({Root Container.current_oamb_pos}[{Root Container.Container OAMB Locations.Dropdown Location 1.row},'Position_ID'], 0)
The current_oamb_pos
is the dataset supporting the drop down selectedValue
.
In the Designer, each drop down has the correct selected value, but it does not display a label or string.
Once I go into Preview Mode, then the correct strings appear.
When I open the project, and enable the trial, the correct strings in the drop down do not appear, just as in the Designer without preview mode.
I threw a table bound directly to the .current_oamb_pos
just to make sure the data was really there when the screen loaded.
I seem to remember reading a thread on data loading via queries versus component loading and firing binding events, but I cannot seem to find it (if it really applies anyway).
What am I missing?