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

Report is toggled after export

$
0
0

Hello everyone,

I have a report in SSRS, I implemented three toggle elements for columns. However, when I export report to excel, I got whole report toggled by row. Even though I didn't use toggle for row elements. What can be an issue?

Regards,

Yerkhan


headings dont stay visible when scrolling

$
0
0

hi we run vs 2017 and i believe we are simulating sql server 2014 ssrs in that dev environment.

i have shown an image below with that old complaint where in the TABLE tablix properties i've clicked repeat both row and column headers from page to page and requested they stay visible when scrolling.  i've also requested a page break before this tablix.  from what i remember those settings dont always work.

so like in the past i tried following this link https://www.sqlchick.com/entries/2011/8/20/repeating-column-headers-on-every-page-in-ssrs-doesnt-work-o.html to the extent possible and because of errors (the tablix tablix10 has an incorrectly set FixedHeader property on the opposite hierarchy, based on the property FixedColumnHeaders of the tablix) trying to leave fixed data true on any one of the advanced mode row groups finally ended up with it false on all 3 row groups but keepwithgroup=after and repeatonnewpage=true on the 2 static rowgroups.

this did fine repeating headers from page to page but the headings arent staying visible when scrolling.  is there a straightforward answer to fixing this?  Notice i did add a header above the column headers (by rt clicking right most column heading cell  and inserting row above) and then merging those cells so the text would run across smoothly.  when i set fixeddata=true on all 5 of the advanced column groups, i got a similar error.



SQL Server error 18456: Reason: Failed to open the explicitly specified database 'ReportServer'.

$
0
0

Hi All,
I recently installed SQL Server 2017 in a Failover Cluster and also installed SSRS 2017.  Both are working fine with no known issues.  SQL Server and Reporting Services are working fine from a user's perspective.

My Failover cluster has two hosts, NODE1 and NODE2.  Regardless of which host is currently functioning as the active server, I get the following error messages in my SQL Server error log:

I cannot tell where this error is coming from, and why it is only generated from NODE1.  I do not get a similar error from 'DOM\NODE2$'. 

The error only began after I installed Reporting Services.  Please help me track this down.  Error 18456, State 38 translates to "Could not find the database requested".  I assure you, the database, "ReportServer" is there!

SQL Server Version: Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64)   Aug 22 2017 17:04:49   Copyright (C) 2017 Microsoft Corporation  Enterprise Edition: Core-based Licensing (64-bit) on Windows Server 2016 Standard 10.0<X64> (Build 14393: ) (Hypervisor) 

Reporting Services Version: Microsoft SQL Server Reporting Services Version 14.0.600.1453

I have read numerous articles on how to resolve Error 18456: none of them reference State 38, and none of them refer to Reporting Services.  

Thanks for any help you can provide.

--Dan

Filter in Row Groups

$
0
0

Hello.  I have inherited a SSRS report and asked to modify a group total for as described below.

The report has several tiers of Row Groups which sum the matrix1_EMPLOYEE_NAME tier on the cell 'Base Hours' (in addition to other cells). When this report is expanded at the matrix1_DIRECTOR tier it correctly adds up all of the itemized numbers under 'Base Hours'. 

The problem is that I am trying to filter these 'Base Hour' number.  For instance if the Base Hour is 1 then it is to be omitted from the matrix1_DIRECTOR (and matrix1_LOCATION) sum.  So yes, the matrix1_DIRECTOR sum will sometimes not agree with the itemized 'Base Hour' figures.

Any idea how I can do this?  

Thank you.

Brian




Migrate from SSRS Sharepoint to SSRS native mode

$
0
0
We have completed our migration to 0365 Sharepoint, but have a few sites that utilized SSRS.  What is the best way to migrate to native mode?
I am NOT an sql guru at all, but have been placed in the technical lead/customer advocate for this project.

Any guidance will be helpful.

getting second page after detail group even we have space in 1st page (IN SSRS)

$
0
0

Hello,

I am getting second page after detail group even we have space in 1st page(IN SSRS). Please check attached image

Please let me know what might be the issue for this

Thanks,


S surendra Chowdary

Filtered metric in DAX

$
0
0

I need 1 metric for Week 1 and rest 2 for Week 2 , currently i have created 2 datasets and use lookup function .

EVALUATE VAR CurrencyF = FILTER ( VALUES ( ' Currency'[ Currency Code] ), ' Currency'[ Currency Code] = @Currency ) RETURN SUMMARIZECOLUMNS ( 'Shop'[Global Store Desc] ,FILTER ( VALUES ( 'Date'[ Week ] ), 'Date'[ Week ] =2 ), CurrencyF, , ,"Sales", [Net Value] ,"Sales_PY_Growth", [Net Value Previous Week Growth] ,"AYP_Net_Value_PW_Growth%", [Net Value Previous Week Growth%] ,"target",[This Week Sales] ------- this should be calculated for Week 1 rest 2 KPI for Week 2 )



AJ

password for NT SERVICE\SQLServerReportingServices

$
0
0

Hello,

I am using MS Reporting Services 2019. I configured it to run under the "NT SERVICE\SQLServerReportingServices" user, i.e. I chose the built-in "Virtual Service Account" as the "service account" in the Configuration Manager and it created "NT SERVICE\SQLServerReportingServices" for me. I can now see this user on my SQL Server instance, and I have given all the necessary database permissions to this login.

Now I would like to use this account in a Shared Data Source. I would like to utilize it as the user who connects to my data on the SQL Server instance. I have gone to the Web-portal -> DataSources -> Manage -> Properties, chose "using the following credentials (windows user name and password)". But it keeps asking me to enter the password for that user, and I do not know it. While creating that user through SSRS configuration manager I do not remember being asked to specify any password. And if I leave it blank while setting up the Shared Data Source, the connection does not work with the "Log on failed. Ensure the user name and password are correct" error.

Could anyone help me on this, please? - how can I configure my Data Source to use the "NT SERVICE\SQLServerReportingServices" account to authorize on SQL Server instance?

-- Richardo


Ox80040217 Error

$
0
0

I wish to send emails from an Excell VBA file. but I keep getting a OX80040217 error. I know the username and password are correct as I tested them. The code is as follows:

    With NewMail
        .Subject = "Rebirth of TsGirlfriend.com"
        .From = "tsgirlfriend4@gmail.com"
        .To = "pallen_49@yahoo.com"
        .TextBody = "Test message"
    End With

    msConfigURL = "http://schemas.microsoft.com/cdo/configuration"

    With fields
        'Enable SSL Authentication
        .Item(msConfigURL & "/smtpusessl") = True

        'Make SMTP authentication Enabled=true (1)
        .Item(msConfigURL & "/smtpauthenticate") = 1

        'Set the SMTP server and port Details
        'To get these details you can get on Settings Page of your Gmail Account
        .Item(msConfigURL & "/smtpserver") = "smtp.gmail.com"
        .Item(msConfigURL & "/smtpserverport") = 465
        .Item(msConfigURL & "/sendusing") = 2

        'Set your credentials of your Gmail Account
        .Item(msConfigURL & "/sendusername") = "tsgirlfrind4@gmail.com"
        .Item(msConfigURL & "/sendpassword") = "********"


        'Update the configuration fields
        .Update

    End With
    NewMail.Configuration = mailConfig
    NewMail.Send
    MsgBox ("Mail has been Sent")

Exit_Err:

    Set NewMail = Nothing
    Set mailConfig = Nothing
    End
    
Err:
    Select Case Err.Number

    Case -2147220973  'Could be because of Internet Connection
        MsgBox " Could be no Internet Connection !!  -- " & Err.Description

    Case -2147220975  'Incorrect credentials User ID or password
        MsgBox "Incorrect Credentials !!  -- " & Err.Description

    Case Else   'Rest other errors
        MsgBox "Error occured while sending the email !!  -- " & Err.Description
    End Select

    Resume Exit_Err
    
    Please help

Paula



Select All option for MultiValue-Parameter using a custom Data Processing Extension

$
0
0

Hi, 

I've written a custom Data Processing Extension which allows us to query WebApis via a json string.
The Extension works well so far except for one issue I can't fiugre out so far.

When I create a Multi Value Parameter, normally there is a "Select All" option at the top of the Drop Down.
This option is missing for all parameters that use my extension to query their values.
Is this something I have to provide from my Extension or how does this work?

Greetings Erik


SSRS data source connection issue-As the user viewing the report

$
0
0

Hi All,

I am creating data connection to the other databases from SSRS 2019. When created and tested the connection from the server AAAAAA where SSRS is installed its working fine.

But when I try to test the connecting from outside of that server it is not working. It says the following error. Could you help me to solve the issue.

As the user viewing the report

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

Thank you

Sri

Disable SHA 1 in SSRS

$
0
0

Hi,

How can I disable SHA 1 / prevent my SSRS site from using SHA 1 hashing algorithm forcing it to use SHA 2?

I've tried disabling SHA 1 by following the instructions in this article:

https://www.namecheap.com/support/knowledgebase/article.aspx/9600/38/disabling-sha1

It worked. However, my SSRS site is now not loading in firefox. I'm getting a "Secure Connection Failed" / PR_CONNECT_RESET error.

It's loading fine in IE and Chrome though. 

Any ideas?

Thanks.

SSRS Report Alignment Issue: Display Signature At End Of The Page

$
0
0

Hi All,

In our C#.Net application, we have SSRS reports designed with Microsoft Report Builder 3.0 Tool. 
I’ve summarized the Issue description below.

An signature content should be printed on end of the page.
In the RDLC design inside the body section, We have the following 2 controls 
One tablix control with header and datasource (Which is dynamically grow based on user input and the input is an HTML formatted values).  
Signature section

Challenge:
oThe signature section should be display always at end of the page even content growing to next page (Not in footer. It should be above the footer).

The following images for your reference.

Thanks in Advance.

Regards,

Velu

CPK in PowerView (Excel 2013)

$
0
0

Good day,

I'm new to Powerview, currently i have CPK & Control chart view with excel formulas

I'm wondering if PowerView will be able to do these graphs, as my current one is off an OLAP pivot with formulas

The curent setup does not work to well as the pivot needs to be filteredfor the graph to change anddiplyed either in new sheet or below the pivot (not nice)

please help with assistanc, guidance and examples of doing this in powerview

Powerview, enabled for users or must they enable the add-on?

Regards

SSRS - sending daily report in an email

$
0
0

Hi , I am new to SSRS sending daily reports to the Business.

My requirement is to send them daily report by email collecting data from a particular table.

Please advise step by step how to achieve this ? Also I am using Visual studio 2015.

So what software do I require while creating this SSRS report

2) Also if I want to move to high environments like QA, Stage, Prod...how to deploy and move them ?


Reason101



How to display 5 rows in first page only and remaining rows on second page

$
0
0

Hi, 

I have a requirement to display only 5 rows in first page and remaining rows in second page. I have added CEILING(RowNumber("Table_0")/5) in a group. But its repeating for every page. I want this for only first page.

Please let me know is there any approach for this.

Thank you!

How to Add or Create Own Gauge Template into Microsoft Report Builder ?

$
0
0

Hi !

How to create or insert a NEW Gauge into Microsoft Report builder (SSRS) ? Not using the ready gauge template in the Microsoft Report builder

Regards,

Danny


Danny

SSRS error messages - trying to move report project

$
0
0

Hello -

I am trying to move a project from my U drive to a shared drive - S and then change it's name.  (Actually, I have 500 that need to be renamed and moved.)  I move it to a folder I call "name changed" on S.  I change the folder it resides in to new name.

Then I open the project and in solution explorer, change the name of the solution, the project and the rdl file.  I build it and everything seems to be going well.  I then deploy it to a test server and it appears to be okay.

If I need to make a change again, when I try to open the project on S, I get the following messages:

"One or more projects in the solution were not loaded correctly" or "The project file .rptproj has been moved, renamed or is not on your computer."

Is there something wrong with my procedure?  What are the correct steps to (1) Rename a report project and (2) Move a report project to another drive?

Any help will be appreciated!  This is driving me crazy!

juniormint

Reportviewer horizontal scrollbar is not appearing if the page direction is RTL

$
0
0

I have an application where I show Arabic reports using Microsoft.ReportingServices.ReportViewerControl.WebForms V150.1404.0 , if the direction of the page / div is LTR it works fine , but when I change the direction to RTL the horizontal scrollbar disappears.

I have tried changing AsyncRendering , SizeToReportContent , and ZoomMode with no success, here is my code:

this works fine (direction is default LTR):

<div style="width: 74.6%; float: left;  text-align:right; padding:10px; height:72vh; float:left; "><asp:Label ID="lblTitle" runat="server"  ForeColor="#5cb85c"></asp:Label><rsweb:ReportViewer ID="rptReportViewer" runat="server" Visible="True" Width="100%"  Height=100%  Font-Size="12px" 
                        ToolbarDividerColor="#5cb85c" InternalBorderColor="GrayText" ShowDocumentMapButton="false"  BorderStyle="None" 
                        AsyncRendering="False" SizeToReportContent="False" Font-Names="'Almarai', sans-serif"></rsweb:ReportViewer></div>

when I change to RTL the horizontal scrollbar disappears:

<div style="width: 74.6%; float: left;  text-align:right; padding:10px; height:72vh; float:left; direction:rtl; "><asp:Label ID="lblTitle" runat="server"  ForeColor="#5cb85c"></asp:Label><rsweb:ReportViewer ID="rptReportViewer" runat="server" Visible="True" Width="100%"  Height=100%  Font-Size="12px" 
                        ToolbarDividerColor="#5cb85c" InternalBorderColor="GrayText" ShowDocumentMapButton="false"  BorderStyle="None" 
                        AsyncRendering="False" SizeToReportContent="False" Font-Names="'Almarai', sans-serif"></rsweb:ReportViewer></div>

 any solution or work around ?

Regards

Tammam


Excel rendering changing font

$
0
0
Hi,

Recently, I have been migration from version 2008 to the version 2016. 
New version report services use new version excel for rendering.
Old version 2008 used rendering to the excel 2003.
New version 2016 uses for rendering Calibri font, pt11. Older version uses Arial font, 10pt.

Am I able to set in the new version to Arial, pt10 instead of Calibri, pt11?

Thank you,

Jaroslav


Viewing all 20764 articles
Browse latest View live


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