Forum Discussion

patri0t82's avatar
patri0t82
Post Patron
5 years ago
Solved

Expression.Error: We cannot convert the value 1462962.3900000001 to type List.

Hello, I'm having a difficult time understanding why my custom column isn't working. It's basically just saying    if.....      then [#"Column Name"] {[Index]} -1   I have an [Index] column start...
  • patri0t82's avatar
    5 years ago

    I believe I solved it by adding the Table name before the column. ie:

     

    #"Table Name"[#"Column Name"]{[Index]-1}