Home
Designing Analytics Reports
Remove trailing tabs when rendering Data item to text
Migrateduser
<p>Hello,</p>
<p> </p>
<p>I have a rptdesign that is rendered as a plain text output.</p>
<p>When renderen the result of a dataset (single value) in a data item the value will be followed by 6 tabulator characters. I have set all margins, paddings border-widths to 0pt width.</p>
<p> </p>
<p>Page layout:</p>
<p>...</p>
<p><Grid></p>
<p> <row></p>
<p> <cell></p>
<p> <Label><sampletag value="</Label></p>
<p> <Data> reference to a dataset column return one value, e.g. "dummy" </data></p>
<p> <Label>" /></Label></p>
<p> </cell></p>
<p> </row></p>
<p></Grid></p>
<p> </p>
<p>expected result:</p>
<ul><li><sampletag value="dummy" /></li>
</ul><p>birts rendered result:</p>
<ul><li><sampletag value="dummy\t\t\t\t\t\t" /></li>
</ul><p>when omitting the data element the values of the two labels get concatenated without any tabulator char in between.</p>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet