Hi all
I have a Cognos 7 cube with a drill-through report Cognos 8.2
I have for example 2 dimensions on which I can drill-through:
Metadata items
- [REQUESTOR_BUSS_FUNCTION] (with values Blank and 'Architecture')
- [CREATED_DATE] with dates
1. If I choose 'Architecture' and dates for which I have records, then the assistance pages shows:
the Cognos 8 filter expressions ... Parameter values
[REQUESTOR_BUSS_FUNCTION] = ?REQUESTOR_BUSS_FUNCTION? ='Architecture'
[CREATED_DATE] in_range ?CREATED_DATE? 2009-12-14:2009-12-20
and the drill-through report works fine.
2. If I choose Blank and dates for which I have records, then the assistance pages shows:
the Cognos 8 filter expressions ... Parameter values
[NB_REQUESTOR_BUSS_FUNCTION] = ? NB_REQUESTOR_BUSS_FUNCTION? true
[CREATED_DATE] in_range ?CREATED_DATE? 2009-11-01:2009-11-30
and the drill-through report doesn't work fine anymore. It doesn't filter on the blank (null values for the [REQUESTOR_BUSS_FUNCTION]), considering all the records (filtering only on the 2nd parameter: [CREATED_DATE]).
I also notice that in the 2nd case, the first parameter changes name, getting at the beginning a 'NB_'.
Any idea how to solve the issue? How to enforce the filter on NULL values from the cube to the drill-through report?
Thanks a lot for an answer!
Miki
I have a Cognos 7 cube with a drill-through report Cognos 8.2
I have for example 2 dimensions on which I can drill-through:
Metadata items
- [REQUESTOR_BUSS_FUNCTION] (with values Blank and 'Architecture')
- [CREATED_DATE] with dates
1. If I choose 'Architecture' and dates for which I have records, then the assistance pages shows:
the Cognos 8 filter expressions ... Parameter values
[REQUESTOR_BUSS_FUNCTION] = ?REQUESTOR_BUSS_FUNCTION? ='Architecture'
[CREATED_DATE] in_range ?CREATED_DATE? 2009-12-14:2009-12-20
and the drill-through report works fine.
2. If I choose Blank and dates for which I have records, then the assistance pages shows:
the Cognos 8 filter expressions ... Parameter values
[NB_REQUESTOR_BUSS_FUNCTION] = ? NB_REQUESTOR_BUSS_FUNCTION? true
[CREATED_DATE] in_range ?CREATED_DATE? 2009-11-01:2009-11-30
and the drill-through report doesn't work fine anymore. It doesn't filter on the blank (null values for the [REQUESTOR_BUSS_FUNCTION]), considering all the records (filtering only on the 2nd parameter: [CREATED_DATE]).
I also notice that in the 2nd case, the first parameter changes name, getting at the beginning a 'NB_'.
Any idea how to solve the issue? How to enforce the filter on NULL values from the cube to the drill-through report?
Thanks a lot for an answer!
Miki