Hi @PaoloLavoro ,
Do you want to display the record detail info within the Display Form based on the selected value from previous 4 Galleries?
Please consider add a Display form in the DetailScreen1, then connect it to the Table1 data source. Set the Item property of the Display form to following:
LookUp(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result && MC = 'B_M.Classes'.Selected.Result && SMC = 'B_S.M.Classes'.Selected.Result && SSMC = FourthGallery.Selected.Result
)
Note: Please replace the FouthGallery with actual control name from your fourth Gallery in your app.
or
First(
Filter(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result;
MC = 'B_M.Classes'.Selected.Result;
SMC = 'B_S.M.Classes'.Selected.Result;
SSMC = FourthGallery.Selected.Result
)
)
Please take a try with above solution, check if the issue is solved.
Best regards,
Hi @PaoloLavoro ,
Do you want to display the record detail info within the Display Form based on the selected value from previous 4 Galleries?
Please consider add a Display form in the DetailScreen1, then connect it to the Table1 data source. Set the Item property of the Display form to following:
LookUp(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result && MC = 'B_M.Classes'.Selected.Result && SMC = 'B_S.M.Classes'.Selected.Result && SSMC = FourthGallery.Selected.Result
)
Note: Please replace the FouthGallery with actual control name from your fourth Gallery in your app.
or
First(
Filter(
Table1;
DISC = 'B_HUP Disciplines'.Selcted.Result;
MC = 'B_M.Classes'.Selected.Result;
SMC = 'B_S.M.Classes'.Selected.Result;
SSMC = FourthGallery.Selected.Result
)
)
Please take a try with above solution, check if the issue is solved.
Best regards,
User | Count |
---|---|
144 | |
97 | |
89 | |
78 | |
56 |
User | Count |
---|---|
194 | |
185 | |
105 | |
99 | |
91 |