JSON Array / No relation on data

Stimulsoft Ultimate discussion
Post Reply
Andreas Koetzle
Posts: 10
Joined: Fri Oct 21, 2022 5:21 am

JSON Array / No relation on data

Post by Andreas Koetzle »

Hello,

i have updated from version 24.3.x to 24.4.3.
Most of our reports won't work anymore, because of no more existing data-relation on embedded JSON Arrays.

Here you see the data on version 24.3.1
28-10-2024_06-39-08.png
28-10-2024_06-39-08.png (4.19 KiB) Viewed 301 times

and here on version 24.4.3
28-10-2024_06-49-31.png
28-10-2024_06-49-31.png (1.7 KiB) Viewed 301 times
We need some fix to run our reports.
Thank you.
Best regards
Andreas
Lech Kulikowski
Posts: 6830
Joined: Tue Mar 20, 2018 5:34 am

Re: JSON Array / No relation on data

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
Andreas Koetzle
Posts: 10
Joined: Fri Oct 21, 2022 5:21 am

Re: JSON Array / No relation on data

Post by Andreas Koetzle »

Hello,
you don't need any report.
Just try to import any JSON with an Array like this.

Code: Select all

[
  {
      "_Kennung":"123435",
      "fdArtBez":"Bez",
      "_fdSortProzess":
      ["Text1","Text2"],
      "_MatNr":""
  }
]
There is no possibility to access the Array like in older versions.
Best regards
Andreas
Lech Kulikowski
Posts: 6830
Joined: Tue Mar 20, 2018 5:34 am

Re: JSON Array / No relation on data

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result as soon as possible.

Thank you.
#15860
Lech Kulikowski
Posts: 6830
Joined: Tue Mar 20, 2018 5:34 am

Re: JSON Array / No relation on data

Post by Lech Kulikowski »

Hello,

The issue is fixed. The fix will be available in the next release build in the next week.

Thank you.
Post Reply