We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'Hide columns with zero count' checkbox, is not hiding columns with zero counts. The Grand Total is also not calculated.
Columns with zero counts are not hidden when the option is enabled and the Grand Total is not calculated.
If the option is enabled, columns with zero counts should not be displayed and the Grand Total be calculated.
I ran a git bisect and it seems like the issue is being caused by the changes in this commit
git bisect
commit 82c75790103cd153d5abd29e04644a0c12733f73 Author: Eileen McNaughton <[email protected]> Date: Mon May 1 12:24:40 2023 +1200 Use parent format function Parent handles more notices - will require loosening of typing CRM/Extendedreport/Form/Report/ExtendedReport.php | 35 +++-------------------- 1 file changed, 4 insertions(+), 31 deletions(-) ``
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
The 'Hide columns with zero count' checkbox, is not hiding columns with zero counts. The Grand Total is also not calculated.
Reproduction steps
Current behaviour
Columns with zero counts are not hidden when the option is enabled and the Grand Total is not calculated.
Expected behaviour
If the option is enabled, columns with zero counts should not be displayed and the Grand Total be calculated.
Environment information
Comments
I ran a
git bisect
and it seems like the issue is being caused by the changes in this commitThe text was updated successfully, but these errors were encountered: