Hi, I have created a table from a series of records. So far it has been easy. Now I would like to insert blank lines when the SECTION is changed
Example
Before ID;SECTION;NAME;VALUE 1;AB;First Record;5.0 2;AB;Second Record;8.2 3;AC;N Record;4.8
After ID;SECTION;NAME;VALUE empty row AB empty row 1;First Record;5.0 2;Second Record;8.2 empty row AC empty row 3;N Record;4.8