Viewing 15 posts - 31 through 45 (of 77 total)
Please disregard post I have found the solution.
Here is the link I used to resolve: http://stackoverflow.com/questions/11285923/tablix-repeat-header-rows-on-each-page-not-working-report-builder-3-0
April 16, 2015 at 10:04 am
Hi,
Thank you for you response. I get the following error message:
Msg 22049, Level 15, State 0, Line 0
Error executing extended stored procedure: Invalid Parameter
So it seems my syntax is...
January 23, 2015 at 8:49 am
Thanks guys! I have it working in SQL. However, when I try to run it in my .Net app, I get a message saying "Error: Must declare the...
January 18, 2015 at 2:08 pm
Thank you! Here is my code:
Dim objConn, objRS, strQuery,strConnection
set objConn = Server.CreateObject("ADODB.Connection")
set objRS = Server.CreateObject("ADODB.RecordSet")
strConnection = "User ID=xx;Password=xxxxxxxxxx;"
strConnection = strConnection & "Driver={SQL Server};Server=DB_Server_NAME;Database=MY_DB;"
objConn.Open...
January 7, 2015 at 7:06 am
And thanks again, thank you both!
December 17, 2014 at 9:41 am
Hi, Is there a way to omit a letter from the list if there is no value?
Using the earlier example, if I do not have a fruit...
December 17, 2014 at 9:21 am
To all:
I figured it out, needed to use switch statement:
=SWITCH(
Parameters!getSource.Value = "emp" and Parameters!ContactType.Value = "ext" , "Phone List",
Parameters!getSource.Value = "emp" and Parameters!ContactType.Value = "cell" , "Cell...
December 16, 2014 at 1:24 pm
Hi,
I apologize for the confusion. Yes, ultimately I will be using SSRS (I am a newbie with SSRS) and users will be printing out phone lists. I would...
November 26, 2014 at 8:26 am
Hi Lowell,
Thank you for your reply. The data each have their own columns.
My current query is: SELECT EID, LName, FName, Phone FROM EmployeeContacts ORDER BY LName
How would I...
November 26, 2014 at 8:07 am
Viewing 15 posts - 31 through 45 (of 77 total)