Application Development 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: 

comparison to field type curr

Former Member
0 Kudos

hallow

i wont to now if field type curr is EQ to zero

i have to do if curr = 0

or curr =0.00

or '0.00'

Regards

5 REPLIES 5

Former Member
0 Kudos

Hi Shanya,

Better use

If <field> IS INITIAL.

OR you can use if field = 0.

Regards,

Atish

0 Kudos

ho atish

i use it in smart form condtion so i have to ask if

field = 0 ?

Regards

0 Kudos

Hi,

Yes you can use like that.

Regards,

Atish

0 Kudos

hi atish

maybe u can help i try to do altrnative in smart form and its not working what i wont to do is if field V_KWERT = 0 display field y1 else display field V_KWERT in condtion of altrnative i put V_KWERT = 0.

its have to work not?

the fields is global

Thankes for your time

0 Kudos

Hi Shanya,

I haven't worked much on the smartforms. I think IS INITIAL also works there so better use that.

Regards,

Atish