cancel
Showing results for 
Search instead for 
Did you mean: 

omiting sign in smart form-urgent will reward

Former Member
0 Kudos

Hi frnds,

i have tried some ways like &symbol(S)& to omit the sign in my total 1200.00- but i couldnt. tell how to display just only 1200.00

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Have that value converted to a positive value in the print program itself.

if total < 0.

total = -1 * total.

endif.

Or do that in the script itself.

&total& = -1 * &total&.

Regards,

ravi

Former Member
0 Kudos

Hi,

can u tell me how can i add symbol in the form. but it should appear at any particular condition satisfies.

will reward if help full

Answers (2)

Answers (2)

naimesh_patel
Active Contributor
0 Kudos

To use this syntax &symbol(S)&, your symbol field should have "Sign" in its definition. You can find this "Sign" in the Domain of the field.

If your symbol doesn't have "Sign" in domain, than change to some other field whoes domain has the "Sign" on.

Regards,

Naimesh Patel

Former Member
0 Kudos

&ur variable(s)&