Actions

Information

5 responses

20 02 2013
ampmy123

I found this Article very useful. I have similar to this scenario problem that i’m facing. I have an assignment in the report that i have to bring data from 2 different datasets and each dataset from different database to display in the same data regions. here is example of my query

Dataset UnitProd: Select ID, Description, permitTypeID, OverallQouta from Units where permitTypeID = @PermitTypeID // This from Prod database

Dataset UnitTest: Select ID, Description, permitTypeID, OverallQouta from Units where permitTypeID = @PermitTypeID // This from Test Database

Here is my report will look like

ID | Description | OverallQouta | | ID | Description | OverallQouta |
54| AA Unit | 10 | | 54 | AA Unit | 15

*************************************************************
the requirement to compare between 2 database for OverallQouta if overallQouta is not the same will highlight that row.

for now i use Lookup to bind dataset to display data in the report but when i compare i use expression something like

=IIF(First(Fields!OverallQouta.Value, “UnitProd”) First(Fields!OverallQouta.Value, “UnitTest”),”Yellow”,”Transparent”)
but when it compare and check that overallqouta is not the same it will highlight very row , what i want i just want to highlight only row that different.

Do you have an advise for me to accomplish this requirement?

Thank you.

21 11 2012
Pankaj

Can custom code be used in the navigation property of an report element?? If so how?

11 12 2012
Paul Turley

Sure. Use an expression to build the target path for a URL action. Expressions can call into an embedded VB function in the report or a custom assembly.

9 08 2012
Liangying Wei

Very useful to me. Thanks a lot!

4 07 2012
Balaji

Nice Article. Many Thanks.

For those who are novice to SSRS, make PersSal as Public Shared instead of just Public

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s




Follow

Get every new post delivered to your Inbox.

Join 121 other followers

%d bloggers like this: