Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

Report builder 3.0 crashes trying to open Query Designer in Dataset properties

$
0
0

Hi All,

x64; Windows Server 2008 R2 Standard; SQL Server 2008 R2 Enterprise; login is Domain Admin, Server Admin and SQL Server sysadmin. Not integrated with SharePoint.

Whenever I try to open Query Designer in Dataset properties, the Query Designer stops working shortly after "open". This happens no matter where I try to open Query Designer: both places (text or stored procedure) in the properties box or from a right click on an existing dataset name in the report data tree in Report Builder. It happens during the intial dataset create or an edit.

The error: Microsoft SQL Server 2008 Report Builder has stopped working.

--From "view problem details"--

Description:
  Stopped working

Problem signature:
  Problem Event Name: APPCRASH
  Application Name: MSReportBuilder.exe
  Application Version: 10.50.2500.0
  Application Timestamp: 4dfb155c
  Fault Module Name: KERNELBASE.dll
  Fault Module Version: 6.1.7601.17651
  Fault Module Timestamp: 4e211319
  Exception Code: e053534f
  Exception Offset: 0000b9bc
  OS Version: 6.1.7601.2.1.0.272.7
  Locale ID: 1033

-----------------

I've checked permissions, access rights, looked online (haven't found anything to speak of - most likely not asking the proper search question) and am now at the point of "really no clue". I need advice as to what my next step should be, what to look for, check, change, etc.

Thank you.

Gary


Onward through the fog......


SSRS 2016 and custom authentication

$
0
0

I've configured my SQL Server 2016 reporting server to use custom (forms-based) authentication. I am able to log in, view and run paginated reports without any problems. However, when I view the properties of a dataset in the report web portal, the dreaded"An error has occurred / Something went wrong. Please try again" message appears, and an error is logged in the SSRS log file.



There is a rather long exception and stack trace in the Microsoft.ReportingServices.Portal.WebHost log file:

Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!19!01/16/2017-14:16:12:: e ERROR: [999zng82]: OData exception occurred: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.resources" was correctly embedded or linked into assembly "Microsoft.ReportingServices.Portal.Services" at compile time, or that all the satellite assemblies required are loadable and fully signed.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.Keys.GetString(String key)
   at Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.get_MissingEndpoint()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.MissingEndpointException..ctor(Exception inner)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod()
   at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.GetItemParameters(String itemPath, String historyId, Boolean forRendering, ParameterValue[] values, DataSourceCredentials[] credentials)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.<>c__DisplayClassa.<GetItemParameters>b__9()
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithCustomAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithCorrespondingAuthMechanism[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)
   at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.GetItemParameters(IPrincipal userPrincipal, String itemPath, String historyId, Boolean forRendering, ParameterValue[] values, DataSourceCredentials[] credentials)
   at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.GetReportParameterDefinitions(IPrincipal userPrincipal, String reportpath)
   at Model.DataSetRepository.LoadParameterDefinitions()
   at Model.DataSet.get_ParameterDefinitions()
   at lambda_method(Closure , DataSetRepository )
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Web.OData.Query.Expressions.SelectExpandBinder.Bind(Object entity)
   at System.Web.OData.Query.SelectExpandQueryOption.ApplyTo(Object entity, ODataQuerySettings settings, IAssembliesResolver assembliesResolver)
   at System.Web.OData.Query.ODataQueryOptions.ApplySelectExpand[T](T entity, ODataQuerySettings querySettings)
   at System.Web.OData.Query.ODataQueryOptions.ApplyTo(Object entity, ODataQuerySettings querySettings)
   at System.Web.OData.EnableQueryAttribute.ExecuteQuery(Object response, HttpRequestMessage request, HttpActionDescriptor actionDescriptor)
   at System.Web.OData.EnableQueryAttribute.OnActionExecuted(HttpActionExecutedContext actionExecutedContext)
   at System.Web.Http.Filters.ActionFilterAttribute.OnActionExecutedAsync(HttpActionExecutedContext actionExecutedContext, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext().
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!19!01/16/2017-14:16:12:: i INFO: [999zng82]: fe80::78f9:4740:3f83:410d%15: GET /api/v1.0/CatalogItemByPath%28path%3D%40path%29 - Response 500 - 0:00:06.1429265

I found a similar note on this thread, with advice to enable full control permissions on the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files. However, after making these changes, the error recurred.

Anyone else have similar experience?


Gregory Block, PhD, MBA

Display quarter value with month duration on each page - SSRS.

$
0
0

Hi All,

I would like to display quarter value n its respective months duration on each page in ssrs.

I am getting quarter  values from database as 1,2,3,4 and year value as a parameter.

Below is the example.

Quarter 1

Jan 1,2016 - Mar 31,2016

Quarter -2 

Apr 1,2016 - June 30,2016

Quarter 3

July 1,2016 - Sept 30,2016

Quarter 4

Oct 1,2016 - Dec 31,2016

Any response will be appreciated.

Thanks.

SSRS Custom Authentication and publishing mobile reports

$
0
0

I have a reporting services 2016 server configured to use custom authentication following the example on http://msftrsprodsamples.codeplex.com/. I am implementing the Security Extension Example.

The extension works for users browsing the reporting services portal to view reports, and also works when I try to publish a report or dataset using Visual Studio. However, when I try to connect to the portal using the SQL Server Mobile Report Publisher, I get an error that reads:

Could not connect to server. Please check the connection parameters and try again.

In the Microsoft.ReportingServices.Portal.WebHost_*.log file, the error message reads:

Exception: System.NullReferenceException: Anonymous logon is not configured. userIdentity should not be null!
   at Microsoft.Samples.ReportingServices.CustomSecurity.AuthenticationExtension.GetUserInfo(IRSRequestContext requestContext, IIdentity& userIdentity, IntPtr& userId) in C:\Source\Cash360\Analytics\Security\FormsAuthentication\Main\FormsAuthentication\AuthenticationExtension.cs:line 129
   at Microsoft.ReportingServices.Portal.WebHost.Services.AuthenticationService.GetUserInfo(IRSRequestContext requestContext)

The custom security module Microsoft.Samples.ReportingServices.CustomSecurity is expecting the IRSRequestContext to have a valid User property, but the IRSRequestContext.User property is blank.

     

public void GetUserInfo(IRSRequestContext requestContext, out IIdentity userIdentity, out IntPtr userId)
      {

            userIdentity = null;

            if (requestContext.User != null)

As mentioned, this works for authenticating users who browse the report portal folders, as well as for Visual Studio users who publish reports and datasets. Also, I can manually upload the mobile report to the report portal, and it works fine.

So, how can I enable custom authentication for the Mobile Report Publisher?


Gregory Block, PhD, MBA

Report query runs forever while same query run from SSMS returns in seconds

$
0
0

I have a parameterized SSRS report executing a parameterized query.  In Visual Studio/BIDS, once the parameters are entered on the Preview tab, and [View Report] is clicked, the spinning "Loading..." warning appears... and stays.  If I open up the query for the underlying dataset in BIDS, and execute it from the Query Designer, it runs for about 5 to 10 seconds, then returns an SQL Execution window saying "Timeout expired".  If I remove one particular condition from the WHERE clause, then re-execute in Query Designer, it returns rows in a flash.

Okay, so it's something to do with that particular selection condition? But, if I copy the parameterized query to a Query window in SSMS, and add DECLARE statements for the parameters (with appropriate value assignments), the query also returns results in seconds.  So, my problem (I think) is, why won't it run in BIDS when that particular condition is present?

The particular condition whose removal allows the query to execute in Report Designer (BIDS) is

AND (SSI_REP_PRODUCT_DETAIL.CONTROLLER BETWEEN COALESCE (CAST(@CONTROLLER AS VARCHAR(3)), '   ') AND COALESCE (CAST(@CONTROLLER AS VARCHAR(3)), '999'))

The coding is done that way because in the available values dropdown (another dataset) for the parameter @CONTROLLER, there is one labeled "ALL" that equates to a NULL value.  So, if NULL is the value, then all rows having CONTROLLERs between ' ' and '999' are returned (i.e. ALL CONTROLLERS). 

The full query for the report populating dataset is:

SELECT SSI_REP_PURCHASE_DETAIL.ACCOUNT15, SSI_REP_PURCHASE_DETAIL.ORDER_NUMBER, SSI_REP_PURCHASE_DETAIL.ORDER_LINE,
SSI_REP_PURCHASE_DETAIL.DUE_DATE, SSI_REP_PURCHASE_DETAIL.ORDER_UOM, SSI_REP_PURCHASE_DETAIL.BUYER_NAME,
SSI_REP_PURCHASE_DETAIL.ORDER_PRICE_BASE, SSI_REP_PURCHASE_DETAIL.STD_COST, SSI_REP_PURCHASE_DETAIL.PRICE_VARIANCE,
 SSI_REP_PRODUCT_DETAIL.PRODUCT_CODE, SSI_REP_PRODUCT_DETAIL.PRODUCT_DESCRIPTION, SSI_REP_PURCHASE_DETAIL.ORDER_QUANTITY
FROM SSI_REP_PURCHASE_DETAIL
LEFT OUTER JOIN SSI_REP_PRODUCT_DETAIL
ON SSI_REP_PURCHASE_DETAIL.ACCOUNT15 = SSI_REP_PRODUCT_DETAIL.ACCOUNT15 AND
SSI_REP_PURCHASE_DETAIL.PRODUCT_CODE = SSI_REP_PRODUCT_DETAIL.PRODUCT_CODE
WHERE (SSI_REP_PURCHASE_DETAIL.ACCOUNT15 = @ACCOUNT15) AND (SSI_REP_PURCHASE_DETAIL.DUEDATE_YEAR = @DUEDATE_YEAR) AND
(SSI_REP_PRODUCT_DETAIL.CONTROLLER BETWEEN COALESCE (CAST(@CONTROLLER AS VARCHAR(3)), '   ') AND
COALESCE (CAST(@CONTROLLER AS VARCHAR(3)), '999'))

Again, if I copy the above into a Query window in SSMS and add DECLARE statements for the parameters, it runs just fine, as below:

DECLARE @CONTROLLER AS NVARCHAR(5) = '108'
DECLARE @ACCOUNT15 AS VARCHAR(15) = '000010000100001'
DECLARE @DUEDATE_YEAR AS NUMERIC(19,0) = 2017

SELECT         COALESCE (@CONTROLLER, '   ') , COALESCE (@CONTROLLER, '999'), SSI_REP_PURCHASE_DETAIL.ACCOUNT15, SSI_REP_PURCHASE_DETAIL.ORDER_NUMBER, SSI_REP_PURCHASE_DETAIL.ORDER_LINE,
                         SSI_REP_PURCHASE_DETAIL.DUE_DATE, SSI_REP_PURCHASE_DETAIL.ORDER_UOM, SSI_REP_PURCHASE_DETAIL.BUYER_NAME,
                         SSI_REP_PURCHASE_DETAIL.ORDER_PRICE_BASE, SSI_REP_PURCHASE_DETAIL.STD_COST, SSI_REP_PURCHASE_DETAIL.PRICE_VARIANCE,
                         SSI_REP_PRODUCT_DETAIL.PRODUCT_CODE, SSI_REP_PRODUCT_DETAIL.PRODUCT_DESCRIPTION, SSI_REP_PURCHASE_DETAIL.ORDER_QUANTITY
FROM            SSI_REP_PURCHASE_DETAIL LEFT OUTER JOIN
                         SSI_REP_PRODUCT_DETAIL ON SSI_REP_PURCHASE_DETAIL.ACCOUNT15 = SSI_REP_PRODUCT_DETAIL.ACCOUNT15 AND
                         SSI_REP_PURCHASE_DETAIL.PRODUCT_CODE = SSI_REP_PRODUCT_DETAIL.PRODUCT_CODE
WHERE        (SSI_REP_PURCHASE_DETAIL.ACCOUNT15 = @ACCOUNT15) AND (SSI_REP_PURCHASE_DETAIL.DUEDATE_YEAR = @DUEDATE_YEAR) AND
                         (SSI_REP_PRODUCT_DETAIL.CONTROLLER BETWEEN COALESCE (@CONTROLLER, '   ') AND COALESCE (@CONTROLLER, '999'))
So, please help me figure out why that WHERE condition is causing me fits.  Thanks, mightily.

overlay annual data separate graph lines

$
0
0

I must be missing something, it seems like a basic concept to be able layer/overlay annual aggregated numbers in a multiple line graphs.  In other words if I have a table with daily attendance figures over multiple years I would like to display the weekly totals for last 3 years, as 3 line graphs for a 12 month period.  Any advice/direction greatly appreciated. 

Launching SSRS report from ASP.NET using Report Viewer - Parameter issue

$
0
0
                                                 

Hi

I have an SSRS report setup with parameters as follows:

Parameter NameData TypeHas DefaultDefault ValueNullHidePrompt UserDisplay Text
EnterPositionCodeString<input id="ui_cb_pvsHasDefault_EnterPositionCode" name="ui_cb_pvsHasDefault_EnterPositionCode" type="checkbox" /><input class="msrs-txtBox" disabled="disabled" id="MultiValueSummaryTextEnterPositionCode" name="MultiValueSummaryTextEnterPositionCode" readonly="readonly" size="18" />Specify one or multiple default values.<textarea cols="18" id="ctl155_txtMultiLineText" name="ctl155$txtMultiLineText" rows="4" style="font-size:x-small;font-family:Verdana, Sans-Serif;" wrap="off"></textarea><iframe frameborder="0" id="ctl156" name="ctl156" style="display:none;"></iframe><input id="ui_cb_pvsHide_EnterPositionCode" name="ui_cb_pvsHide_EnterPositionCode" type="checkbox" /><input checked="checked" id="ui_cb_pvsPrompt_EnterPositionCode" name="ui_cb_pvsPrompt_EnterPositionCode" type="checkbox" /><input id="ui_txt_pvsPrompt_EnterPositionCode" name="ui_txt_pvsPrompt_EnterPositionCode" value="Step 1: Enter up to 10, comma-separated Position codes" />
ErrorA value is required.
PositionCodeString<input id="ui_cb_pvsHasDefault_PositionCode" name="ui_cb_pvsHasDefault_PositionCode" type="checkbox" /><input class="msrs-txtBox" disabled="disabled" id="MultiValueSummaryTextPositionCode" name="MultiValueSummaryTextPositionCode" readonly="readonly" size="18" />Specify one or multiple default values.<textarea cols="18" id="ctl179_txtMultiLineText" name="ctl179$txtMultiLineText" rows="4" style="font-size:x-small;font-family:Verdana, Sans-Serif;" wrap="off"></textarea><iframe frameborder="0" id="ctl180" name="ctl180" style="display:none;"></iframe><input id="ui_cb_pvsHide_PositionCode" name="ui_cb_pvsHide_PositionCode" type="checkbox" /><input checked="checked" id="ui_cb_pvsPrompt_PositionCode" name="ui_cb_pvsPrompt_PositionCode" type="checkbox" /><input id="ui_txt_pvsPrompt_PositionCode" name="ui_txt_pvsPrompt_PositionCode" value="Step 2: Select the desired Position Code(s)" />
ErrorA value is required.
EmpNumString<input checked="checked" id="ui_cb_pvsHasDefault_EmpNum" name="ui_cb_pvsHasDefault_EmpNum" type="checkbox" />
<input class="msrs-txtBox" disabled="disabled" id="ui_txt_pvsText_EmpNum" name="ui_txt_pvsText_EmpNum" />
<input checked="checked" id="ui_cb_pvsNull_EmpNum" name="ui_cb_pvsNull_EmpNum" type="checkbox" /><input checked="checked" id="ui_cb_pvsHide_EmpNum" name="ui_cb_pvsHide_EmpNum" type="checkbox" /><input disabled="disabled" id="ui_cb_pvsPrompt_EmpNum" name="ui_cb_pvsPrompt_EmpNum" type="checkbox" /><input disabled="disabled" id="ui_txt_pvsPrompt_EmpNum" name="ui_txt_pvsPrompt_EmpNum" />

I have a C# application that sets parameters as follows and then renders the report:

List<ReportParameter> paramList = new List<ReportParameter>();

                paramList.Add(new ReportParameter("EmpNum"));
                paramList.Add(new ReportParameter("PositionCode"));
            paramList.Add(new ReportParameter("EnterPositionCode"));

           SSRSReportViewer.ServerReport.SetParameters(paramList);

            bytes = SSRSReportViewer.ServerReport.Render(format, null, out mimeType, out encoding, out filenameExtension, out streamids, out warnings);

The .NET error I keep getting is:

This report requires a default or user-defined value for the report parameter 'EnterPositionCode'. To run or subscribe to this report, you must provide a parameter value. (rsReportParameterValueNotSet)

Enterpositioncode is a prompted value - so how can I setup SSRS, or call the SSRS report, without having to specify a value for this parameter?


Folder Management for Sub-Reports

$
0
0

Hello All,

My Greetings for the day!!!

I have deployed a SSRS report in my Sharepoint Site which has 4 sub-reports.

Can I move sub-reports to another folder for better managements of this reports.

As I don't want the end user to click any of the sub report because it has parameters passed from Main report.

Please provide your valuable suggestions.

Regards,



Hiren Parikh


ssrs 2010 informational message

$
0
0

In an SSRS 2010 report that I converted from ssrs 2008 report two weeks ago, I am currently getting the following informational message 42 times:
"Message 14 Could not find schema information for the element 'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner:UserDefined'. D:\TEST\StLetter.rdl 129 12 alReports".

This message did not occur when the report was first converted by now I am getting this warning message today.

Thus can you tell me the following:
1. What can I do to solve the problem?
2. On the linformational message line, what does the 129 and 12 stand for? I know the alReports is the solution name. If the numbers 129 and 12 represent line number and position number on the line, would you tell me how to look to see how to determine where these numbers are located at?

SSRS Table/Row Header does not repeat on every page when exported to PDF

$
0
0

Hi, I have a SSRS Report in which the rows are grouped and the Tablix has a Table/Row header. I wanted the header to repeat on every page for a group because sometimes the data from the group would be more than one page.
                               To achieve this
                               - I went to Advance mode by clicking the arrow next to column group
                               - Selected the Header Static column from Row Group
                               - Changed the following properties
                                                - KeepWithGroup: After
                                                - RepeatOnNewPage: True
                                                - The header columns are set to not grow.

The problem only occurs when the nested grouped data in one of the columns goes over a page. The following pages don't have any header.

So half of the time the header row repeats but when the nested grouped data extends over one page the header does not show. Problem only occurs when rendered to pdf.
I found this line "Headings are repeated on each page only if there is sufficient room" in SQL 2008 version. But I could not find it in later versions of sql server. So does that mean it is fixed

report definition is not valid or supported by this version of Reporting Services

$
0
0

Previously, the web application is using VS2010 to develop SSRS report. but when I want to upload the rdl file to server (Windows Server 2008) ..currently, I'm using VS2015 to develop the new report. it cause the following error.

The report definition is not valid or supported by this version of Reporting Services. This could be the result of publishing a report definition of a later version of Reporting Services, or that the report definition contains XML that is not well-formed or the XML is not valid based on the Report Definition schema. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded. (rsInvalidReportDefinition)

NOTE: The URL provided in Error is empty.

May I know how to solve it?


I&amp;#39;m newbie in enterprise as developer.

The request failed with HTTP status 503: Service Unavailable.

$
0
0

hello all,

I have a SQL server 2008 r2 installed . and i have configured ssrs successfully in it.  

have not prompted any error while configuring but when click to view web service URl and Report manager URL

it is erroring .. 

Serched so far on web but not finds solution.


Dilip Patil..


Table header not repeating if a cell grow beyond page boundary

$
0
0

Hi!

I am developping a very basic report using SSRS 2012.  It contains only a table and the first row contains columns headers.

The last column contains a text field.  The report is rendered in PDF.

If the number of rows goes beyond the page boundary, the header row of the table is repeated on each new page.  That works just fine.

But, if the text field goes beyond the page boundary (because the cell can grow), the header row is not repeated on the next page.

Is there a way to make it appear?

Dan


Count the results of a Count Expression

$
0
0

This is probably something simple, but I am overthinking. I have an expression that is counting the value for a group. I have a count of how many drops an order had. What I am trying to do is count the drops that equal 1, that equal 2, that equal 3. That way I can say for a specific date range there were 5 times where there was 1 drop, 12 times where there was 2 drops, etc.

=Count(Fields!Stop_Type.Value)

"How to get distinct values of sharepoint column using SSRS"

$
0
0
Hi,

    I have integrated sharepoint list data to SQL Server reporting services. I am using the below to query sharepoint list data using sql reporting services.

<Query>
   <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
   <Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
      <Parameters>
         <Parameter Name="listName">
            <DefaultValue>{GUID of list}</DefaultValue>
         </Parameter>
         <Parameter Name="viewName">
            <DefaultValue>{GUID of listview}</DefaultValue>
         </Parameter>
         <Parameter Name="rowLimit">
            <DefaultValue>9999</DefaultValue>
         </Parameter>           
      </Parameters>
   </Method>  
<ElementPath IgnoreNamespaces="True">*</ElementPath>
</Query>

By using this query, I am getting a dataset which includes all the columns of sharepoint list. Among these columns, I wanted to display only 2 columns (i.e Region and Sales type) using chart. I have created a Region parameter but when I click preview, the drop down box is giving me all the repeatative values of region like RG1,RG1,RG1,RG2,RG2,RG2,RG2,RG3.......... I wanted to display only distinct values of Region parameter so that whenever end user select region from the parameter drop down, it will display the respective value of Sales type column.
Also when I select only RG1 parameter, it is giving me a chart including the sales type of all the Regions. (it should display me only the sales type of RG1) How can I link these 2 columns so that they will display the values respectively.
 
          I would really appreciate if anyone can help me out with this.

Thanks,
Sam.

How do you make two table columns the same width?

$
0
0

I've got a table and I've sized one column and would like to make another column match that same size. I see in the toolbar there is a "Make Same Width" button but I can't figure out how to make it work.

I've done searches in Google but can't seem to find and answer.....probably because it's super easy.

how to format chart tooltip value

$
0
0

hello all,

i have tried several ways to format this expression in the tooltip property sum(Fields!Sales.value) to display it as currency, but I can't figure out what i am doing wrong. any help would be greatly appreciated.

thank you

tracy

How to Automatically Refresh reports in visual studio 2008

$
0
0

I have created a report in SSRS 2008 R2, i want my report to auto refresh after every 30 seconds.
How to configure it? 

January 2017 Technical Preview

$
0
0

Is it possible to create a report using data from SQL Sever tables?

Thanks

How to identify SSRS 2005 reports that use report model?

$
0
0

Hello,

Is there any way to write a query that will identify SSRS reports that use the report model and SSRS reports that use the stored procedures.

Thanks


SSIS question

Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>