Iteratively Create Columns Containing All Permutations of Subtraction from an Initial List of Columns
I have a list of columns and I need to create a new series of columns with every permutation of the difference between the listed columns. The number of the columns in the list can vary and the non-iterative example below covers 3 columns (12 to 14). Current Data Table() << New Column(Head Name( As Namespace( Column( 12 ) ) )||" - "||Head Name( As Namespace( Column( 13 ) ) )||" HSD Threshold Mat
...