cancel
Showing results for 
Search instead for 
Did you mean: 

Not appear zeros in text field

Former Member
0 Kudos

Hi experts,

I have a problem with Visual Composer 7.0 and the scenario is as follows:

I have a BAPI that displays the salaries of employees, and the salaries can be u201C500.100u201D, u201C325.000u201D, etcetera.

When I test the BAPI there is no problem, the data display with no problem, but the problem arises when deploying this data in an IView form in Visual Composer, here it displays the following data: u201C500.1u201D or u201C325u201D. Not so when the values are u201C9.999u201D o u201C100.001u201D (The field in the form Iview is Text Type). In other words, all zeros to the right not appear.

Is there any solution for this problem?

Thanks.

PD: I think the text field is taking a decimal value.

View Entire Topic
Former Member
0 Kudos

Hi

I am not getting what you want exactly but try with formula.

Where you are using these fields, there you can select the field through 'Enter Formula' & try following -

1. If you want to display 'Texxt field' as number & with all decimals then use formula - NVAL(Your Text field)

2. If you dont want to display decimals then use formula - ROUND(Your Text Field)

Regards

Sandeep

Edited by: Sandeep Patki on Sep 16, 2009 6:43 AM