Adding a sell by date filter to inventory app in the order history

Hello everyone,
hope you’re well,
Anybody have an idea about how can I add a sale by date filter like sell by date filter like by days or week or month to the inventory app in the order history section

You would have to use some math columns/Javascript to convert the timestamp to the corresponding day, week and month format first.

Then use them in the collection’s in-app filter setup.

Thank you man

1 Like

Have you been able to solve it? Please let us know if you need more help.

Another thought is to use two user-specific fields to store a start date and end date, and use a query to dynamically let users filter by the range.