on ‎2023 Dec 27 11:58 AM
Dear all,
Convert the Sales order (ORDR) field "CreateTS" into time format like HH:MM:YY in crystal report.
Currently, These field is showing value like 112233. I need to set like 11:22:33 in this format via crystal report.
SAP Business One HANA
SAP Business One Crystal report
Kind regards,
Nikunj Mehta
Request clarification before answering.
Assuming {yourTime} is a number:
Picture(ToText({yourTime},0,""), "XX:XX:XX");If it is a String, you can skip the conversion to text:
Picture({yourTime}, "XX:XX:XX");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 33 | |
| 17 | |
| 14 | |
| 13 | |
| 9 | |
| 4 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.