Viewing 15 posts - 91 through 105 (of 284 total)
Hi,
Could you please try this:
1) Put a table Group on the EmpID.
2) Add group footer.
3) Get the total details in the group footer.
4) Keep a page break for the group.
November 22, 2010 at 10:59 am
Thanks a lot Jeff,
When I tried those two things, I'm able to see the difference... 🙂
November 21, 2010 at 8:48 am
Friends,
Did you get a chance to look into my previous reply? 🙁
I have created a table with two columns then inserted 1000 records with NULL for one column, then...
November 21, 2010 at 1:29 am
Thanks Jeff,
I have tried the same by using the below example. I have created a table with two columns then inserted 1000 records with NULL for one column, then checked...
November 18, 2010 at 7:31 am
Thanks for the clarification.
And as I asked above, can I know how can we find the exact space used...? Is there any script for that..?
My aim is if there...
November 17, 2010 at 6:58 pm
Thanks mate..
As you mentioned that there is a way to find the exact space used, can I know how to find it..? is there any script for that..?
And one more...
November 17, 2010 at 10:32 am
Hi,
I have tried this in SSRS 2008, when I changed the Columns count to 3, in the design it is showing 2 additional columns with the specified width in between...
November 11, 2010 at 9:20 am
Correct in design only, I mean the width of the report body.
November 11, 2010 at 8:56 am
Hi ,
Could you please make it more clear, didn't understand what you are trying to achieve.
November 9, 2010 at 11:16 pm
Hi Sasidhar,
As per my knowledge in the rdl the total length of the report can be 406.34 cm , so no matter how many columns you create with in...
November 9, 2010 at 7:43 pm
Hi ,
Can you clearly mention what you are looking for..? Do you want to check whether the Field you specified starts with some string? If so try to user Left()...
November 9, 2010 at 7:28 pm
Hi that is an alternative.
I have tried using the code itself , it is working but still Im not satisfied... 🙂 the code is below. As you told I...
November 8, 2010 at 7:17 pm
But again, if there is a CREATE table it will give the same error as before right..?
USE SSC
CREATE #X (A INT)
USE TEMPDB
IF OBJECT_ID('#X') IS NOT NULL
BEGIN
USE SSC
DROP TABLE #X
CREATE #X...
November 3, 2010 at 9:58 am
Oh..ok thanks for your reply. Even I don't prefer to declare the table inside loop. But just wanted to know how it is working..
As you said the table is created...
November 1, 2010 at 7:13 am
Viewing 15 posts - 91 through 105 (of 284 total)