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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conver datas to hexadecimal :(

Hi everyone;

i have a problem,

when i run a qvw in a development server show the next data for example in one record: 14D5

BUT

when i run the same qvw in a production server show the same data 14D5 but this way 14E5

what happens is that converting the data in HEXADECIMAL.

There are someone who has this happened?

can you help to resolve this!!!

1 Solution

Accepted Solutions
marcus_sommer

I think is it not a convert to hex but a numeric formatting. The reason will be the automaticly interpretation through the first values from a field - sorting or other where conditions will have an impact. Load the field with text() and it should work.

Load ...., text(field) as field ....

- Marcus

View solution in original post

3 Replies
marcus_sommer

I think is it not a convert to hex but a numeric formatting. The reason will be the automaticly interpretation through the first values from a field - sorting or other where conditions will have an impact. Load the field with text() and it should work.

Load ...., text(field) as field ....

- Marcus

Not applicable
Author

Hi Marcus good morning;

I war tying what you mean but dosen't work i mean to made a new qvw with the sintaxis like you say isolate the program and work it perfect in the new qvw but

when i put the sintaxis text(field) as fiel in the original qvw doesn't work

marcus_sommer

Sometimes a qvw is inexplicable corrupt ... replace it with the newer one.

- Marcus