From the same cell of the table is not possible. But one possibility I can
think of is you can have a subreport in the cell itself. Ie.
it expands.
"Sue" wrote:
> Amarnath
>
> Thanks for your response.
> But, the problem is I will not know ahead of time as to how many
> substrings I would have, there could 1 or 3 or 10.
>
> Is there a way for me to loop through and get the number of substrings
> I have and accordingly create the text boxes dynamically?
>
> Would appreciate an answer.
>
> TIA
> Sue..
>
> Amarnath wrote:
> > You cant substring a concatenated string and do a "Action" in a same text
> > box, What you can do is, to have 3 text boxes and create seperate action. 3
> > text box can have substring of the concatenated string..
> >
> > Amarnath
> >
> > "Sue" wrote:
> >
> > > Hello
> > >
> > > I have field in a table where the value will be the hyperlink in Jump
> > > to URL. The value in that field could be concatenated with several
> > > string and I want seperate hyperlinks.
> > >
> > > For example, if the field holds the value
> > >
> > >
www.google.com,
www.msn.com,
www.yahoo.com > > >
> > > I want 3 different hyperlinks in that field displayed, one for each
> > > instead of the whole string as one hyperlink, so the user can click on
> > > individual hyperlink.
> > >
> > > Would appreciate if someone could tell me how to do that.
> > >
> > > thanks
> > > Sue..
> > >
> > >
>