Re: Using Record Groups (from a paramlist) in a Report [message #87892] |
Fri, 19 October 2001 05:46 |
Rob
Messages: 70 Registered: January 2000
|
Member |
|
|
i use parameter list for doing the same type of stuff..
have your report open up and set your report query to use a static value of the paramater name
example
this is the query from the report
select ADDRESS,ADDRNO,ADDRSTREET,CITY,
SERV_IMAGE
from SERVIMAGE
where address=:SERVADDRESS AND CITY=:CITY1
there are two user paramter type named
servadress and city1
and it should work...
----------------------------------------------------------------------
|
|
|