Hi WarrenBelz,
My gallery uses a GroupBy function. The items code for the gallery is:
GroupBy(Table13,"CO Number","CO State","Change Owner Name","DATA")
In the gallery rows, I have a label with the text:
Concat( Distinct( ThisItem.DATA, 'Affected Item Name' ), Result & "; " )
How would I filter the gallery for 'Affected Item Name"? I tried the following but it did not work:
Filter(GroupBy(Table13,"CO Number","CO State","Change Owner Name","DATA"),Or(IsBlank(txtImpactedDoc),txtImpactedDoc.Text in DATA.'Affected Item Name'))