Hello everyone,
I have a field called Transactions which is an embedded object. Each transaction has two attributes:
date
paid
I want to filter the data by date, but I'm having an issue:
Example:
I have these two transactions:
Date: 12 July, Paid: 300
Date: 14 July, Paid: 500
When I filter by Today’s date, both transactions are showing up — even the ones that aren’t from today.
But I want to display only the transactions where the date is exactly today.
Can someone help me filter this correctly? using scripting if needed.
Thanks in advance