wenyan1206
Luminary Alumni
2019-02-28
09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Join to concatenated tables
Hi guys,
I tried 'concatenate' and join as following.
In the debug, script worked well, but Table C and D didn't join well.
It shows there is no data.
Please let's me know how I can join table to concatenated tables.
Thank you
667 Views
1 Reply
wenyan1206
Luminary Alumni
2019-03-01
01:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, guys
I could solve this problem by myself.
I changed the order to join or concatenate them.
1. join table C and table D
2.concatenate table B
It seems like joined tables read table b, so Join didn't work well.
Thank you
654 Views