0

Print tableview

Is it posible to modify printout of the tableview in with modified number spaces it should be like XX XX X XXX XXX.

Each partnumber has 11 numbers it shoudl be in this form not like XXXXXXXXXXX. Is it posible to add spaces in printout

also i should add ordinal numbers 1, 2 ,3 4, not like this id numbersSlika zaslona 2019-08-22 u 20.26.49

1 reply

null
    • Birger_H
    • 4 yrs ago
    • Reported - view

    You could use a formula field with this formula:

    –––
    let myKata := text('Kataloški broj');
    + " " + substr(myKata, 0,2) + " " + substr(myKata,2,4) + " " + substr(myKata,4,8) + " " + substr(maKata,8)
    –––

    Birger

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 922Views