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

Smartform Formating

Former Member
0 Likes
874

Hi All,

I'm Working on smartform PO.

i'm displaying

Particulas Unit Price

material

description 100000

sales tax 162

fright 40

somes times sales tax price will be empty in tat case fright value is moving one step above

i,e its coming infront of sales tax.

for the above i've created the Table. above fields are in main of the table

How to control the values to come infront of the particular field

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
845

Hi,

Give some condition in the TEXT what u used ( in the condition tab)..

Like if sales tax value v_tax # ' '( is not equal to empty)..

So that text will be visible only if the sales tax value is present, else it will not come into the picture..

let me know if u still facing the problem

regards

vijay

7 REPLIES 7
Read only

Former Member
0 Likes
845

Hi,

My suggestion is when diaplying the output, check that value is not initial then only display the value anu use write:/.

Regards,

Sunil

Read only

Former Member
0 Likes
846

Hi,

Give some condition in the TEXT what u used ( in the condition tab)..

Like if sales tax value v_tax # ' '( is not equal to empty)..

So that text will be visible only if the sales tax value is present, else it will not come into the picture..

let me know if u still facing the problem

regards

vijay

Read only

0 Likes
845

Hi,

If i give Sales tax # ' ' . then entire row willn't come .

Read only

0 Likes
845

in condition tab of TEXT NODE give

<internal table>-<fieldname> eq ' '.

Read only

0 Likes
845

Hi,

In the table use some line types and provide separate TEXT for each and every value( for sales and another one text for freight num).. apply the logic only for sales tax value TEXT in the condition tab..

So that the logic what i have mentioned will not afftect the whole row..

it will reflect only for sales tax number..

hope this will help you..

Read only

Former Member
0 Likes
845

Hi Suprith,

in the main part of table use different text element for each cell of table.

Read only

Former Member
0 Likes
845

Hi,

When you check for initial value or empty string, if its true then write ' ' or 0 in display using write statements.

Regards,

Deepthi.