Thanks Marc; upgrading to 1711 fixed the problem

---------- Forwarded message ----------
From: Erik Swart <[EMAIL PROTECTED]>
Date: Wed, Jul 16, 2008 at 10:49 PM
Subject: Re:dataDriven - adjacent empty cells repeated from previous row?
To: [email protected]


Hi all,

I have searched the forum archives and JIRA issues but can't find
something similar for this problem. In my tableContainer, I have a
populated cell (index 1,0) on row 1, while the next row, row 2, has a
populated cell (index 0,1). When echoing to stdoutput, I get the value
on the first row being repeated on the second.

Eg.

[header1][header2][header3]
[value1][value2][]
[value1][][value3]

doing echo ${header1} ${header2} ${header3} would produce

[value1][value2][]
[value1][value2][value3] on output.

Note these are all numeric fields, and I have a suspicion it's because
the adjacent cells are empty? Has anyone encountered this before?
We're using a Feb release (can't see the build number, sorry).

Erik

Reply via email to