Hi!
I have a dashboard with a gadget showing a filter. I would like the sorting to stay the same until the next time I open the dashboard so the newest tickets are at the top. I can't get this to work.
How can I solve it?
Thanks!
Hi @Malin Klerstad
Is it possible to share the filter here ?
created >= -7d ORDER BY created ASC
I got the same result when I changed to: created >= -7d ORDER BY created DESC
Ok do you forget to save your filter when you update your search ?
with this query, it's ok for me :
createdDate >= startOfYear() ORDER BY createdDate asc (replace by DESC)
It looks like you're new here. Sign in or register to get started.