Hi,
I want to filter my galery based on 'planner combobox' or 'customer combobox' or 'id textinput'. I dont know how to write the formula.
I used this formula in my combobox:
Filter(
ProductID,
(StartsWith(
'SSB ID ',
SearchSSBID.Text
) || StartsWith('PLANNER ENGINEER',
Planner_1.Selected.Value
)) && 'Dearest Customer' in Customer_Pilihan_1.Selected.Value
)
Can anyone help me? Thank you.


Report
All responses (
Answers (