Viewing 15 posts - 46 through 60 (of 78 total)
Daniel Bowlin (9/29/2010)
Go into the row group properties on the sort tab, and enter a formula for the month number as the value to sort on.
Hey Thanks yaar !!! it...
September 30, 2010 at 12:16 am
Hi Scott ! Yes its working !! Thanks !!
But could you say me is there a way where the user can see all fields together and when needed they can...
September 16, 2010 at 4:19 am
Scott Murray-240410 (9/14/2010)
You could include all the columns in your report definition and then hide (visibility property) the unneeded ones based on the criteria for which columns to display.
Hi Can...
September 14, 2010 at 10:35 pm
Thanks for your replies guys !!
September 14, 2010 at 10:31 pm
hi Thks for your reply.
I tried accessing as you said from my hope PC, but it said, "Network Access Mesasge: Page cannot be displayed"
my link is http://192.168.42.176/Reports_SQL2008
any...
August 26, 2010 at 1:11 am
hi ! any guess how to achieve designing the layout??
August 20, 2010 at 2:36 am
rvasanth (8/9/2010)
(
@Col int
)
AS
DECLARE @sql VARCHAR(MAX)
DECLARE @grp1 VARCHAR(1000)
DECLARE @grp2 VARCHAR(1000)
//DECLARE @Col VARCHAR(10)
DECLARE @SELECTLIST VARCHAR(MAX)
//SET @Col= 2
SET @grp1= '[Tab1SalesHeader].No, [Tab1SalesLine].Description, [Tab1SalesLine].[Variant Code]'
SET @grp2= '[Tab1SalesHeader].No, [Tab1Sales...
August 10, 2010 at 6:23 am
Of Course i have Too !!
Thanks Mr. Vasanth !! :O)
August 10, 2010 at 6:21 am
Wow !! Really very Happy !! Thanks a Lot ColdCoffee !! U Rocking txtPost_CommentEmoticon(':-)');
It works .. hooooo...
Wondering tht the task become possible from impossible (As i started this thread so).....
August 10, 2010 at 5:46 am
Dear ColdCoffee, Thanks for your guidance. I wish to say all, tht i am not a proffesional procedure creator. this is my first task given. ll learn soon all things...
August 10, 2010 at 5:12 am
Sorry for the previous message..
Now when executing its throwing,
Exec Testing '20100101', 1
Msg 102, Level 15, State 1, Line 6
Incorrect syntax near '1'.
August 10, 2010 at 3:36 am
Hi ! Thanks for your help !!
Again now i need to pass a date parameter too, so i did modified the procedure still as below,
Create Procedure Testing
(
@Date Datetime
@Col int
)
AS
DECLARE...
August 10, 2010 at 12:40 am
Vasanth !! Extraordinary !!! It worked !!
When i executed no error was thrown and the procedure was created.
Actually i wish to pass the Col value as parameter that the user...
August 9, 2010 at 6:44 am
Oh sure Thanks,
The error is as below
Msg 102, Level 15, State 1, Procedure Testing, Line 4
Incorrect syntax near '('.
Msg 137, Level 15, State 2, Procedure Testing, Line 9
Must declare the...
August 9, 2010 at 5:52 am
Viewing 15 posts - 46 through 60 (of 78 total)