Hey Everyone,
I’m just wondering if there’s an easier way to limit a repeating groups data by date and not factor in time?
For Example, I have a Thing (Company Master) that houses a date. All transactions are based on that date. By the end of the day if I wanted to display a list of transactions on today it doesn’t work because technically my date is 10/14/2020:12:00AM.
So I have a repeating group that looks Thing (Transactions),
If I add a condition of Date = Current Users’Companys’CompanyDate Formatted As 10/14/2020, it doesn’t work because it’s trying to read text in a date field.
What’s the easiest way to go about this?