Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!!
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
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
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
Sometimes a qvw is inexplicable corrupt ... replace it with the newer one.
- Marcus