Hi there !
Trying to create a report based on counting register and group by date. So, the result should something like that:
Records Day 10 25 4 26 9 27 25 28 16 29
Looking for a solution, I find out this function that handler month and year, but nothin for day.
Is it possible to do that in another way ? Dunno, a workaround using a expression, for example.
Thanks anyway for read till here!
Discussion posts and replies are publicly visible
Syncronized records support custom fields which allow you to get the date from a dateTime field. Then you can aggregate on this custom field.
Thanks for reply so fast!
looks like this doesn't work, since aggregationFields cannot be used with custom record field expressions, according the documentation.
Or there's another option ?