Reading a field with JSON data

Stimulsoft Reports.WEB discussion
Post Reply
jlorue
Posts: 126
Joined: Thu Apr 15, 2021 6:33 pm

Reading a field with JSON data

Post by jlorue »

Hi,
I have built a table in a report based on some text and number fields of a MySQL table, and it is working OK. Let's call it table "A".

But there is one field in that MySQL table that has JSON data (not included in table "A"), and I need to build a specific table within that report ONLY with that JSON data (let's call it table "B").

Is there any possibility to do that?
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: Reading a field with JSON data

Post by Lech Kulikowski »

Hello,

Unfortunately, directly in the report - no.
You can retrieve data in your code and then register it as DataTable with the RegData() method.

Thank you.
Post Reply