How can I create a cross tab in Crystal 11 that won't ignore the overall Selection Criteria? When run, the detail data is correct, but the Cross Tab pulls in everything
Thanks for the reply, I'm not suppressing anything in the details, only using the select statements. If I select only OH files in my selection statement, I get just OH, but in the cross tab, I'll get all states if that makes sense?
Well, actually group selection is not suppression, but selection based on data already returned from the database. And yes, group selection is ignored by crosstabs unless they are set up to build in the group selection criteria. For help with this, please explain the crosstab set up (rows, columns, summary field and type of summary). Show content of any formulas. Also show the group selection formula.
Thanks LB,
I have a listing of Clients for the rows, then count of files by Office and state
Chicago Cinci
IL IN OH
Client1 15 3 5
Client2 7 1 4
Client3 12 12 5
Client4 8 3 22
The group selection is:
Maximum ({@Complaint Submitted}, {Entities.EntityID}) in WeekToDateFromSun
@COmplaint Submitted is:
If {EQAnswer.FieldNum} = 8 And {EQAnswer.EntityRole} = 'FORECLOSURE' Then CDATE({EQAnswer.AnswerText}) Else
CDATE('01/01/1900')
Let me know what else I can provide, and thank 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.