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 numbers
1 reply
-
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
- 5 yrs agoLast active
- 1Replies
- 924Views