Forum Discussion

Dicken's avatar
Dicken
Post Prodigy
2 years ago
Solved

Filter Table , Column by postion

  Hi,    so filter table ;     Table.SelectRows(Source , each ([B] = "A")) but if I do not know the name of a coliumn, just postion, so I know I need column 2 , so I found the name;  ( List...
  • AlienSx's avatar
    AlienSx
    2 years ago

     

    Table.SelectRows(Source, each Record.FieldValues(_){1} = "A")