Viewing 15 posts - 91 through 105 (of 233 total)
Yes michael.higgins, That is the one I am looking for.
But one small thing, I don't need the separation line between the audit descriptions for a particular audit.
i.e. for audit Id,...
February 17, 2014 at 10:36 pm
Thanks for your reply.
Any web articles where I can get more detailed help having snapshots?
February 14, 2014 at 4:53 am
I am using 2008 R2 version.
Please add some more information on solution so that I can proceed further.
February 13, 2014 at 11:51 pm
Thanks SQLRNNR, Very informative.
Please explain the difference of usage of REPLACE in your first post.
Also, why you used '$-','-$' in the query.
February 13, 2014 at 2:59 am
Hi Doug
Can you explain a bit on how you did it.
I have tried adding all the report textboxes in the report header into a rectangle and align it with...
January 29, 2014 at 11:25 pm
Ok,.. I want the whole tablix and the tablix data to be shown on the first page and to be repeated on the following pages depending upon the materialcodes inputted.
December 19, 2013 at 6:20 am
Thanks Gail, thanks for your reply. That has worked for me.
December 11, 2013 at 2:19 am
Yes, Perry..I am looking for VS events which can be used in SSRS.
But I couldn't find the difference b/w these two events.
December 6, 2013 at 4:10 am
Thanks everyone for the replies..
I changed my script like this:
SELECT
ISNULL(C.containerCode, '') + ':' + ISNULL(C.containerName, '') as display,
C.containerCode AS code
FROM Containers C
INNER JOIN ContainersTypes CT ON
CT.containerTypeSqlId = C.containerTypeSqlId...
December 5, 2013 at 2:40 am
Thanks for the replies....I will try this.
November 29, 2013 at 5:53 am
Yes, Gila, That's what I did. I took the second option.
select case when St.alternateStudyCode = '' OR St.alternateStudyCode IS NULL then St.studyCode END AS StudyCode,* from Studies St
Thank...
November 19, 2013 at 3:01 am
Ok..Thanks Gila for the information.
But If I change the code this way, it is not showing the message:
DECLARE @SomeValue nvarchar(4000) = ' '
SELECT isnull(@SomeValue,'The variable is null');
ie. When the record...
November 19, 2013 at 2:28 am
Thank You, David once again. Let me try it out.
November 14, 2013 at 3:55 am
Thanks for the replies,
I got worked this way:
"<b>" & "Quality Assurance " & "</b>" & VbCrLf &
First(Fields!Auditor.Value, "DsGLPFindingsData")
November 14, 2013 at 3:53 am
Viewing 15 posts - 91 through 105 (of 233 total)