Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group trouble

Status
Not open for further replies.

raja2008

Technical User
Apr 16, 2008
265
US

Hello this is related to my other thread above.

Using Crystal XI R2

I have my group set up like this

if ({table.Summary} like "*summary1*" or {table.CTI} = "summary1")then "Summary1" else
if ({table.Summary} like "summary2" or {table.CTI} = "Summary2" )then "Summary2" else
if({Table.Summary} like"Summary3"or {table.CTI} = "Summary3")then "Summary3" else"unknown"

Now i want one more piece in the group which picks all the three summaries like
if (({table.Summary} like "*summary1*" or {table.CTI} = "summary1")or
({table.Summary} like "summary2" or {table.CTI} = "Summary2" )or
({Table.Summary} like"Summary3"or {table.CTI} = "Summary3")then "Total"

I hope iam clear.

Right now i have a manual crosstab with this group and totals at the bottom.

I have subreports at the group level,Everything was working great till now with the subreports set up at group level.But my totals are at the report footer so the subreport functionality won't work.
I can link the subreport same way i did to the group level But i'm trying to see if i can add the total in the group order so i don't have to have sweperate sub's for those.

Any ideas thank you.
 
At the report level, if you still want drill down capacity per total, then add new subpreports that are NOT linked on the group fields.

If the subs at the group level are on-demand, you won't be able to share group results and get the totals that way, since the shared variables would only be populated when you drilled down.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top