Page 1 of 1

Odd error with totals in report

Posted: Fri Apr 12, 2019 1:04 pm
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?

Re: Odd error with totals in report

Posted: Sat Apr 13, 2019 12:25 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: Odd error with totals in report

Posted: Sat Apr 13, 2019 1:11 pm
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.

Re: Odd error with totals in report

Posted: Sun Apr 14, 2019 11:10 am
by Lech Kulikowski
Hello,

It is difficult to say something exactly without a sample.

Thank you.

Re: Odd error with totals in report

Posted: Sun Apr 14, 2019 3:28 pm
by TestBoy
I know it.
I have to work on getting an example created and I will post it as soon as I can.

Re: Odd error with totals in report

Posted: Tue Apr 16, 2019 9:37 pm
by Lech Kulikowski
Hello,

Ok. We will wait.

Thank you.