cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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...

Accepted Solutions (1)

Accepted Solutions (1)

nilesh_pawar6
Participant
0 Kudos

Hello Hayden,

Kindly refer the below link for XML data connectivity in Dashboard.

Auto update Xcelsuis data and dashboard from XML Ep1 - YouTube

Regards,

Nilesh Pawar

Former Member
0 Kudos

Thank you for sharing this video.

I ended up using VBA but this is helpful. Thanks.

nilesh_pawar6
Participant
0 Kudos

Thank You Hyden Points appriciated...!

Answers (1)

Answers (1)

Former Member
0 Kudos