Forum Discussion

AJose's avatar
AJose
Icon for Helper I rankHelper I
7 years ago

Can i select the columns with Table.SelectColumns based on a condition - M Code?

I have a parameter which decides which column to select from a table. If the parametet value is "A", "Column1" should be selected and if the parametet value is "B", "Column2" should be selected . Can...