Hello, I’ve been trying to export a view with special documents to a tubular text but I haven’t been able to do it.My view has multiple lines with a single column row:
What I’ve done is this:
- In the View Properties box:
Changed the Lines per row to the number of new lines I wanted “7” to include in the row. Selected Shrink rows to content.
- In the Column Properties box:
Choose New Line as the Multi-value separator. I deselected Show multiple values as separate entries checkbox.
In the code of the column formula, I have
@Trim(var1:var2:Var3:Var4:Var5:Var6:Var7)
In the view I can see the information perfectly, even though is the same document you can see the information separated for new lines but when I want to export the view as tabular text, I do not see the document separated as the view.
For example, below there are three documents:
14327768689108071101000080000020791539 14327768689108071102000060000016120327
13169029371408113201000930003258807355
19712268307308111601003120130996861523 19712268307308111602000810024468180705
But I should see this.
14327768689108071101000080000020791539
14327768689108071102000060000016120327
13169029371408113201000930003258807355
19712268307308111601003120130996861523
19712268307308111602000810024468180705
Also when it finishes the information between the lines, there is a special character “hex 00” instead of “hex 0d 0a” which is a carriage return.
If someone can help me I will be so grateful.
Thanks in advance.