Not all is rendered in the report

Stimulsoft Ultimate discussion
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

Couldn't upload the example code for some reason. Download it from https://www.jottacloud.com/p/oterstadne ... 717b96f074
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Not all is rendered in the report

Post by Alex K. »

Hello,

Thank you for the sample. We need some additional time to check the issue.
We will let you know about the result in this topic.

Thank you.
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

Any news?
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Not all is rendered in the report

Post by Andrew »

Dear Terje,

We are still working on this issue. It is quite complicated to fix it as soon as possible. We will keep you informed in this forum thread.

Thank you.
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

ETA?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Not all is rendered in the report

Post by HighAley »

Hello.

Sorry, at this moment we can't write you about ETA.
We will keep in touch with any news.

Thank you.
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

With the ultimate version all transes is shown not only those where the group condition is met seems like it struggles with the same data exists several places.

Example data:

Code: Select all

{
  "transes": [
     {
       "EmployeeID": 1,
       "WagetypeID": 1,
       "Wagetype": {
         "ID": 1
       }
     },
     {
       "EmployeeID": 2,
       "WagetypeID": 1,
       "Wagetype": {
         "ID": 1
       }
     },
     {
       "EmployeeID": 1,
       "WagetypeID": 2,
       "Wagetype": {
         "ID": 2
       }
     }
  ]
}
Relation: WagetypeID -> ID
Group: transes.EmployeeID
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

Also testing with flatting the data and manually adding relations in the designer works great inside the designer but generating it with the ulitimate version using service.ExportTo() it ignore the group condition. Tested both with StiHtml.. and StiPdf.. both result in the same.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Not all is rendered in the report

Post by Alex K. »

Dear Terje,

Sorry for the delay with response.

We are still working on this issue. We will let you know about the result in this forum thread.

Thank you.
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Re: Not all is rendered in the report

Post by terje.pedersen »

Any news?
Post Reply