[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] HTML Link in SQR output
- Subject: Re: [sqr-users] HTML Link in SQR output
- From: Atul Shrivastava <atul_boston@yahoo.com>
- Date: Wed, 4 Dec 2002 13:30:38 -0800 (PST)
- In-reply-to: <sdee27e0.095@mvc-ent.co.uk>
- List-id: This list is for discussion about the SQR database reporting language from Brio Software. <sqr-users.sqrug.org>
Thanks Steve for your inputs, actually I'm wondering
if it's possible to open a hyper linked new page with
rowsets of a particular id if that id has more then
one rowset.
Like instead of having dataset as:
10001 AAAA
10001 BBBB
10002 AAAA
10002 CCCC
10003 BBBB
I would like to see:
<10001>
<10002>
10003 BBBBB
and on clicking 10001 or 10002, can see the details.
Thanks again.
Atul
--- Steve Hearne <steve.hearne@mvc-ent.co.uk> wrote:
> I use the following code to produce a HTML link;
>
> Let $href_next_text='%%Href target="_top" ' ||
>
'http://servername/bqy/Orders_awaiting_collection.bqy'
>
> print-direct Printer=html $href_next_text
> print 'Click here please to load your document'
> (2,1)
>
> I suppose you could concatenate the 'Empno' field
> into the URL.
>
> HTH
> Steve
>
> >>> atul_boston@yahoo.com 12/03/02 04:24pm >>>
> Hi All,
> I have an output report data like:
>
> Empno Job Desc
> 10551 Job1
> 10551 Job2
> 10552 Job1
>
> I want the data 10551 should be converted as
> hyperlink, like if I get more than one row It makes
> all the rows as hyperlink. Is it possible using SQR
> ?
> Any help is highly appreciated.
>
> Thanks,
> atul
>
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users