Rank: Newbie
Groups: Registered
Joined: 5/17/2018(UTC) Posts: 4
Thanks: 2 times
|
I need to work with 2 dataset and want to make a link to parent table show qrouping in the nested table. I am thinking there is a way to do this with xpath but I can't get it to work. Table 1 red white blue Table 2 red 99 green 35 red 78 blue 45 red 79 white 38 white 45 green 23 I would like it to show in Mobile t table Red 99 78 79 green 35 23 white 38 45
|
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 480
Was thanked: 81 time(s) in 81 post(s)
|
I've created a mini sample with SQLite database to demonstrate how to show what you want. The main thing is to use an XPath for the inner table to only show values corresponding to a row of an outer table
|
 1 user thanked bbv for this useful post.
|
|
|
Rank: Administration
Groups: Registered, Administrators Joined: 7/21/2014(UTC) Posts: 480
Was thanked: 81 time(s) in 81 post(s)
|
By the way, I would recommend taking the last two free trainings for XPath and XQuery https://www.altova.com/training-tutorials
|
 1 user thanked bbv for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 5/17/2018(UTC) Posts: 4
Thanks: 2 times
|
Thansks for your help. I really appriacte it and that did the trick. I will try to watch the training again.
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.