Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Get Data from one DataSet to another Dataset
danhof
Hallo,
is it posible to get the date from dataset A to dataset B?
Here a short example to explane my problem:
Example
dataset A:
select a from tableA where b = ?
dataset B:
select * from A where A.a = ?
I have grouping based on dataset A, and dataset B is used internal in group.
In second dataset how can I link input "A.a" with the output "a" of dataset A?
Any help in this is much appreciated.
Thanks
danhof
Find more posts tagged with
Comments
JasonW
Are you nesting tables with these datasets? If you are it is possible to use the row._outer["outercolumn"];
Jason
Virgil Dodson
If you are nesting 2 tables, you could also use the Parameter binding feature on the Binding tab of the internal table to link the internal table to the outside table.