Further to the left join issue, does anyone know if this works for crosstab reports?
I have two tables:
Table 1: ID
Table 2:
Table2ID
Table1ID (FK)
NumberToSum
I have a crosstab where I have Table1 ID as rows and then Table2ID as columns. I then sum a formula which takes NumberToSum, and replaces it with 0 if it's null in the cells.
Table 1 is linked to Table 2 using a left join. Can anyone tell me why all the values from Table 1 aren't displayed, with zeros in the cells where there aren't any records in Table2?
There's no selection criteria in the report at all.
I have two tables:
Table 1: ID
Table 2:
Table2ID
Table1ID (FK)
NumberToSum
I have a crosstab where I have Table1 ID as rows and then Table2ID as columns. I then sum a formula which takes NumberToSum, and replaces it with 0 if it's null in the cells.
Table 1 is linked to Table 2 using a left join. Can anyone tell me why all the values from Table 1 aren't displayed, with zeros in the cells where there aren't any records in Table2?
There's no selection criteria in the report at all.