Viewing 15 posts - 1 through 15 (of 22 total)
I was searching too for a code like this and based on the last post of Eugene (A BIG THANK YOU FOR YOUR CODE!!!), I've play a little with it...
August 3, 2010 at 9:19 am
Oh! I was not aware of this. Thanks for the info.
January 22, 2009 at 12:33 am
I don't think that "like" can be used. Why not Left(xxx, 2) in your example ?
=IF(Left(MyField,2)="ET";"Mybitmap.bmp";"")
January 21, 2009 at 9:22 am
Is it not possible by adding a "=IF(NOT(MyFields.Value Is Null);'http://xxxxx';'')" If the field is not null, the Action will be set to the url otherwise to an empty string.
(remark...
January 21, 2009 at 9:19 am
I hope not... There is a potential risk with the security no ?
January 21, 2009 at 9:16 am
I don't think that this is possible and this for a simple reason : it isn't possible to superpose objects with SSRS (not in the 2005 version).
You can have a...
January 21, 2009 at 9:12 am
With a SQL task you can fired a SQL directly on your table. Then, store the value in variables.
I don"t doubt that you'll find tutorials on Google for this.
December 12, 2008 at 6:57 am
Is this a good reason ? Why not asking for adding a table ?
I think that this solution will be the best one and the more flexible (just...
December 12, 2008 at 5:06 am
Why not a table in your database with the dayname and the email address of your recipient ? And then read this table in your SSIS package, put recipients...
December 12, 2008 at 4:37 am
Image two parameters : Country and the City.
If the user select "Belgium" in the Country Dropdown, then the SQL for City should be
SELECT City FROM tblCities WHERE Country=@Country ORDER...
December 3, 2008 at 4:45 am
In Excel, go to Data - Get external data.
MS Query will then be launched and will allow you f.i. to connect to a SQL db and to fire a T-SQL,...
November 20, 2008 at 4:15 am
Layout is one of the major problem with SSRS; IMHO.
A work around : put a table object in your report and put your fields on this table. When exporting...
November 12, 2008 at 12:53 am
Not tested
Property Format = "MM/dd/yyyy hh:mm"
October 30, 2008 at 5:35 am
I've learned something. Thanks !
October 29, 2008 at 1:17 pm
Use the Reporting Server configuration tools. You'll find it in Programs -> MS SQL Server -> Configuration tools.
October 29, 2008 at 10:00 am
Viewing 15 posts - 1 through 15 (of 22 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy