dbTalk Databases Forums  

Problem with date parameter title display in Reporting Services 20

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Problem with date parameter title display in Reporting Services 20 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bhorwatt
 
Posts: n/a

Default Problem with date parameter title display in Reporting Services 20 - 08-07-2006 , 02:02 PM






I am attempting to include the date range parameters from an Analysis
Services cube in the title of a Reporting Services 2005 report. The dropdown
selection in the from and to date range parameters is formatted as July 1,
2006 and July 31, 2006. My expression is "Report Name " &
Parameters!FromTransactionDateCalendarTime.Value & " to " &
Parameters!ToTransactionDateCalendarTime.Value.

Instead this is printing the title as "Report Name [Transaction
Date].[Calendar Time].[Date].&[20060701] to [Transaction Date].[Calendar
Time].[Date].&[20060731]". This is not what I want the users to see in the
title, so how can I fix it to print like this: "Report Name July 1, 2006 to
July 31, 2006".

Reply With Quote
  #2  
Old   
bhorwatt
 
Posts: n/a

Default RE: Problem with date parameter title display in Reporting Services 20 - 08-07-2006 , 03:41 PM






Fixed it - changed .value to .label. Now need to do a trim because my
hierarchy was indented.

"bhorwatt" wrote:

Quote:
I am attempting to include the date range parameters from an Analysis
Services cube in the title of a Reporting Services 2005 report. The dropdown
selection in the from and to date range parameters is formatted as July 1,
2006 and July 31, 2006. My expression is "Report Name " &
Parameters!FromTransactionDateCalendarTime.Value & " to " &
Parameters!ToTransactionDateCalendarTime.Value.

Instead this is printing the title as "Report Name [Transaction
Date].[Calendar Time].[Date].&[20060701] to [Transaction Date].[Calendar
Time].[Date].&[20060731]". This is not what I want the users to see in the
title, so how can I fix it to print like this: "Report Name July 1, 2006 to
July 31, 2006".

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.