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

smartforms

Former Member
0 Likes
247

hi all

i am trying to print net price of a line item i.e netpr in a text element like

&wa_ekpo-netpr& this is giving me an ssf composer 042 error

any pointers on what is wrong here

regards

navjot

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
223

Hi ..

&wa_ekpo-netpr& is a Currency field.

Convert the Currency / Quantitiy / Decimal fields into CHAR Fields.

then it should work.

<b>Reward if Helpful.</b>

1 REPLY 1
Read only

varma_narayana
Active Contributor
0 Likes
224

Hi ..

&wa_ekpo-netpr& is a Currency field.

Convert the Currency / Quantitiy / Decimal fields into CHAR Fields.

then it should work.

<b>Reward if Helpful.</b>