Help!

how to map relational data

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Data Map RSS
Next:  Excel 2007 Error: Selecting color for font change..  
Author Message
billconniff
External


Since: Aug 02, 2007
Posts: 1



PostPosted: Thu Aug 02, 2007 3:29 pm    Post subject: how to map relational data
Archived from groups: microsoft>public>excel>datamap (more info?)

I am new to xml mapping in Excel. How do I use the mapping tool with
the following worksheet and data map? I cannot figure out where I
should drag the elements onto the worksheet. Everything I tried
results in an error when I try to export to xml. When I bring the
datamap into Excel, it shows the Department and Division nodes as
repeating, which I believe is what I want. In a database, I would have
a Divisions Table that is a child of the Departments Table.

Department Employees Division Manager Employee
IT 45 Support BC Sam Smith
IT 45 Support BC Tom Jones
IT 45 Networks AB Bill Thomas
IT 45 Networks AB John English
Accounting 7 Payroll TG Sue Johnson
Accounting 7 Payroll TG Larry Neilson
Accounting 7 Receivables GR Harry Feldman
Accounting 7 Receivables GR Stan Simon



<Departments>
<Department>
<DepName></DepName>
<Employees></Employees>
<Divisions>
<Division>
<Name></Name>
<Manager></Manager>
<Employee></Employee>
</Division>
<Division>
<Name></Name>
<Manager></Manager>
<Employee></Employee>
</Division>
</Divisions>
</Department>
<Department>
<DepName></DepName>
<Employees></Employees>
<Divisions>
<Division>
<Name></Name>
<Manager></Manager>
<Employee></Employee>
</Division>
<Division>
<Name></Name>
<Manager></Manager>
<Employee></Employee>
</Division>
</Divisions>
</Department>
</Departments>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Data Map All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum