kylebellamy
Programmer
How do I query a count from a column where the inputs are one of 4 pits of text? What I need is like this:
The photo rights column has the terms "Unknown", "N/A", "Yes" and "No". I have at the start of the design view, a simple GroupBy statement for the 10 sections that have publishing in them. What I want is a column for each of the terms with the count for that term.
Section|Unknown|N/A|Yes|No|Total
_header|0 |2 |4 |0 |6
The photo rights column has the terms "Unknown", "N/A", "Yes" and "No". I have at the start of the design view, a simple GroupBy statement for the 10 sections that have publishing in them. What I want is a column for each of the terms with the count for that term.
Section|Unknown|N/A|Yes|No|Total
_header|0 |2 |4 |0 |6