is it possible to define custom number Format in Text-Fields?
My DataSource Looks like this:
Code: Select all
formatId value | --> custom format string to use --> exptected format in report
1 1 | 0 1
2 4 | 0,0 4,0
3 5,3 | 0,00 5,30
René