Forum Discussion
mgrayTCB
Helper IV
3 years agoList.Generate fixed number of items
I am trying to generate a list in PQ based on a filed value. I always want the list to be the same number of items. So for earch record in the table I want a list 12 items long. The value of all 12 i...
- 3 years ago
12 items equal to [Amt] field???
each List.Repeat({[Amt]}, 12)
AlienSx
Super User
3 years ago12 items equal to [Amt] field???
each List.Repeat({[Amt]}, 12)