Forum Discussion
Anonymous
4 years agoNot applicable
Trouble with List.Generate
I have two whole number columns, "Min G/L Account No." and "Max G/L Account No.". I'm trying to create a new, calculated column which contains a list of each whole number between those two (in increm...
- 4 years ago
Hi Anonymous ,
Try this in a new custom column:
{ [#"Min G/L Account No."]..[#"Max G/L Account No."] }Note the curly braces.
Pete
BA_Pete
4 years agoSuper User
Hi Anonymous ,
Try this in a new custom column:
{ [#"Min G/L Account No."]..[#"Max G/L Account No."] }
Note the curly braces.
Pete
- Anonymous4 years agoNot applicable
That worked perfectly - thanks, Pete!