Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bookmark XML

I want to be able to manipulate the XML file that you can export from the bookmark object.

I have a problem when I make bookmarks on the number field.
The number in the field in QlikView is not the same as the number in the tags <Number> in the XML file.

Is there a way to translate between the two different numbers?

Example: the tree numbers 1000232, 1000276, 1001483

translate to this in the XML file:

<FieldValue>

<Text></Text>

<IsNumeric>true</IsNumeric>

<Number>412E901600000000</Number>

</FieldValue>

<FieldValue>

<Text></Text>

<IsNumeric>true</IsNumeric>

<Number>412E865000000000</Number>

</FieldValue>

<FieldValue>

<Text></Text>

<IsNumeric>true</IsNumeric>

<Number>412E86A800000000</Number>

</FieldValue>



//johan

1 Solution

Accepted Solutions
jcamps
Partner - Creator
Partner - Creator

Hi, fiddling with some examples and remembering my Maths, i managed to reverse engineer the values.

Is is just a hexadecimal conversion of a double number. See this web for example:

http://gregstoll.dyndns.org/~gregstoll/floattohex/

If you enter the XML value 412E901600000000 in the third box and click on "Convert to double" it will give you 1001483.0.

Cool eh?

View solution in original post

4 Replies
Not applicable
Author

Hi, did u find the answer to your question? I have the same problem now...

Not applicable
Author

Nope, no solution.

If you come up with anything, please post your solution or workaround.

Not applicable
Author

Hi, please let me know if you find the answer to your question ...

Francesca

jcamps
Partner - Creator
Partner - Creator

Hi, fiddling with some examples and remembering my Maths, i managed to reverse engineer the values.

Is is just a hexadecimal conversion of a double number. See this web for example:

http://gregstoll.dyndns.org/~gregstoll/floattohex/

If you enter the XML value 412E901600000000 in the third box and click on "Convert to double" it will give you 1001483.0.

Cool eh?