cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Document from Template

Former Member
0 Kudos

Hi Friends,

I am using a Document from Template step to display a set of records in my Workflow. For this i have a created a template of type excel sheet and i have linked the multi line container element from my workflow to this template. But i am not able the view the records in

sequence.Lets say my multi line container element has the following 2 records:

WEATH_ZONE 02/01/2008 03/31/2008 ABC

BACKACST 03/01/2008 03/31/2008 123

Once i execute my Workflow i am getting the values appended in a

single row in excel sheet as follows.

WEATH_ZONEBACKACST ABC123 02/01/200803/01/2008 03/31/200803/31/2008

But i need them in the same format as above.Please let me know how i can solve this issue.

BTW I have done the linking in the template as follows where Str is my multil ine container element and the values after dot is my fields.

{&STR.OPERAND&} {&STR.UDEFVAL1&} {&STR.FROMDATE&} {&STR.DUEDATE&}

Accepted Solutions (1)

Accepted Solutions (1)

b_deterd2
Active Contributor
0 Kudos

This workaround worked for me:

You need to enter manually a ## behind your element.

For example if your multiline element is :

{&BUS2012.REPORTDESCRIPTION&}

You need to insert a ## in the element (in the word-document), like this:

{&BUS2012.REPORTDESCRIPTION##&} .

Hope it helps you,

Bert

Former Member
0 Kudos

Hi Bert,

Thanks for your reply.Actually I am using Excel sheet

and i need each field to appear in each cell and there are

multiple records as well. In this case how to specify.

Answers (1)

Answers (1)

Former Member
0 Kudos

What WF Guru's No reply yet