Viewing 15 posts - 91 through 105 (of 113 total)
The CONSTRAINED flag requires the selected member name to be resolved to a qualified member name. Drop a textbox on your report and set it to expression:
=Join(Parameters!<parameter name>.Value,", ")
Run...
October 2, 2010 at 4:45 am
hi,
write following query in a dataset and then add that dataset to the report parameter named say => ServerName
select distinct servername from temp2
union
select 'ALL'
Add the following query to the...
October 2, 2010 at 1:58 am
Hi,
Before the insert or update takes place attach a Execute SQL Task and Write BEGIN TRANSACTION.
AND if some error occurs divert to an Execute SQL Task and Write in it...
September 29, 2010 at 3:26 am
Raunak Jhawar (9/25/2010)
amarsale (9/24/2010)
i have been asked to build a datawarehouse cube which includes data from three product master tables. So i have to bring together each product that exists...
September 25, 2010 at 10:16 pm
Hi,
There are different products in different product master(pM) tables so if join is used on PK the query will return zero rows.
The Grand product master table will have maximum columns...
September 24, 2010 at 1:17 am
Hi,
does the for each loop iterates based on the no. of rows from select statement you mentioned ??
Regards,
Amar
September 24, 2010 at 1:10 am
page break at start doesn't do anything. i have tried it.
Regards,
Amar Sale
September 20, 2010 at 9:23 am
Or you can also Try this....
Replace(NAME,chr(34),"")
Regards,
Amar Sale
September 9, 2010 at 1:48 am
Hi,
i didn't get the problem ur facing. Try to use some images to show ur problem and also be specific ?? what r u trying to achieve ??
September 9, 2010 at 1:28 am
Hi,
You have to check the DataType of Both the columns. i.e,if you have to convert a column of datatype DT_WSTR to DT_STR then the first error (Columns "Derived Column T_TIME"...
September 9, 2010 at 1:12 am
Hi,
1) Select the field to which you want to add conditional background color and press F4 to open the properties window.
2) Then CLICK on the dropdown box next to BackgroundColor...
September 9, 2010 at 12:40 am
Hi,
1) Select the field to which you want to add conditional background color and press F4 to open the properties window.
2) Then CLICK on the dropdown box next to BackgroundColor...
September 9, 2010 at 12:38 am
Hi,
I Think i had a hangover 😀 but it's gone.
Just do what raunak said...
Regards,
Amar Sale
September 8, 2010 at 1:16 pm
sum(Recieved_Late) / (SUM(Recieved_Late) + SUM(Recieved_on_Time))
add 'P2' to its format
September 8, 2010 at 6:06 am
Viewing 15 posts - 91 through 105 (of 113 total)