Forum Discussion
FCD
2 years agoRegular Visitor
Moving a column at a specific place (column B) without Permutation
Dear All, How to move a column at a specific place. i.e. after a column called Id. I just don’t want to move it beacuse the quantity and the names of the columns before are variable in my code. ...
AlienSx
Super User
2 years agoTable.ReorderColumns(tbl, {"called Id", "column_name"})
but wait.. "I just don't want to move it..." at the same time sounds strange