Viewing 15 posts - 181 through 195 (of 284 total)
Hi friend,
Here what you have to do is your WHERE condition is to be written as
WHERE Series_Name IN (select * from SplitList(@Series))
Here SplitList is a function which will return you...
May 6, 2010 at 10:37 am
Hi Friend,
Can you have a look into the below post. The error might be slightly different but what I would suggest is there in this post which I have suggested...
May 6, 2010 at 9:29 am
Hi,
Will you be able to use Profiler? , If so please.
May 6, 2010 at 9:14 am
Hi ,
That means you want to control the visibility of the two columns of the report right?
But clicking on a link and controlling the visibility I don't think it is...
May 5, 2010 at 10:18 am
Hi,
Try this, there can be other method also.
=Day(Fields!dt.Value)& "-" & Month(Fields!dt.Value)&"-"&Year(Fields!dt.Value)
May 5, 2010 at 10:08 am
Friends...
Its done, along with refreshing the OLEDB source , now I refreshed the Connection Manager, the it was reflecting.
May 5, 2010 at 2:21 am
Hi Friend,
There was no luck with the above solution. (SELECT a = 1)
May 4, 2010 at 11:45 pm
Hi,
When you delete these virtual directories, the already deployed reports will no be there, you might have to configure it again and then redeploy the reports.
Unfortunately I don't have any...
May 4, 2010 at 12:17 pm
Hi,
This the first time Im seeing such an error.
I would suggest you to try this:
In inetmgr, select the Reports folder, brows the Homepage.aspx which is appearing at the right side....
May 4, 2010 at 11:15 am
Hi,
Can you just try to see whether you are able to see the Image by browsing the link directly from the Production server.
Login to the production server, from there...
May 4, 2010 at 11:08 am
Hi,
I think it is possible , provided you are using the Subreport object from the Tool set rather than using the Jump to Report option in the report main report.
May 4, 2010 at 10:56 am
Hi,
Can you try placing a Data Conversion task after the Source and convert the required fields.
May 3, 2010 at 7:00 am
Hi,
Try this:
SELECT *
FROM #EMPLOYEES
WHERE
empid in (
select
CASE
WHEN (@empid IS NOT NULL AND LEN(LTRIM(RTRIM(@empid)))>0)
THEN iEmpid end
from @tblEmpid )
--ELSE
--empid = empid
Also Im sorry to tell you that I...
May 2, 2010 at 11:30 pm
Hi,
Your question is not complete.... You want to make oyur report name dynamically, based on what?
In the header you can give the expression as = "My reort name : "...
May 2, 2010 at 6:18 am
Viewing 15 posts - 181 through 195 (of 284 total)