Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    5 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.