hi i have a field in sql server contain string value now i want to separate this field for example my field is '1645' and i want to add ':' between that and show it like this
'16:45'
thanks
enter a symbol between text
enter a symbol between text
Hello,
You can use the following expression, for example:
Please check the report sample in attachment.
Thank you.
You can use the following expression, for example:
Code: Select all
{YourDataSource.YourTextField.Insert(2,":")}
Thank you.
- Attachments
-
- 758.Report sample.mrt
- (8.04 KiB) Downloaded 125 times