I have 3 fields that I'm trying to query. They are LOB, DIV and Project_Stat_Code. I am trying to count 4 values in Project_Stat_Code ("IP", "OH", "PD" and "C") and Group them by LOB, then by DIV.
I'm not sure how to approach this. Should I generate a single query for each Project_Stat_Code value and then query against those queries? Or, can I do it all in a single query?
I'm not sure how to approach this. Should I generate a single query for each Project_Stat_Code value and then query against those queries? Or, can I do it all in a single query?