Odd error with totals in report

Stimulsoft Dashboards.WEB discussion
Post Reply
TestBoy
Posts: 46
Joined: Tue Oct 23, 2018 8:14 pm

Odd error with totals in report

Post by TestBoy »

Getting the following...

Code: Select all

Stimulsoft.Report.Engine.StiParser.StiParserException: 'Parser error: The 'riSum' function is not yet implemented'
Noticed none of the footer band totals are displayed. Those totals use CountDistinctRunning() or SumIfRunning() and so forth.

In cshtml:

Code: Select all

@using Stimulsoft.Report.Mvc;
@using Stimulsoft.Report.Web;
@using Stimulsoft.System.Web.UI.WebControls;


@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
    Theme = StiViewerTheme.Office2013WhiteBlue,
    Height = Unit.Point(900),
    Appearance =
    {
        InterfaceType = StiInterfaceType.Auto,
        ScrollbarsMode = true,
    },

    Actions =
    {
        GetReport = "GetReport",
        ViewerEvent = "ViewerEvent"
    }

})

Any ideas?
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Odd error with totals in report

Post by Lech Kulikowski »

Hello,

Please send us your report with test data which reproduces the issue for analysis.

Thank you.
TestBoy
Posts: 46
Joined: Tue Oct 23, 2018 8:14 pm

Re: Odd error with totals in report

Post by TestBoy »

I was afraid you were going to say that... but I was hoping it was something simple :)
I will have to try to create a project to reproduce this because the data that feeds these reports is prohibitively large and complex.
I will see what I can do in the coming days/weeks.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Odd error with totals in report

Post by Lech Kulikowski »

Hello,

It is difficult to say something exactly without a sample.

Thank you.
TestBoy
Posts: 46
Joined: Tue Oct 23, 2018 8:14 pm

Re: Odd error with totals in report

Post by TestBoy »

I know it.
I have to work on getting an example created and I will post it as soon as I can.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Odd error with totals in report

Post by Lech Kulikowski »

Hello,

Ok. We will wait.

Thank you.
Post Reply