Operator Advisor, Best practices to make Joined calls
Hi all,
We are implementing Operator Advisor (in TW 8.4). It's clear that every table in the database has a copy in ThingWorx as a DataShape, also junction tables.
I'm wondering, what is the best way to show data from multiple tables in the database? The way I see it there are two options:
1. Use the Operator Advisor database services and make multiple calls and do intersects on the infotables you'll get as an answer.
2. Write your own JOIN query's in the database thing and display the answer in a datatable.
Another question leaning on the previous question: What datashape do you use when you display the joined data? Or do you make a new DataShape for every new call?

