Hi,
I have a crosstab with Fund,Quarter ant current amount.Page break on Fund.
Page-1
Fund | Q1 | Q2 | Q3 | Q4 |
--------|-----|-----|----- |-------
AAA | 5 | 4 | 2 | 1
Page-2
Fund | Q1 | Q2 | Q3
--------|-----|-----|-----
BBB | 10 | 4 | 5
The report looks like this but my requirement is whenever there is no Quarter it should show Zero (0).
Means In Page-2 it should show Q4 with zero values.
Please guide me .
Thanks in Advance.
Basically adjust your model / report to fetch all quarters regardless of factdata existing. There are a gazillion posts on how to solve this using outer joins / unions..
Here is one:
http://www.cognoise.com/community/index.php/topic,18430.msg54125.html#msg54125 (http://www.cognoise.com/community/index.php/topic,18430.msg54125.html#msg54125)