Forum Discussion
Expand colum with lists
- 10 years ago
Sorry for the delay.
In JSON, an object("[{},{}]" part in your json file) is defined as: An object is an unordered set of name/value pairs. See JSON.org.So the duplication in your case is by Cartesian product of the different objects. To get a proper data model, one reasonable way is to duplicate the JSON query and break it into 3 tables.
Then set one:many relationship, you report would show ok.
any suggestion?
Sorry for the delay.
In JSON, an object("[{},{}]" part in your json file) is defined as: An object is an unordered set of name/value pairs. See JSON.org.
So the duplication in your case is by Cartesian product of the different objects. To get a proper data model, one reasonable way is to duplicate the JSON query and break it into 3 tables.
Then set one:many relationship, you report would show ok.