Forum Discussion
Element115
4 years agoMemorable Member
Why does it take so long to execute this M code?
The following code snippet runs for hours and I do not know if it ever completes because after seeing how long the first run is, I canceled it. Here is the M code and table size is about 250K in impo...
- 4 years ago
A Table.Group with GroupKind.Local should accomplish this. I'm not sure exactly what you want but grouping by status(?). You can add an Index column afterwards.
HotChilli
4 years agoCommunity Champion
A Table.Group with GroupKind.Local should accomplish this. I'm not sure exactly what you want but grouping by status(?). You can add an Index column afterwards.
- Element1154 years agoMemorable Member
Deleted prev response... was doing some extra unnecessary steps... works like a charm now. Thanks again.