Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

? on counting values in a textbox

$
0
0
HiHope to ask this correctly... I have a report which display clients and up to 4 different programs they can be in Output looks like :Client Name prog1 prog2 prog3 prog4 Total[quote]Client Name............ x x 2 Client Name 2 x x x 3....[/quote]So I can get the total by clients grouping on client and =count(Fields!Prog.Value) where prog contains the program in the total field I can get counts by program in the total =Count(Fields!Progr1.Value)Prog1 = 44prog2 = 33etc..What I cant get is a count by number of programs a client is in .. I'd like a total like...Clients enrolled in 1 program = 33 Clients enrolled in 2 programs = 43 etc....So in the above 2 clients the total would look like Clients enrolled in 1 program = 0Clients enrolled in 2 programs = 1 Clients enrolled in 3 program = 1 Clients enrolled in 4 programs = 0Thanks

Viewing all articles
Browse latest Browse all 2791

Trending Articles