Forum Discussion
Insert Blank lines in Matrix Financial Statement
- Anonymous2 years ago
Hi samantha75 ,
If you want to add blank columns to Reporting Heading, you can manually add blank rows to Reporting Heading in the dataset.
And then add an index column, sort it, and return to desktop to generate blank rows.
Hope it helps!
Best regards,
Community Support Team_ Tom ShenIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi samantha75 ,
You can see that you have correctly added blank rows to your matrix, but you want to hide extraneous columns and don't want the extra blank columns to appear.
You can create a new table to hide other columns from you.
Table2= SELECTCOLUMNS('Table',"ReportHeading",[ReportHeading],"Operator",[Operator])
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.