Hi there,
I have a data column, two drop down boxes and a Filter button. OnSelect of filter button, galleryitem shows the collection data.
However, i want to put one more textbox to filter the value within the item shown on gallery. Is this doable... if i use Search on Filter button, since my textbox is empty it does not pull the data. How do i refine this results with the way i required.
On Filter Icon Select :
ClearCollect(TempGal1, Filter(SAL_DAILY, class = ddclass_demo.SelectedText.Value && campus = ddcampus_demo.SelectedText.Value && Attendance_date = adate_demo.SelectedDate));
Gallery Item set to : TempGal1
Now what ever results displayed in Gallery, I want to place an another text box and search within this results.
