Hi There,
I have a query in Microsoft SQL Server Report Designer that had been setup as a detail report and now the user wants it changed into a summary report. Have a look at the attached file a...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23380195.html
Hi,
I have a report that has 3 parameters: sdate, edate and status but I am getting syntax errors and I'm not sure how to setup status properly. The query has a field called open date as you can...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2338...
Hi There,
I have a parameter called status(which uses this field SMDBA._TEL_.[seq_udstatus:] and these are the labels and values:
Label: V...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23386613.html
Hi There,
I have a query and everything worked fine until I changed :
AND cs.AGENT_S_ACC_CODE = NVL(:ar_code, cs.AGENT_S_ACC_CODE) to
AND cs.AGENT_S_ACC_CODE in ('" & Replace(Parameters!ar_c...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2343...
Hi,
I have a report with 4 parameters 2 date fields(startdate and enddate) , a status parameter(a drop down list, see attached file for values) and a client parameter(a drop down list, see file ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23456769.html
Hi,
I am using SQL Server reporting services 2000 and don't have the ability to setup multivalued paramters. How can i take a string that is entered by a user and separated by commas (ex 1234,2...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23464186.html