cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to intersect/join multiple data tables ??

sbt
13-Aquamarine
13-Aquamarine

How to intersect/join multiple data tables ??

Hello ,

I have a scenario where i need to join multiple data tables.

Intersect allows me to join only 2 tables.

Is there a way to join multiple tables apart from intersect.( all tables are thingworx datatables)

Thanks

Sunay

3 REPLIES 3

No. If you have a complex data model, maybe better that you leverage a Relational Database with JDBC connector extension, instead of using ThingWorx DataTables.

sbt
13-Aquamarine
13-Aquamarine
(To:CarlesColl)

Carles,

I have configuration max 5-8 tables  where the datarow would not go more than 50 rows.

If i use intersect multiple times , will there be a performance hit...???

Thanks

Sunay

Don't think so.

Top Tags