I'm stuggling with use of the prompt parameters in my expressions in Report Studio. I'm using Cognos 8 BI Platform, PowerPlay Transformer for cubes creation and Report Studio to create reports.
I have prompt for selection of month from automatically generated dimension from Transformer and for this particular month I'd like to create YTD (year-to-date) calculation. In cube there are data for entire year and one year back.
I'm trying to use filter like this:
[Dummy].[Time].[Time].[Year] = ancestor(?p_month?;1)
or this
[Dummy].[Time].[Time].[Year] <= ?p_month?
Nothing works (errors before any report shows up).
Suggestions?
Thanks,
Jan.
I have prompt for selection of month from automatically generated dimension from Transformer and for this particular month I'd like to create YTD (year-to-date) calculation. In cube there are data for entire year and one year back.
I'm trying to use filter like this:
[Dummy].[Time].[Time].[Year] = ancestor(?p_month?;1)
or this
[Dummy].[Time].[Time].[Year] <= ?p_month?
Nothing works (errors before any report shows up).
Suggestions?
Thanks,
Jan.