cancel
Showing results for 
Search instead for 
Did you mean: 

Not to Dislpay when value is Zero

Former Member
0 Kudos

Hi Experts,

I am printing a form for Goods Reciept ..

I dont want to display a field if its value is Zero. How can i do this?

Regards,

Raghu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

select condition tab of that particular node

filed name is not initial

or not equal to space from relation operator button

Former Member
0 Kudos

Hi,

If it is a Standard Form,You have to use user-exits.

If it is a Z Form(Custom) ,Then Just change the data type from numeric type(type I,N,P, etc..) to Character TYPE C.

Data:

w_value type i.

change it to:

Data:

w_value(13) type C.

Regards,

Rama.

Former Member
0 Kudos

if ur developing SMARTFORM click on text element

select conditions tab

enter ur field name

not equal to 0