Hi everyone!
A have a gallery that shows records that their load time is the same or above Now(). I'm using DateTimeValue(LOAD). On my screen it shows the correct records but when I share the app with other people the gallery is empty. My code is as follows:
FirstN(SortByColumns(
Filter(PEDIDOS,
DateTimeValue(LOAD) >= Now() // alterei de LOAD para field_25
)
,"KEY"
,SortOrder.Descending
), 4)
Thanks in advance for any help!

Report
All responses (
Answers (