I have a gallery with items using this.
Items =
SortByColumns(
Search(
RDR1,
Search_Certifications_8.SEARCH_Value,
"U_WR_OTHER",
"ItemCode",
"Dscription"),
"DocEntry",
Descending)
In each row, I have a Button is visible when Label1_55.Text =”Y”.
Label1_55 is a lookup from another table giving a “Y” or “N”.
LookUp(RDR2, ItemCode = ThisItem.ItemCode).QryGroup7
How to add an additional condition for gallery items when Label1_55 is “Y” to be shown only?