Hi,
Would like to do a filtering with the condition below:
a) ListOwner.Value = CurrentUserListOwner
b) Status.Value = Dropdown1.Selected.Value
c) wildcard search in MvNo, if searchTextbox.Text is blank display all the items with condition (a) and (b)
By using the Filter function below, able to fulfill condition (a) and (b) mentioned above.
Gallery Items Properties: Filter(VehicleList, ListOwner.Value = CurrentUserListOwner && Status.Value = Dropdown1.Selected.Value)
Would like to do the filtering with all the 3 conditions above (wildcard search in MvNo, if searchTextbox.Text is blank display all the items with condition (a) and (b))