Jump to content

How to get data from different level from JSON


miha.osojnik

Recommended Posts

Hello

 

For data source we use JSON. In a report I need to use data from two different "levels". Here is JSON example:

{
   "JasonDataExample":{
      "Data1":"something123",
      "field":[
         {
            "subData1":"aaa",
            "SubData2":"bbb",
            "SubData3":"ccc"
         }
      ]
   }
}

For my report I need to use subData1, subData3 and Data1.

How do I do that, hod do I define this source in "Dataset and Query" ? Hope I explained my problem good enugh.

Link to comment
Share on other sites

  • 2 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...