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

Repeat the 2nd tablix per page in a SSRS report with 2 tablixes

$
0
0

I have an SSRS report. It an have 2 tablix Regions. First tablix is showing Report Data and second tablix is showing Error message description. there is no page-break defined in the report, so the first tablix displays data in multiple pages. However I need show the 2nd tablix in each page. How to achieve this? Currently the report showing 2nd tablix after first tablix data .

Thanks for the help.


Hide/UnHide Columns In SSRS Report while rendering

$
0
0

create a parameter in the report ,  give all the column names as available values.Then default the parameter to show all these columns

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

Code section in report properties

Public Shared Function IsColumnSelected(ByRef objMultiValueParam() As Object, ByVal strColumnName As String) As Boolean
Return 0 <>

End Function

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

on each group and in the "Hidden" property of the group, add this code

For 1st Column Group,
=Not Code.IsColumnSelected(Parameters!Column.Value, "SalesOrderID")

For 2nd Column Group,
=Not Code.IsColumnSelected(Parameters!Column.Value, "OrderDate")

And so on....

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

Run the report and got error "there is an error on line 1 of custom code [BC30201]. Expression expected.

Could you please check if I'm missing anything. Thank you








Problems with Internet Explorer 8 or 9 and recommended browsers.

$
0
0

I have been fighting a problem on ancestry for uploading a picture, etc on my sites on ancestry.

Keep getting this pop up: !We are making updates that may impact your Ancestry experience. Certain features

on Ancestry will have reduced functionality or may not be supported when using Internet Explorer 8 or 9.

Check out the  recommended browsers  for more info. Cannot check out  RECOMMENDED BROWSERS.  Nothing

happens. 


How can i achieve this

$
0
0

Hi,



How can I achieve this? I need to create a 3 graphs based on the highest1,2,3 column shown in first chart and all these data are dynamic

Chart12



Warning message in SSRS 2008 R2 BIDS |Input string was not in a correct format

$
0
0

I have a indicator which turns green when all conditions outlined below are met else turns yellow.

All my datasets datatypes are strings but even then I keep getting a warning message-

"input string was not in a correct format "

When removed one by one case I figured out which case(highlighted below) was causing the problem but right now I dont know what I have to do fix the warning which I am getting

AND SUM(IIF(lcase(Fields!test1.Value)="urgency",1,0))=1

Indicator expression

=IIF(
SUM(IIf(left(lcase(Fields!test1.Value),5)="r" AND (TRIM(Fields!id.Value)<>"9999999") AND (TRIM(Fields!id.Value)<>"9999998") ,1,0)) +SUM(IIF(Fields!id.Value="9" or Fields!id.Value="8",1,0))>=1 and 
SUM(IIF(lcase(Fields!test1.Value)="m",1,0))>=1
AND SUM(IIF(lcase(Fields!test2.Value)="g",1,0))>=1
AND SUM(IIF(lcase(Fields!test1.Value)="urgency",1,0))=1
AND SUM(IIf(left(lcase(Fields!test1.Value),5)="r" AND (TRIM(Fields!id.Value)<>"9999999") AND (TRIM(Fields!id.Value)<>"9999998") ,1,0)) 
+sum(IIf(lcase(Fields!test1.Value)="m",1,0)) 
+sum(IIF(Fields!id.Value="9" or Fields!id.Value="8",1,0))>=3
,1,0)


Mudassar

Reporting Configuration

$
0
0

Hi,

I'm trying to configure Reporting server. I've created Report Manager URL, but when i click link, it gives me blank page. What am I doing wrong please??

Additionally I'm getting error while connecting to Report Server. It says something about missing URL.

I've not configured anything in IIS. Do i need to create a virtual directory for Report Server manually please?

I can't connect to SSIS either. It asks about admin password but I'm already logged on with my domain credentials and Admin access to my computer.

Attaching all screenshots.

Regards,
K

Drill down in ssrs based on column values

$
0
0
Hi,
I need to make a drill down report based on column values. I have already created report but I need to implement drill down in my report.

My column values are like below based on which I need to drill down my report.

Column values are
Products (GL),NII,NIR,Products (Non-GL),NIIT,NIRT,WIP,No.Of Prospect NII,No.Of prospect NT

and so on..

Now I have to just implement a drill down such that If I click on 'Products (GL)', NII and NRR should expand . If I click Products (Non-GL), NIIT and NIRT should expand. And If I click WIP, No.Of Prospect NII
and No.Of prospect NT should expand. basically ssrs report should be structured like:



+Products (GL),
+Products (Non-GL),
+WIP,

So If I click on +Products (GL), those 2 value should expand.

Can we hardcode, If column value is 'Products (GL)', than expand into NII and NRR. If column value is 'Products (NonGL)', than expand into NIII and NIRT and so on? If yes than how?

Could you please help me out how to achieve this, As I am very new to SSSRS.

SSRS on-demand direct output (no ReportViewer)


Showing HTML\RTF formatted data in SSRS

$
0
0
Hi,

I need to render HTML/RTF formatted data in SSRS reports, Please let me know asap.
(I could not find the "create placeholder" property after right clicking textbox on SSRS)

Thanks in advance

The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are insufficient for performing this operation. While deploying SSRS reports to SharePoint 2013. How to resolve the issue?

$
0
0

Hello Everybody,

I'm facing a permission issue while deploying SSRS 2012 reports to SharePoint 2013. The error is below.

Error1The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are insufficient for performing this operation.00

SSRS configuration with SharePoint is correct and both the services are running in same machine.

Please help me to resolve this issue.

Reagrding,
Thiru


how to automate report to be send in email

$
0
0

I m looking for solution tips to automate a payroll report:to be send in email to each employee (100s of them) at the end of a pay period (some weekly, some monthly). SSRS report is obviously custom to each employee retrieved using on emp number containing their own payroll data. What SQL features could be leveraged to build a solution?

platform:SQL2012 standard edition

Thanks


Mahesh




Custom Code to Compare dates in 2 separate Datasets

$
0
0

I have 2 datasets in my SSRS report where I need to return the Fiscal Year for a Start Date.

Dataset1 fields:
Start_Date
Client_Name

Dataset1 contains different Start Dates for each client and are in the date ranges included in Dataset2.

Dataset2 fields:
Fiscal_Start_Date
Fiscal_End_Date
Fiscal_Year

Dataset2 contains rows as follows:

Fiscal_Start_DateFiscal_End_DateFiscal_Year
07/01/201106/30/20122012
07/01/2012 06/30/2013 2013
07/01/2013 06/30/20142014
07/01/2014 06/30/20152015
07/01/2015 06/30/20162016
07/01/201606/30/20172017
07/01/2017 06/30/2018 2018

I'm trying to do a lookup where I need to return the Fiscal_Year from Dataset2 where the Start_Date in Dataset1 is greater than or equal to Fiscal_Start_Date and less than or equal to Fiscal_End_Date in Dataset2.

For example:  

Start_Date: 09/25/2012
Client:  XYZ
Return Fiscal Year:  2013

Is this possible with a custom code in SSRS?

CANT PRINT USING POS EDGE

$
0
0
CAN'T PRINT USING EDGE ... WHY NOT?  I USUALLY USE WORD OR ADOBE FILES UNTIL I HAD THIS P.O.S. EDGE INSTALLED.

Modifying the Manage Subscrptions page in SharePoint Report Server Integration mode.

$
0
0

When creating an SSRS report subscription in SharePoint mode integrated, there are 6 columns which show data about the scheduled reports.

  • Type
  • Delivery Extension
  • Description
  • Event
  • Last Run
  • Last Results

The Description column is completely useless, as the Last Results column shows the same data.

Is there any way to modify the Description field to show the Subject field of the emailed report instead?

We have multiple copies of the same report going to the same recipients for different timeframes (Daily, Weekly, Monthly). Sometimes, we have the same report going to the same recipient, but for different teams. Currently, it is impossible to determine which report is which without opening each one up. If there were a way to use the Subject field in the scheduled report as the description, this would provide the needed information on the Manage Subscriptions page.

SQL Reporting Services 2016, folder content permission error

$
0
0

Hi everyone, i install sql reporting services 2016 in a new instance. because i have installed a sql server 2014 db instance. i don't have problem with de install or initial configuration. 

When the install finish, i can access with the browser to the reporting services portal without  problem, but i can't do nothing, can't modify permission or load files, the system showme a msg i dont have privileges  but i am admin member.  in the manage folder the builtin\administrator group have content maager rol assigned. but i am a administrator member.

thank to your help, and sorry my english.


Extranet or Internet Deployment

$
0
0

Hi guys, we are quite new to SSRS, and right now we are planning to deploy SSRS via Extranet or Internet since we have auto dealers that need to access reports from our main plant. Is there a fairly easy and quick way to deploy SSRS?

I read articles online that suggest we use SOAP web service and custom authentication extension, but we are having a hard time understanding the flow.

I hope someone could help us.

Thank you very much guys.

SSRS Matrix Report sum value issue

$
0
0

In SSRS Matrix report We are using CAT_GRP and CAT_SUB_GRP. CAT_GRP need to show the summed value of CAT_SUB_GRP. But it's only showing the first value from CAT_SUB_GRP.

we have used the following expression

=LOOKUP(Fields!CN_SGA_CAT_SUB_GRP.UniqueName,Fields!CN_SGA_CAT_SUB_GRP.UniqueName,Fields!YTD_Actual_SGA.Value, "YTD")

and wee tried sumup,sum,lookupset as well but it's not showing the expected value

report server url invalid parameter

$
0
0

Hi all,

How do you fix that above error? I am trying to work with form authentication in Reporting Service.

WMI namespace is given correctly. I am using SQL server 2012.

An error occurred while attempting to get the ReportServer Url. Invalid parameter 

Thanks


Limit Tablix Total Width

$
0
0

Hello All,

I'm fairly new to SSRS, but learning fast. I was wondering if in a Matrix Tablix it's possible to limit the total number of columns across a page, maybe creating another table beneath the first for the additional columns.

I have a matrix with Week number in the columns and activity group in rows. If only say 20 week numbers are selected as date range is selected, no problem the report will fit across 1 page width. If the report shows many more columns, the additional columns spill over to another sheet when printed.

I might be missing something fundamental here, but haven't had much luck on searching forums or blogs for a solutions.

Thanks

Laurence


Laurence Arbin

Unable to connect with server in Mobile Report Publisher

$
0
0
Hi,

I am using an azure VM and I have installed mobile report publisher along with SQL server 2016. In the SQL server instance I have added adventureworks2016 db. 
My issue: I am unable to connect with a server via Mobile Report Publisher. My server name is AZDDM002\DDM2016 each time I try to connect I get the following server error: the server address is not in the proper format 
When I try azddm002/Reports1/browse/ as server address I get another server error: could not connect to server. Please check the connection parameters and try again.

Is there someone that has encounter the same issue? And if so how did you solved it? Please let me know how I can connect. thx in advance. 
Viewing all 28687 articles
Browse latest View live


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