cancel
Showing results for 
Search instead for 
Did you mean: 

Logic Needed (Action)

Former Member
0 Kudos

Hi

After running a Query am getting out as below

<row> test, name,102,maximum<row> (only one)

Now am using this with StringlisttoXML and when using it with Display iGrid

out comes as below

Details

test

name

102

maximum

i Need the output as below

test name 102 maximum each as one column instead of everthing in one column

Any

rgds

srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can pull the columns out like this:

StringList.Output{/Rowsets/Rowset/Row[1]/Item} & StringList.Output{/Rowsets/Rowset/Row[2]/Item} &  StringList.Output{/Rowsets/Rowset/Row[3]/Item}.....

And assign them to columns in a new Illum doc Row.

If the number of columns is dynamic you will may need to use the Column and Data item XML Output Actions to create your document dynamically.

Edited by: Christian Libich on Sep 8, 2009 3:50 PM

Edited by: Christian Libich on Sep 8, 2009 3:54 PM

Former Member
0 Kudos

Hi

Thanks

My Columns are fixed so prob solved , would try another option.

Rgds

Savy

Answers (0)