This is a migrated thread and some comments may be shown as answers.

How to replace(remove) some chars in column

2 Answers 321 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Art
Top achievements
Rank 1
Art asked on 01 Nov 2013, 04:26 PM
Hi! In one table I've got one column with client address, and for parsing purpose it has this char(:) like(st.:Some street,:apt.:30).

Of Course! I don't want to show this char in report.

So, the question is, how can I remove or replace this char from address column?
Thank You in advance!

2 Answers, 1 is accepted

Sort by
0
Glenn
Top achievements
Rank 1
answered on 01 Nov 2013, 07:18 PM
Well without knowing how the report is build (passed in data, NeedDataSource, etc).  I would think you can use the String.Replace, if from your sql then use the REPLACE sql funtion.

HTH,
Glenn
0
Stef
Telerik team
answered on 06 Nov 2013, 10:01 AM
Hello,

You can use a Text function as well.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Art
Top achievements
Rank 1
Answers by
Glenn
Top achievements
Rank 1
Stef
Telerik team
Share this question
or