Forum Discussion
Anonymous
5 years agoNot applicable
How to generate date table based on other table period information and including daily value
Hello, I'm aiming to develop a daily revenue table. I have an order item level table which includes invoice period start and end dates and calculated daily revenue value. I would like to crea...
- Anonymous5 years ago
Ok, I managed to find the solution. It is as simple as this:
{Number.From([invoicingPeriodStarts])..Number.From([invoicingPeriodEndDate])}
and then simply open the list.
There we go.
Anonymous
5 years agoNot applicable
Ok, I managed to find the solution. It is as simple as this:
{Number.From([invoicingPeriodStarts])..Number.From([invoicingPeriodEndDate])}
and then simply open the list.
There we go.