P
Phil
If a crosstab report comes up with a row that does not any matching data
for that particular coloumn, you get a blank space in that area, ora zero
If you are working with a regular select query, and there is no matching
data for that row, you don't get a row.
I have a report with a particular key field, (product line), and I want
to be able to run a select query for a report (sales by customer for
instance,) that will show a line for each product line, even if a
customer has not made any sales for that product line. Normally if
customer A had no sales in bicycles, I would not get a line for
bicycles. I want a line for each product line, regardless of whether
there is any data that fits or not. I want the list of items to come
from the data, IE a unique list of [ProductLine].
Easiest way to do this?
Phil
for that particular coloumn, you get a blank space in that area, ora zero
If you are working with a regular select query, and there is no matching
data for that row, you don't get a row.
I have a report with a particular key field, (product line), and I want
to be able to run a select query for a report (sales by customer for
instance,) that will show a line for each product line, even if a
customer has not made any sales for that product line. Normally if
customer A had no sales in bicycles, I would not get a line for
bicycles. I want a line for each product line, regardless of whether
there is any data that fits or not. I want the list of items to come
from the data, IE a unique list of [ProductLine].
Easiest way to do this?
Phil