Option to display only rows that are not 0 #497
Unanswered
JordiBForgeFlow
asked this question in
Q&A
Replies: 2 comments
-
|
That is implemented with styles: look for Hide Empty in style definitions. Additionally, it does some hard work to distinguish no data (AccountingNone) from cells with transactions that sum to 0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OMG this is amazing!! The spanish reports now have a readable format ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
In Spain it is required that the Profit & Loss and Balance Sheet presented to the authorities should only contain the lines that have some amount.
The P&L and BS are very large in extension, and many companies only use a small portion of the complete Chart of Accounts.
I am thinking on a flag at mis.report.kpi
hide rows with 0 values.If all the columns in the row are 0 the line would not be listed.Beta Was this translation helpful? Give feedback.
All reactions