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: 

Blank address line not removed in smartforms

Former Member
0 Kudos


Hi All,

I have to print address in smartforms. The address contains max. 8 lines. In my template, I have created eight line types for that and separate text elements for each line type. Now in every case, user will not input eight lines of address. Now in each text element, in the conditions tab, I have put filter condition as, if the given work area is not initial, then only print that line. But it is not working.

Where have I gone possibly wrong?

Please provide your valuable inputs.

Regards,

Imran.

1 ACCEPTED SOLUTION

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

For your knowledge in smartform there is an option to create "Address" type node .

See if you can use it in your case .

Regards.

12 REPLIES 12

former_member249399
Active Participant
0 Kudos

You are giving condition , it is right.

Pleae share screen of condition and text element of any one elemrnt.

0 Kudos

Hi Ranjana,

Please find below screen shots for your reference.

Only thing I haveis for every line I have created a separate line type.

Regards,

Imran.

0 Kudos

Please try &WA_SOLD_PARTY-CITY2&  and give space between '   '.

0 Kudos

Dear Imran,

give a space between inverted commas i.e. ' '.

and "&" is not required in condition.

WA_SOLD_PARTY-CITY2 ne ' '.

former_member202818
Active Contributor
0 Kudos

Hi Imran,

Since its a template you can't do so.

Remove template and give condition(not initial) for each text.

Regards

Sreekanth

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

For your knowledge in smartform there is an option to create "Address" type node .

See if you can use it in your case .

Regards.

0 Kudos

Hi,

Is there no method by which we can satisfy the requirement in template itself?

Regards,

Imran

0 Kudos

Hi,

Not that I know off.

IMHO template dictate a fix format regardless of content .

Regards.

0 Kudos

Hi,

Then how should I proceed?

Regards,

Imran.

0 Kudos

Hi,

The templates (unlike tables) have fixed layout, and the rows and cells containing no content will therefore be always output. What is the reason you have used template? You should be able to achieve same layout without using them. How should the layout look like?

cheers

Janis

0 Kudos

Hi,

Assuming you have a window for the address.

Create seperate text nodes up to 8 in your case .

Each node will have a condition for the field printed.

Regards.

0 Kudos

Hi All,

Issue is resolved.

Many thanks for your valuable inputs.

Regards,

Imran.