Hello!
I was trying to create a slice to only show me rows from the current month.
for the row filter condition i put:
AND( MONTH([Date]) = MONTH(TODAY()), YEAR([Date]) = YEAR(TODAY()))
when i save the expression assistant it shows me the right results in the app preview but when i save and reload the app it doesnt work anymore.
Hi all.
I’m struggling with the same issue?
Tried both expressions below in a slice but still not working for me.
The expression works when I run a test but does not feedback to app?