Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Qlik Community! 👋
We're facing a bit of a challenge trying to display multi-line comments captured in a Vizlib Writeback table within a standard Vizlib table.
Here's the situation:
We've considered a couple of workarounds, but neither feels ideal:
So, our question for the brilliant minds here is: Is there a way to display these multi-line comments from the Vizlib Writeback table in a standard Vizlib table with the line breaks preserved (i.e., stacked on separate lines) without relying on users to manually input a separator character?
We're open to any suggestions or insights you might have! Thanks in advance for your help! 🙏
Hi all — we’re seeing the same issue where multi-line comments entered via Vizlib Writeback are displayed in a standard table as one long line, losing the line breaks.
Simple workaround that helped us:
• In the load script or via an expression use Replace(CommentField, chr(10), '<br/>') (or similar) to convert the newline character into HTML line break tags.
• Then in the table (or extension) enable HTML content rendering for that cell so the <br/> shows as a real line break.
It’s not perfect (depends on your table extension supporting HTML) but preserves readability until a built-in solution comes along