Forum Discussion

AndersASorensen's avatar
3 years ago
Solved

Column value to rows

I would like to create a table with a count up to the column value.

So from this

IDPeriod
14324
23422

 

To this

IDPeriod
14320
14321
14322
14323
14324
23420
23421
23422




  • Hi,

    you can add a custom column

    {Number.From(0)..Number.From([Period])}

    then Expand to new rows

    and that's done

     

    If this post is useful to help you to solve your issue consider giving the post a thumbs up 

     and accepting it as a solution !

     

     

1 Reply

  • Hi,

    you can add a custom column

    {Number.From(0)..Number.From([Period])}

    then Expand to new rows

    and that's done

     

    If this post is useful to help you to solve your issue consider giving the post a thumbs up 

     and accepting it as a solution !