Viewing 15 posts - 46 through 60 (of 242 total)
Vikas,
I can't see the picture/image attached herewith.
May 4, 2009 at 2:44 am
Vikas,
Its very easy. You need to write following expression in Border Style of report item or TextBox:
None, Solid, Solid, =IIF(Fields!ID.Value=Previous(Fields!ID.Value),"None","Solid"), None
alternatively, you can set
Default = None,
Left = Solid,...
May 1, 2009 at 12:55 am
Hi Zeetec
Just try below expression:
=iif(count(Fields!ID.Value)-1 0, Sum(Fields!Other1.Value, "DataSetName") / (Count(Fields!ID.Value)-1),3)
April 30, 2009 at 10:24 am
Yeah. Package configurations is the best way to deal it.
April 20, 2009 at 6:48 am
SELECT DISTINCT EmployeeID,EName FROM #Bar
WHERE EmployeeID NOT IN (SELECT EmployeeID FROM #BAR WHERE VisitedState = 'Other')
April 18, 2009 at 10:24 am
You can use attached Script for more information. Also change the script as per your requirement.
April 18, 2009 at 10:19 am
It would be nice if you can use Horizontal Table Partitions. In this way you can define the date range in partition function and store your data in respective partitions....
April 18, 2009 at 10:08 am
angel41_23 (3/9/2009)
but i am getting error that i cannot merge them,,,,,,,,,,
What error you are getting exactly? Can you show that error?
March 9, 2009 at 9:39 am
Use Sort task in Data Flow Transformation and check "Remove rows with duplicate sort values" check box in Sort Transformation Editor.
March 9, 2009 at 9:28 am
You can achieve this in different way...
If you want to store file path in database then do following thigs:
1. Create a package variable say User::FilePath of type string.
2. Initialze this...
February 28, 2009 at 12:03 am
Hi Joe,
Use below code and enjoy!!!
CREATE TABLE #T (AreaID int, Area_SubAreaID int, SubAreaID smallint)
GO
INSERT INTO #T
SELECT5689, 568901, 01 UNION
SELECT5689, 568903, 03 UNION
SELECT5689, ...
February 23, 2009 at 1:51 am
Probably It should not happen... Its really strange. Better to give some more details related to Control Flow...
February 23, 2009 at 1:44 am
See attached rdl reports. It may help you in some extent.
February 23, 2009 at 12:49 am
On ReportItem navigation property, Set Parameter Value with Depart name/number e.g ParameterName!Value=Fields!DepartName.Value or ParameterName!Label=Fields!DepartNo.Value.
By Default, it should have all the values...
February 22, 2009 at 11:14 pm
Viewing 15 posts - 46 through 60 (of 242 total)