I have tried that as well. All it will do is add a space.
Desired string: domainName/norman
Replace with "\ n": domainName/ norman
I was looking into a solution where I don't have to add the extra space. I
mean
is there any documentation in reporting services that talk about special
characters in strings and how to handle them? This can be more of a generic
problem.
We have seen problems where accented characters are entered. If a user's
name is say "MyÄTest" (notice the character above A), the chart displays it
as
"My?Test"
Thanks.
--
ANeelima
[quoted text, click to view] "SleepyLab" wrote:
> On May 13, 4:00 pm, ANeelima <neel...@newsgroups.nospam> wrote:
> > I have already tried that. All it displays is
> >
> > domainName/
> > orman
> >
> > Looks like reporting services sees / n as a newline character and executes
> > the string.
> >
> > --
> > ANeelima
> >
> >
> >
> > "SleepyLab" wrote:
> > > try "//n"- Hide quoted text -
> >
> > - Show quoted text -
>
> What if you did a string.replace("/n","/ n") ?
>
[quoted text, click to view] ANeelima wrote:
> I have tried that as well. All it will do is add a space.
>
> Desired string: domainName/norman
> Replace with "\ n": domainName/ norman
>
> I was looking into a solution where I don't have to add the extra space. =
I
> mean
> is there any documentation in reporting services that talk about special
> characters in strings and how to handle them? This can be more of a gene=
ric
> problem.
>
> We have seen problems where accented characters are entered. If a user's
> name is say "My=C4Test" (notice the character above A), the chart display=
s it
> as
> "My?Test"
>
> Thanks.
>
> --
> ANeelima
>
>
> "SleepyLab" wrote:
>
> > On May 13, 4:00 pm, ANeelima <neel...@newsgroups.nospam> wrote:
> > > I have already tried that. All it displays is
> > >
> > > domainName/
> > > orman
> > >
> > > Looks like reporting services sees / n as a newline character and exe=
cutes
> > > the string.
> > >
> > > --
> > > ANeelima
> > >
> > >
> > >
> > > "SleepyLab" wrote:
> > > > try "//n"- Hide quoted text -
> > >
> > > - Show quoted text -
> >
> > What if you did a string.replace("/n","/ n") ?
> >
> >
Hmm...
What version on SQL RS are you using?
I can't reproduce either of these problems here using RS2005 Sp2.