Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When loading data from xml files using the wizard, records with zero values are being ignored.
For example, when loading the following xml, the table in qlikview will not contain a record for product 2, although I would expact for a record with value "0":
<stock>
<product>
<id>1</id>
<value>22</value>
</product>
<product>
<id>2</id>
<value>0</value>
</product>
<product>
<id>3</id>
<value>5</value>
</product>
</stock>
Does anyone know of a way to load these records?
Thanks
hi the data is loaded to your document
but if you build a chart table
then probably in the chart properties
under the prsention tab the supress zero values is checked so the chart dosent show products with zero value
hope it helps you
It does, thanks