Util.Pivot
Options
This probably a dim question, but if I have a table with a LOT of columns, is there anyway, if I've used Util.Pivot to order the subsequent rows (ie the fields from the table) alphabetically?
Love the Pivot option anyway, but there is always something else, right?
Comments
-
I might be misunderstanding you, but doesn't
Util.Pivot(obj).Dump(alpha:true);
do what you want?
-