D
Dave Powlin
Is there a way to add multiple relations to two DataTable in a DataSet?
Here is the problem....
Table 1 contains aggregated data grouped a time_period and a network_key.
Table 2 contains the individual details from the source table in Table 1.
Table 2 has a 3 coulm key of physician_id, time_period and network_key.
When you expand the top level (Table 1), I want to show the details by
physician key. Pretty standard fare, imo. I need to join on time_period and
network_key, and the physician_id records should be unique.
HOW DO I DO THIS? I try adding 2 DataRelations (one on each column) and it
fails after the first one because it isn't unique. I created both then tried
adding them as an array but, once again, I was foiled.
I noticed a handful of other have posted a similar question in the past and
there was not a single response. Can someone please tell me if this is
something I can do? It really seems pretty straightforward. This is nothing
but a multi-column join.
Thanks.
DP
Here is the problem....
Table 1 contains aggregated data grouped a time_period and a network_key.
Table 2 contains the individual details from the source table in Table 1.
Table 2 has a 3 coulm key of physician_id, time_period and network_key.
When you expand the top level (Table 1), I want to show the details by
physician key. Pretty standard fare, imo. I need to join on time_period and
network_key, and the physician_id records should be unique.
HOW DO I DO THIS? I try adding 2 DataRelations (one on each column) and it
fails after the first one because it isn't unique. I created both then tried
adding them as an array but, once again, I was foiled.
I noticed a handful of other have posted a similar question in the past and
there was not a single response. Can someone please tell me if this is
something I can do? It really seems pretty straightforward. This is nothing
but a multi-column join.
Thanks.
DP