If(IsBlank(Requestor_Box.Selected.Value) && IsBlank(Disposition_Box.Selected.Value) && IsBlank(BatchID_Input.Text),
DataSource,
If(!IsBlank(Requestor_Box.Selected.Value) && IsBlank(Disposition_Box.Selected.Value) && IsBlank(BatchID_Input.Text),
Filter(DataSource, Requestor = Requestor_Box.Selected.Value),
If(!IsBlank(Requestor_Box.Selected.Value) && !IsBlank(Disposition_Box.Selected.Value) && IsBlank(BatchID_Input.Text),
Filter(DataSource, Requestor = Requestor_Box.Selected.Value), Disposition = Disposition_Box.Selected.Value),
If(!IsBlank(Requestor_Box.Selected.Value) && !IsBlank(Disposition_Box.Selected.Value) && !IsBlank(BatchID_Input.Text);
Filter(DataSource, Requestor = Requestor_Box.Selected.Value), Disposition = Disposition_Box.Selected.Value, StartsWith(ID, BatchID_Input.Text)),
If(IsBlank(Requestor_Box.Selected.Value) && !IsBlank(Disposition_Box.Selected.Value) && IsBlank(BatchID_Input.Text);
Filter(DataSource, Disposition = Disposition_Box.Selected.Value),
If(IsBlank(Requestor_Box.Selected.Value) && !IsBlank(Disposition_Box.Selected.Value) && !IsBlank(BatchID_Input.Text);
Filter(DataSource, Disposition = Disposition_Box.Selected.Value, StartsWith(ID, BatchID_Input.Text)),
If(!IsBlank(Requestor_Box.Selected.Value) && IsBlank(Disposition_Box.Selected.Value) && !IsBlank(BatchID_Input.Text);
Filter(DataSource, Requestor = Requestor_Box.Selected.Value, StartsWith(ID, BatchID_Input.Text)),
Filter(DataSource, StartsWith(ID, BatchID_Input.Text)),
)
)
)
)
)
)
)
Just check the names and the language (if it has every "," and so on)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!