cancel
Showing results for 
Search instead for 
Did you mean: 

smartform table with empty value in cell

former_member182371
Active Contributor
0 Kudos

Hi,

in my smartform i´ve got a table with four fields:

e.g. MATERIAL QUANTITY BAGS TEXT

the question is that if value of field BAGS is initial the smartform displays

the value of field TEXT in the cell of field bags,

that is, if BAGS = INITIAL i would get:

MATERIALl QUANTITY TEXT

(the value of field TEXT has been shifted to the left)

What do i have to do in order to avoid the shifting of values to the left if one

of the cells has an empty value?

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I guess you are using tabs to print the four fields of tables.

As those are fields of tables make use of TABLES concept in smartform instead of tabs. Then it will print in the exact location.

Give each field as one cell in the table.

Br,

Laxmi.

Answers (1)

Answers (1)

former_member182371
Active Contributor
0 Kudos

Finally i´ve realized that i was trying to display two variables in the same cell of the table pattern.

I´ve solved the problem using the appropriate conditions in the text items and false/true nodes.

Best regards.