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!

Chart to display only true results 1

Status
Not open for further replies.

LT2

MIS
May 24, 2006
232
US
Hello,

Using CRXI w/SQL Svr and have a cross-tab comprised of:

[ol]Rows:

[li]@Adolescents = ({Command.Age}) in 0 to 17[/li]
[li]Command.PrimSA[/li]
[/ol]
[ol]Summarized Fields:

[li]Distinct Count of Command.ClientID[/li]
[/ol]

I used the cross-tab to create a bar chart which does a Change on @Adolescents, Subdivided by: Comman.PrimSA and Shows DistinctCount of Command.ClientID.

This results into a split to show for Adolescents = True and False, their PrimarySA.

Is there a way to force the chart to only show @Adolescent where it is equal to true?

LT
 
Please don't start multiple threads on the same topic.

The simplest solution is to insert a subreport where you limit the records to the Adolescent criterion.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top