2017 Jun 30 1:30 AM
I have tried
But both gives me # instead of carrige return symbol.
How can I get carriage return symbol printed?
I have tried
But both gives me # instead of carrige return symbol.
How can I get carriage return symbol printed?
2017 Jun 30 6:45 AM
I suspect you don't want a CR symbol in your string. Your actual business requirement is to display the data on more than one line on the Smartform, and putting a CR symbol is your suggested solution.
2017 Jun 30 11:25 AM
Actually I need to have a barcode representing a set of values and have carrige return symbol as seperator.
The requirement as state as below:

| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |