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