html or pdf print out of table - bulleted list in each cell
Hi, I am a doctor, using Ninox for handoff, I have a question. I created tables and wanted to print in pdf or html. pdf does not display the whole text in each cell, html displays full content of the each cell but unable to list one line after the other. is there any fix or suggestion to display the text field contents in bullet list form instead of continuous text field. thanks
4 replies
-
Hello,
Have you tried to enlarge the text field in the print layout? That could be the reason for cutting your list. We work on a update of the print editor which will allow you to format your list.
Regards Emanuel
-
I also have this problem. Working with HTML but I can't find how to present all my related records from ARRAY to A LIST.
Anyone?
Ideas?
-
Here is an example...
let myArr := ["One", "Two", "Three", "Four"];
let htmlString := "";
htmlString := htmlString + for i in range(0, count(myArr)) do
item(myArr, i) + "<br>"
end;
html(htmlString)
-
It worked perfectly!!
Thank you so much, Sean!
Content aside
- 4 yrs agoLast active
- 4Replies
- 1837Views