Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with Table value QAMR....

Former Member
0 Likes
448

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

1 REPLY 1
Read only

Former Member
0 Likes
397

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