Hi All,
We have an XMl file in which the Master node has 3 child nodes.
All the 4 child nodes are at the same level.
For example : Lets say master node is Company and child nodes - Employee, Clients and branches.
Employee, Clients and branches nodes are at the same level .
Hence when i call the xml query in the ssrs dataset data is getting populated only for Employee as SSRS does considers only the first child node (Even though other child nodes are at the same level)
Query in the Shared data source:
http://localhost/XMLDATA/CompanyDetails.xml (Where XMLDATA is an virtual directory).
Query in the dataset tab:
<Query>
<ElementPath IgnorenameSapces="True">
Company {}/Employee/Clients//branches
</ElementPath>
</Query>
Please help me in this regard ASAP. This is very critical issue.
Thanks ,
Shrinidhi
We have an XMl file in which the Master node has 3 child nodes.
All the 4 child nodes are at the same level.
For example : Lets say master node is Company and child nodes - Employee, Clients and branches.
Employee, Clients and branches nodes are at the same level .
Hence when i call the xml query in the ssrs dataset data is getting populated only for Employee as SSRS does considers only the first child node (Even though other child nodes are at the same level)
Query in the Shared data source:
http://localhost/XMLDATA/CompanyDetails.xml (Where XMLDATA is an virtual directory).
Query in the dataset tab:
<Query>
<ElementPath IgnorenameSapces="True">
Company {}/Employee/Clients//branches
</ElementPath>
</Query>
Please help me in this regard ASAP. This is very critical issue.
Thanks ,
Shrinidhi