0

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

Screen Shot 2018-12-31 at 8.10.28 AM

Screen Shot 2018-12-31 at 8.10.50 AM

4 replies

null
    • Emanuel_Neubert
    • 5 yrs ago
    • Reported - view

    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

    • SoluMaker
    • 4 yrs ago
    • Reported - view

    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?

    • Sean
    • 4 yrs ago
    • Reported - view

    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)

    • SoluMaker
    • 4 yrs ago
    • Reported - view

    It worked perfectly!!

    Thank you so much, Sean!

Content aside

  • 4 yrs agoLast active
  • 4Replies
  • 1825Views