For example, I only need to display 1IN_125AB to allow select 1.
The Gallery Name : SalesItemGallery
Items Field : Filter(IV00108,PRCLEVEL = SOGALLERY.Selected.PRCLEVEL)
The right hand side form :
Item Field= SalesItemGallery.Selected
Thing I had test, but having some error on selecting the records. For example, I put Gallery Items field as : GroupBy(Filter(IV00108,PRCLEVEL = SOGALLERY.Selected.PRCLEVEL),"ITEMNMBR","DATA")
It will be group and become 1, but I not sure how the form retrieve the value from gallery.
Summary,
I wish to know how exactly to removed duplicate item from gallery?
May I know how to search the value records?
Normally, I only write this method to search the records:
Search(IV00108,SearchOrder3.Text,"ITEMNMBR")
