Combination of data based on their dates.

0
How do we combine different dd-mm-yy into one based on their month in mendix?
asked
1 answers
0

You can check for example with the TrimToMonths[UTC] function or FormatDateTime[UTC] while formatting for 'M’ to get the month of that specific year.

answered