Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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