Hi,
I'm tryin to use DataSet to retrieve data from XML file and display it into WHDG. It work Corretcly.
But when i ty to personlize Bands, for example display some elements and hidden the others, the WHDG display all (data in the Dataset + data personalized)
Attached the code, and this is my XML File
<Item><Category>2- category 2</Category><Title>title 21</Title><Key>A5</Key></Item>
<Item><Category>4- category 4</Category><Title>title 41</Title><Key>A12</Key></Item>
I would lik only to display in Bands (Title 11 and Key 11)
Thank you,