I'm trying to link my main report to subreports through a"static" parameter field. Its not working but if I link with dynamic parameter field it works fine. Is there anything I need to do to link subreports with static parameter field?
I have a column CITY in my table. I have used this column as a "Statis Prompt" in parameter field.I had created a list of cities in text like:
ALL Cities
Campbell
Cupertino
Fremont
Los Altos
Los Gatos
Milpitas
Morgan Hill
Mountain View
Palo Alto
San jose
Santa Clara
Saratoga
Sunnyvale & imported this in parameter fields.
In Select expert I created the formula:
if {?my Parameter} = 'All Cities'
then
1=1
else
{command.city} = {?my Parameter}
So when I refresh this report it will ask me for city prompt When I select "All Cities" from lov it will give me all the clients in all cities otherwise only selected city clients. My report is working fine but if I link this report with main report Its only giving me 1 client for "all cities" ..
I hope this will help you/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.