Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to extract this data

Hello all,

in attachment you can see the data from xml that tasks produce.

How can I get the data, so that I can create a chart showing the usage of cpu, ram etc?

Thanks in advance

12 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

That is not an XML loading statement. When you are in the Table File wizard, make sure you have selected XML as the filetype as in this screenshot.

-Rob

2015-03-06_8-23-21.jpg

Not applicable
Author

Hello Rob,

I know that that is not xml load.

Could you then send me an example of script that divides the data as shown in the first post?

Basically I need table that looks like this:

Column = value

Peak Physical Ram = 32.55

Peak Cpu = 1.2

Peak Virtual ram = 90.81

and the data is stored in the logs like shown in the first attachment.

thanks in advance

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You will need to first load the XML. Then parse the data you want out of the Text fields probably using functions like TextBetween. See attached for XML script.

-Rob