Notifications
Clear all
Support
2
Posts
3
Users
0
Reactions
871
Views
Apr 15, 2023 12:33 am
Hi Dotnet Report,
I have created the following production report.
However, I have to sort by the SkidNum, which is an integer that also calculates the total for the SkidNum.
Is there any way to remove the total for the SkidNum column?
This report can be exported in the pdf format with the totals at the bottom but the totals are missing in the excel format.
Is there any way to fix this?
Thanks
Qiong
1 Reply
Apr 15, 2023 12:36 am
Hey Qiong
For not including a column in subtotal, you should see this option for a numeric field when "Include Total Row" is checked:
If you check this option, it should exclude the column from subtotal.
For including the subtotal row in excel, you would have to update the GetExcelFile method. The latest version of this method that includes subtotal row is here:
https://github.com/dotnetreport/dotnetreport/blob/bdec9c9f964af419edeb05b76e7845a6c65a3fae/Models/DotNetReportModel.cs%23L520&source=gmail&ust=1681603845514000&usg=AOvVaw23AcxFcOXY7uhnXUOGpfw v"> https://github.com/dotnetreport/dotnetreport/blob/bdec9c9f964af419edeb05b76e7845a6c65a3fae/Models/DotNetReportModel.cs#L520
Let me know if this information helps.
Thanks
Dotnet Report Team