Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / February 2006

Tip: Looking for answers? Try searching our database.

Expression for Jump to Report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ganesh Ramamurthy - 28 Feb 2006 05:30 GMT
Hi Experts,

Can anyone tell me how to specify an expression to be mentioned in the "Jump
to Report" in the Navigation tab. I basically dont want the hyperlink for
some values.

= iif( Fields!ItemCount.Value = 0, "", "Detail")

this is the expression which I have currently given. I dont want the
hyperlink when the ItemCount = 0. But now it points to the same page since I
have given empty string. How can I handle this.

Thanks in Advance
Ganesh
Amarnath - 28 Feb 2006 06:50 GMT
Hi,

Instead of empty string just put "Nothing" word. This will solve your problem.

Regards
Amarnath

> Hi Experts,
>
[quoted text clipped - 10 lines]
> Thanks in Advance
> Ganesh
Ganesh Ramamurthy - 28 Feb 2006 08:04 GMT
Thanx Amar for the reply,
i tried that  = iif( Fields!ItemCount.Value = 0, "Nothing", "Detail")...

I get the following error
   The item '/Reports/Nothing' cannot be found. (rsItemNotFound)

> Hi,
>
[quoted text clipped - 20 lines]
>> Thanks in Advance
>> Ganesh
Ganesh Ramamurthy - 28 Feb 2006 08:12 GMT
Amar..

Sorry for the Previous reply...now it is working correct...I had put Nothing
in quotes...
now it is working fine...quite a long time since worked in VB...

Thanks again
Ganesh

> Hi,
>
[quoted text clipped - 20 lines]
>> Thanks in Advance
>> Ganesh
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.