Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
While loading data from oracle database, try to use date conversion functions.
Hope that helps
Regards
ASHFAQ
Hi
Something like this:
MyTable:
LOAD Num(MYVALUE) AS MYVALUE
....;
SQL SELECT MYVALUE
FROM MYTABLE;
Wrapping numerical values with NUM will remove the trailiing zeroes which are causing the problem.
Jonathan
I presume you're selecting from an Oracle view?
Just use Number format Integer.
- Ralf
Can you upload an example app or the SELECT statement?
- Ralf
@TIQView - Ralf Becher 编写:
Can you upload an example app or the SELECT statement?
- Ralf
This is an example
Do you know if "FBI_DW"."DIM_CALENDAR" is a table or view?
In the Oracle ODBC setting (haven no OLEDB yet) is an option Bind Number as Float, is this checked?
In the meantime you can adjust number formats in the QlikView document settings:
added second picture