Hi,
I need your help for solve this matter. I have a gallery with the following functions inserted in the Items property:
SortByColumns(
Filter(
DB_DettaglioConsegne;
And(
DataOraArrivo >= FiltroDataVigilanza.SelectedDate;
Or(
IsBlank(FiltroAutoreVigilanza.Selected.Value);
PortineriaIngresso = FiltroAutoreVigilanza.Selected.Value
);
StatoConsegna.Value = FiltroStatoVigilanza.Selected.Value
)
);
"DataOraArrivo";
SortOrder.Ascending
)
To my eyes, the functions seem to be entered correctly (no errors are highlighted), but the gallery does not show any items even though it should.
The error is on the Filter part but I don't understand where I am going wrong.
Any ideas?