Hi,
I'm doing a simple report whereby I am querying a table sorting the data,etc, but I want it to display all the possible values, rather than a subset (as its ultimatley going to be output to a chart)
For example at the moment I am getting this back
val Count
1 5
3 6
But would like it to give me
val Count
1 5
2 0
3 6
4 0
Any ideas would be greatly appreciated.
Regards
Jamie
I'm doing a simple report whereby I am querying a table sorting the data,etc, but I want it to display all the possible values, rather than a subset (as its ultimatley going to be output to a chart)
For example at the moment I am getting this back
val Count
1 5
3 6
But would like it to give me
val Count
1 5
2 0
3 6
4 0
Any ideas would be greatly appreciated.
Regards
Jamie