
Hi,
I get an delegation error when using >= or <= in my filter. The dataset (list) is only 32 items.
Can anybody help me to work around this?
Filter(Lichtkrant, Dag.Value=Label4_2.Text && Eindtijd>=Text(Now(), "hh:mm"))
The formula doesn't give me error when I only use =
Thanks
Hi,
Replace this Text(Now(), "hh:mm") with Now() only
The error is there to let you know that you will run into trouble if your dataset has more rows than the limit (500 standard and you can raise it up to 2000).
Regards