Forum Discussion
Dicken
Post Prodigy
2 years agoFilter 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...
- 2 years ago
Table.SelectRows(Source, each Record.FieldValues(_){1} = "A")