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

Enable Email from Report Export Drop Down Menu

$
0
0

In SQL Server 2016 Reporting Services report server, the option to export to email via the drop down menu is not appearing.

All of the email server settings are configured correctly in the Reporting Services Configuration Manager. The option to email from a subscription does appear and is working properly, but the option DOES NOT appear in the drop down within a report view.

We definitely had this option on our older 2008 server. Is there a config option that I've missed somewhere? Any help would be appreciated.


SSRS Branding -- How to tell which color changes the characteristic of a given Report Object?

$
0
0

Hi All,

I have been playing around with SSRS Branding and am struggling to figure out the correlation between colors I change in the colors.json file, and the corresponding element it will effect in the browser.

It is tedious to modify a color element with names such as "primaryAlt3" or "secondaryContrast" or etc. and not know what will change until after I recreate the zip file and reload the branding package.

Does any documentation exist which tells me what will be changed when I tweak a specific color value?  Please point me to the mapping documentation so I know what I'm doing! 

I have searched the web and all examples seem to state the obvious -- use trial and error until you are satisfied with the results.

Thanks for any help you can provide.

--Dan

How to change Image size in the Header section of the Report in SSRS

$
0
0

Hi All,

Is there a possibility in SSRS to change the Image width/height based on Dataset in the Header section.

(dataset will have a column for width and height of each image).

I tried to use a container(Rectangle) and then place the image in it.

Changed the properties on the Rectangle for height and width with no luck.

I saw somewhere to change the code as, but I am not sure where and how to use it to set Image width and height.

ReportName.ReportSection.ReportItem.ReportProperty.Value = x

For example, report.DetailSection1.TextBox.Font.Value = "Arial"

Can someone please help?

Thank you.


Sunny

SQL Server 2016 SSRS License

$
0
0

Hi

Production:

Do we need to have separate licenses required for the MS Reporting service (SQL 2016) or they come along with SQL 2016 Enterprise licenses?
Pre-Production:
Standard license should suffice (with Active/Passive configuration) for Pre-prod? Please confirm. Do we have licenses required separately for the MS Reporting service here?

SSRS Rest API

$
0
0

Hi,

Good Morning.

I am building one application using SSRS rest API.i am not able to able to get data from Rest API for some of the calls.can you guys help me on this. for example i need to get DataSet for a specify Report , how to i call rest api?


Thanks

Muthu

SSRS Report missing measures from SSAS Cube

$
0
0

[rsMissingFieldInDataSet] The dataset ‘DataSet1’ contains a definition for the Field ‘ID_Measures___Fact_AMEX_Count_’. This field is missing from the returned result set from the data source.

[rsErrorReadingDataSetField] The dataset ‘DataSet1’ contains a definition for the Field ‘ID_Measures___Fact_AMEX_Count_’. The data extension returned an error during reading the field. There is no data for the field at position 1.

My query is:

SELECT { [Measures].[Fact AMEX Count] } ON COLUMNS FROM [RBC AMEX] CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS

I have searched the web a lot and would really like this report so my client can receive an emailed report. None of the measures are being shown, so I am trying to get the count measure to show since it should be the easiest.

Page Breaks with Dataset along with Chart

$
0
0

Hi,

I have one huge dataset with Quarter Column(2019 Q1, 2019 Q2, 2019Q3 and so on) and some fiels. Now I need to make SSRS reports with page breaks where in each page have that Quarter related Data and Charts related to it. How Can I make this through SSRS?

Doubt in ssis variable assigning in for loop container

$
0
0

Hello,

Can we increment 2 variable values in for loop container in assign expression like below

@forloop=@forloop+@batchcount && @batchcount = @batchcount + @batchcount



S surendra Chowdary


how to position multiple chart in a page

$
0
0

I try to build a dashboard and put multi charts in page in SSRS (version 3.00).  The charts are not in correct position when the report is run.  There is a big space between the charts.  How can I remove the space between the charts?

Thank you

Helen

Expression divide and returning #error.

$
0
0

Expression divide and returning #error. How do i get my code to return zero if multiplying by 0? It works fine if there is a value other than zero.  

=(Fields!Principal.Value /ReportItems!Textbox211.value)


Can not see server parameter on a DPM Report

$
0
0

Hi all, could you help me to resolve this isuue?

I was working un lost permissions on a DPM report, and when finally i resolved it, i find that the parameter "Server Name" not figure:

I have not idea.....must i edit in Report Builder?

This report work before i enter at this work...

Thanks in advanced.

Regards¡


Marcos Ferreira

SSRS Subscription Parameters not updating the new added values

$
0
0

Report subscription

1. Gets automatically disabled when new customers(Parameter) are added to the list.

2. The default option while subscribing, doesn't have logic to automatically select all customers in the list. As a result, whenever a new customer is added, it will appear in the selection list but won't be selected by default when the report runs.

How to fix this issue?

Parameter filtering across multiple joined datasets?

$
0
0

Greetings!

I have 4 datasets in a report.  One of them (not the main dataset) has a field I need to set as a searchable parameter.  In this case, it's an account code.

How can I set up my parameters to only return account codes that match what the user inputs?

Example:

Dataset1 has an Order Number and some general info (like fiscal year)

Dataset2 has an Order Number and some dollar amounts

Dataset3 has as Order Number and Org codes (what I need to filter on)

Dataset4 has an Order Number and some information about the vendors we're paying (location, etc.)

I've inner joined all of them on the Order Number. 

When I try this:

SELECT DISTINCT 
purch_order_num
, org_code as Org
, object_code as Obj
FROM dataset3 
WHERE org_code = (@orgCode)

...this returns ALL of the same data I had before (no filtering), but now every single Org code value is blank.  If I enter 999 as the @orgCode, it returns all the values from all the tables -- except it deletes the columns with Org codes.

What can I do to create a parameter that filters across all of the tables and only returns the lines with the correct Org codes.

Thanks!




SSRS Support Model

$
0
0

Hi -

We will be using SSRS as our application reporting tool. SSRS will directly read from the source system, thus no data is stored in the SQL Server DB (only the metadata). I would like to inquire the support model for your organization, what skills are needed and maybe the number of FTEs.

Thanks

SSRS Support Model

$
0
0

Hi -

We will be using SSRS as our application reporting tool. SSRS will directly read from the source system, thus no data is stored in the SQL Server DB (only the metadata). I would like to inquire the support model for your organization, what skills are needed and maybe the number of FTEs.

Thanks


How to view Warnings in Report Builder 3

$
0
0

Hello:

I am getting the following error when trying to save an SSRS report:

An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC42206] Maximum number of warnings has been exceeded.

Where / how can I view the warnings if I am using Report Builder 3?

Thank you in advance!


Report error

$
0
0

The report parameter ‘LAUNCH_NUM’ has a DefaultValue or a ValidValue that depends on the report parameter “LAUNCH_NUM”. Forward dependencies are not valid.

I am very new to SSRS. Need some help.

Storing Credentials

$
0
0

Hello,

I'm trying to set up schedules and subscriptions, up until now I have been using the "As the user viewing the report" option for credentials. 

Now I need to use the stored credentials, I was going to go with still using the windows credentials, but even though my credentials are exactly the same I get an error. 

I'm using OLEDB to connect to the datasource. Do I need to specify anything additional in the connection string when using this option, could it be a permission error on the Report Server itself, even though I'm using the same credentials, or could there be some other problem? 

Thanks in advance

SSRS 2016 Basic Authentication on F5 Load Balancer

$
0
0

I was able to put in Basic Authentication and SSL on my DEV environment which only has one server.  It works from the DMZ when the local server account has browser rights.

Now I need to do the same thing in my QA environment.  The issue is that there is an F5 load balancer between 2 servers.

I created a local account with the same name on both machines.

SSRS will initially take the browser rights, but then it disappears.  So is there a way to "wildcard" the machine name?

I tried .\user and using the dns as the domain.  It will not take either of those at all.  I also tried LOCAL\user.

Move SQL Server Reporting Service from one server to another server

$
0
0

Recently I moved SQL Server Reporting Service from SQL 2008 R2 to SQL Server 2016. I can browse reporting from any computer when I use the URL http://hostname/Reports (it needs my credential login if I use local computer logon not domain login). I can load any report one by one and shows current but my Reporting service has several reports. My questions:

1. How can I make these reports to display continuously (after one report display a few minutes, let say 5 minutes, and then automatically change to another report? There is a "15 mi Unattended Run" Name in the  Schedules, but I did not see any change after 15 minutes.

2. Is it possible to not ask credential logon when I use local computer logon and where to set up these?

I have no knowledge on SQL Service Reporting  Service. Thank you for help.

Viewing all 20764 articles
Browse latest View live


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