Hi All,
I am creating a cross-tab that should contain ALL codes & the # of times it is used each month. If the code has a not been used for a given month, it should still appear with a value of 0.
If I don't have a start/end date parameter, I get ALL the codes for all the months/years. I also get the codes that have not been used & its value is 0 (which is how it should be).
However, I want to specify what year to show. So when I add the start/end date parameter, I loose the codes that have a value of 0.
I have a left outer join on the codes table.
I can't understand this for the life of me. Shouldn't a left outer join get everything?
I'm trying to use formulas, but that doesn't seem to work either. How can I get around this issue?
I am creating a cross-tab that should contain ALL codes & the # of times it is used each month. If the code has a not been used for a given month, it should still appear with a value of 0.
If I don't have a start/end date parameter, I get ALL the codes for all the months/years. I also get the codes that have not been used & its value is 0 (which is how it should be).
However, I want to specify what year to show. So when I add the start/end date parameter, I loose the codes that have a value of 0.
I have a left outer join on the codes table.
I can't understand this for the life of me. Shouldn't a left outer join get everything?
I'm trying to use formulas, but that doesn't seem to work either. How can I get around this issue?