Can i use two different data adapters in my main report

In my main report first data is coming from a json data adapter and other data i coming from a postgers jdbc data adapter.

like textfield 1 use json data adapter &
textfield 2 use postgres data adapter 

so how can i mearge these two textfield in my main report together 

vsinghal2121's picture
Joined: Dec 14 2017 - 9:43pm
Last seen: 5 years 3 weeks ago

Thank you

vsinghal2121 - 5 years 9 months ago

1 Answer:

you probably would need to use the json data in the main report and create a table element with the columns from your postgres

and pass the joining fields into the table dataset as a parameter to filter the data. 

Below is an illustration

json data
postgres column 1 postgres column 2
json data
postgres column 1 postgres column 2
json data
postgres column 1 postgres column 2

 

reportdev's picture
12948
Joined: Oct 12 2015 - 12:05pm
Last seen: 1 year 3 months ago
Feedback
randomness