‎2007 Mar 20 3:29 AM
Hi All,
I am developing one report from QALS, QAMR for PRUEFLOS. The result value is always stored 1.240000000+02 format in table (QAMR).
1) What is required to do to get this value exactly same as entered. I mean suppose it is entered as 0.124 or 124 but when getting the value, I have to assign some decimal places and the value is shown 0.124 and 124.000
2) If I enter the value 0, it is shown as zero. If I don't enter the value, then also it is shown as zero. (In this case I want blank display ). Both the cases, the table value is 0.0000000+00. Please advise
Thanxs.
Umesh
‎2007 Mar 20 3:32 AM
just take it in type p variable it will automatically take the value.. this is because the data element is defined as float ...
if you want blank uinstead of 0 then you have to take in a char var...
regards
shiba dutta