I'm working on a report which has "City"parameter as static prompt. In SELECT EXPERT I have the formula
if {?my Parameter} = 'All Cities'
then
1=1
else
{command.city} = {?my Parameter} .
When I refresh the report It asks me for the city. If I do "All cities" , it gives me all clients in all cities otherwise the selected city clients. Its working fine.
But if I insert this report as a subreport in detail section the report splits in many sections. If i have 10 clients the report spilits in 6-7 sections.
Anybody knows why? Where is the problem?
if {?my Parameter} = 'All Cities'
then
1=1
else
{command.city} = {?my Parameter} .
When I refresh the report It asks me for the city. If I do "All cities" , it gives me all clients in all cities otherwise the selected city clients. Its working fine.
But if I insert this report as a subreport in detail section the report splits in many sections. If i have 10 clients the report spilits in 6-7 sections.
Anybody knows why? Where is the problem?