I'm working in Crystal reports XI & using SQL also.
I have a table with columns
list_id name .
when list_id =2, name column has all city names for particular state(like CA)
LIST_ID NAME count
2 Sant Clara 3
2 San jose 6
2 SFO 10
I want to count all the client in a particular city like how many clients in sfo.
Is it possible I can count all the clients in all cities like "Total number of clients"=19
OR Can I make my own list of cities for a particular state( May be in a view) & find the count of all clients in all cities.
I have a table with columns
list_id name .
when list_id =2, name column has all city names for particular state(like CA)
LIST_ID NAME count
2 Sant Clara 3
2 San jose 6
2 SFO 10
I want to count all the client in a particular city like how many clients in sfo.
Is it possible I can count all the clients in all cities like "Total number of clients"=19
OR Can I make my own list of cities for a particular state( May be in a view) & find the count of all clients in all cities.