Skip to Content
0
Former Member
Jul 21, 2016 at 09:49 AM

Data Connection with XML Data ---- Problem with XML Elements of Row and Column

91 Views

I am using external XML file for my dashboard.

Problem is that it only reads XML file with <row> and <column> elements.

<row>

<column/>

<column/>

<column/>

</row>

I want to use specific Elements Names to replace <column>.

Because my XML file comes from Excel File.

For example, I want to use Elements names like below:

<row>

<Sales></Sales>

<Target></Target>

<Achievement></Achievement>

</row>

Could anyone please give me guidance on this matter...

Thanking you in advance...

Attachments

screenshot.png (104.8 kB)