Page 3 of 4

Re: Not all is rendered in the report

Posted: Tue Apr 11, 2017 7:23 am
by terje.pedersen
Couldn't upload the example code for some reason. Download it from https://www.jottacloud.com/p/oterstadne ... 717b96f074

Re: Not all is rendered in the report

Posted: Sun Apr 16, 2017 9:29 am
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.

Re: Not all is rendered in the report

Posted: Fri May 05, 2017 7:59 am
by terje.pedersen
Any news?

Re: Not all is rendered in the report

Posted: Mon May 08, 2017 8:10 am
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.

Re: Not all is rendered in the report

Posted: Tue Jun 13, 2017 7:04 am
by terje.pedersen
ETA?

Re: Not all is rendered in the report

Posted: Thu Jun 15, 2017 7:57 pm
by HighAley
Hello.

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

Thank you.

Re: Not all is rendered in the report

Posted: Mon Jun 26, 2017 10:28 am
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

Re: Not all is rendered in the report

Posted: Mon Jun 26, 2017 1:18 pm
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.

Re: Not all is rendered in the report

Posted: Tue Jul 18, 2017 10:59 pm
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.

Re: Not all is rendered in the report

Posted: Thu Aug 31, 2017 8:40 am
by terje.pedersen
Any news?