cancel
Showing results for 
Search instead for 
Did you mean: 

Text not printing for table loop

Former Member
0 Kudos

Hi

I have added program lines logic to one of the 'text' node in a table loop.

it contains 4 text nodes. earlier it is printing all elements. but after adding logic..

the current one text printing not the remaining text nodes.

any suggestions?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Make sure the variables you are using in the subsequent nodes are filled properly through the code lines and also make sure that the required variables are mentioned in the import and export sections of the program lines.

Thanks & Regards,

Ram

Former Member
0 Kudos

Check the condition tab int the program lines.

Check the scope of the of varibles you are using in the text elements.

Former Member
0 Kudos

I have no conditions in program lines..

only added condition to that particular text node..

and more over.. I copied the global work area into local work area and used in program lines..

can u help me?