Hi SME,
I would like to use the Generate tool to create a blank row after each group of data from different class so that I can see a separator between the classes with the output. For example, I have the following dataset:
Year Class Amount
2022 A 100.30
2023 A 50.33
2022 B 212.00
2021 C 332.22
What I get to see is as follows:
Year Class Amount
2022 A 100.30
2023 A 50.33
2022 B 212.00
2021 C 332.22
I could do this the long way using the Transpose/Cross Tab tools. However, I want to understand how to use the Generate Tool to do this.
Thanks,
kwl