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

Datazen Thumbnail with SSAS parameterised query

$
0
0

First, I hope this forum is OK, there is currently no Datazen specific group.

I've performed a standard single server Datazen installation and configured all services to use a specific domain account. When I publish a dashboard which includes a parametrised SSAS based dataset the thumbnail for the dashboard is not generated. For non-parametrised queries there is no problem.

I have tried modifying the default parameters at both the data set and dashboard level with no success.



Multiple valued parameter drill through reports SSRS

$
0
0

HI,

  I have a main report which has all the cases that are "DUE" and "OVERDUE". I have the count of the cases that are due and overdue at the top of the report. If I click on the overdue count it should take me to the child report which has just the overdue cases. And same with the due count. I tried to do it using drill through report by passing the field due_overdue from the query through the parameter. From the main report, even if I chose the overdue count or due count, it is taking me to the child report which just gives me the list of due cases. By default it is giving me only due cases irrespective of whatever I chose.  Please can somebody help me on this. Your help is appreciated.

basic questation about report

$
0
0

Hi sorry for my englisch . I want in the one report add two matrix in this report. How I create second matrix dependenced in the selected row in the first matrix ...

thanx


Falcon

SQL Server 2012 SP2 Report Builder add data source screen giving insufficient permissions to Windows 10 Pro administration user

$
0
0

Hello

SQL Server 2012 SP2 Report Builder add data source screen giving insufficient permissions to Windows 10 Pro administration user (computer owner) when I test connection on adding a data source of the AdventureWorks database.

Using Windows Authentication to log on to the server.

Able to connect to report server ok.

Able to find AdventureWorks2012 database inside Connection Properties screen of add data source and test connection works on this screen.  But when hit ok and go back to Data Source Properties screen and hit test connection then get this error:

Unable to connect to the data source.  Please verify the connection properties and credentials.

Details: The permissions granted to user 'DAVIDLANE\david'  are insufficient for performing this operation.

file:///Users/davidlane/Dropbox/IMG_3167.jpg

Please help me overcome this problem.

Regards

David.

ssrs design + background image

$
0
0

Hi guys,

I don't know much about ssrs...we have our portal like this

https://www.accelebrate.com/library/images/ssrs2008/image011.jpg

I want to professionalize it, like put a background image and hide those ugly bars; I don't want it to look like ssrs, I want a different theme... where can I find this settings?

SSRS Report takes long to render

$
0
0

I have a report that takes forever to render in our SSRS portal, I am using SharePoint 2010.

When I execute the query in Sql server management studio, I get the results back in a second or two. However, when I publish the report to SharePoint and I try to execute it it just sits there with the 'Loading' symbol. 

Any pointers on how I can get the report to execute as fast as the query is greatly appreciated. Thank you in advance. 

How to pass processed value from sub report to main report

$
0
0

Hi All,

I have a main report and 2 sub reports. I would like to pass the total Premium Paid from 2nd Sub report , and Total Bonus received from 3rd Sub report back to main report.

My scenario is actualy much more complicated than what i had attached below, which i cannot join the query for the 3 different reports together. But for demo purpose, i created the following sample scenario.

My main report is to display the sales summary by person by location.

A person may have more than 1 account number, and each account number is entitly for bonuses. 

As illustrsted below.

Thanks in advance.

How to display the last two numbers from Parameter

$
0
0

Hi All,

I have a parameter report, the parameter contains year so I need to print last tow integers of the year.

For example if the user input the year as "2015", I need to print "15" in my report. 

I tried below expression that doesn't worked.

=FORMAT(Parameters!YEAR.value, “yy”)

Thanks&Regards,


Palani


Cheque report Amount cur field (Comma separator)

$
0
0

In cash and bank management module, I am trying to develop a check report (SSrS report )for an Indian client for which I have made some modifications in Cheque_Uk report which is present in the base system. Everything is working fine except the Amout Cur (Numeric ) field which is being printed on the check. Th comma seperator which is displayed is based on millions/billions system .

However indian client requirement is that the comma should come in thousands format.

For eg (12,234) however its coming like(223,342)

I have tried all the approaches from changing regional settings of the system to the formatting that particular field through SSRS design.

Still no changes are refelected on that numeric Amount field.

Kindly suggest  how can that be achieved in AX 2012 R3,  Is it even possible or not  ??

Thanks in advance!!

Report Viewer Zoom and IE 11

$
0
0

Problem

Changing the zoom % in IE 11 does not seem to work properly.  If we set the zoom lower (ex 75%) a significant amount of whitespace is added to the top of the report.  Conversely, if we set it higher (ex 125%) the report scrolls off the top of the browser window resulting in data being "hidden" off screen and the report viewer toolbar being hidden.  

Versions

There are a number of people reporting the same issue and I have tried the recommendations without success.  Specifically, I have updated my server to the latest Report Viewer RunTime (11.13452.0) and am using the latest Report Viewer control in my asp.net project.  The versions of Microsoft.ReportViewer.WebForms.DLL,Microsoft.ReportViewer.Common.dll and Microsoft.ReportViewer.ProcessingObjectModel.DLL are all 11.0.3452.0 as installed by NuGet.  Finally, the project itself is targeting .Net Framework 4.5.1.

Attempted Fixes

I have also tried viewing the site in Compatibility View with no difference.

At the beginning of this process I was using older versions of the runtime on the server and report viewer controls on the client.  At that point everything was working fine in Chrome just not IE.  Since updating to what I believe are the latest files Chrome no longer displays the zoom control so I feel as though I've taken a step backwards.

SSRS previous row

$
0
0

Hi All,

I have an SSRS report as per the below:

I wish to find the 'Drive Time', which is essentially the time between calls, as in the exhibit. Is there a way I can achieve this directly on the matrix? I am currently making use of the LAG function, and it works fine.

The green represents completed job-cards. The orange, on the other hand is pending job-cards. I only show the times for the completed jobs,

Please assist,

Many thanks,



A Simple List With Counts

$
0
0

Hi All,

First off, I'm embarrassed that I can't figure this out.  I'm an old Oracle Discoverer user, so SSRS is a totally different paradigm, so please be kind.

I need to run a simple query, counting Clients  by Branch with a date range.  I have the Filters working fine (for the date range) but I can't get the output I want.  I want something like this:

Branch   Count

Maine     15

Texas     23

But instead I'm getting this

Branch    Count

Maine       3

             10

               2

Texas     20

               3

In my table, each client has one row, so in the above example three would be 15 rows with Maine, and 23 with Texas.

Any help would be greatly appreciated,

Gary F.

SSRS 2014 and Windows 10

$
0
0

I've installed SQL SERVER 2014 on Windows 10 and everything is great, but issue with SSRS.

I get this message:

Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed.

I don't have an option to go to settings from Home Page as only links are Home and My Subscriptions.

Any help would be appreciated!

Thanks,

Generate Dynamic Report in SSRS

$
0
0

Hi - I was wondering if you could provide some insight my struggles with creating a dynamic report within SSRS. I am doing a compare between 2 result sets and need to display all data and specify the difference in the results.

Customer 1 (Edward) displays items: Pink, Blue, Yellow

Customer 2 (Peter) displays items: Pink, Blue, Green

I would like to be able to get results: Columname/Header: Edward with 4 rows and Green displayed as either "missing" or "NO"

I would like to be able to get results: Columname/Header: Peter with 4 rows and Yellow displayed as either "missing" or "NO".

This final result set is generated by dynamic pivot sql.

When trying to display this in visual studio the data does not display I either get blanks or a repetition of the name headers for my results. I just can't seem to get the matrix setup correctly to accurately display.

Hopefully I make sense and thanks in advanced for any responses...

Thanks

LB

Pass parameters using vsql

$
0
0

Dear All

I have created a ssrs report which connects to vertica database through odbc connection.

when i try to pass parameter value through parameter (  eg:  column name  IN (@parameter) )  then getting error message in query designer prompting  " Error in list of values in IN clause.  Unable to parse query text. ".

Using sql server 2012 , visual studio 2010 version and HP Vertica 7.1 . 

Please assist me on this

Thank you


How to Implement First business day of every month in SSRS Report Job

$
0
0

Hi Friends,

I just wanted to implement the logic to find the first business day of every month in SSRS Report job.

Thanks in advance.

Thanks,

LuckyAbdul

Percentage in matrix

$
0
0

Hi guys, I totally lost the touch on SSRS. Problem: I got a matrix that give me a situation like

Nation      2014         2015

USA          20            30

Canada     40            30

Tot           60            60

Now I'd like to have a column next the 2014 and 2015 with the percentage on the total

Nation      2014     %        2015    %

USA          20       33         30       50

Canada     40        66        30       50

if I write

=Sum(Fields!HWS_Rates.Value)/ReportItems!Textbox9.Value

it gives me one column more beside the 2015 and moreover with weird percentage..

any suggestion?

 


How to remove group by

$
0
0

I have a report in which one name has 3 records . The record shows group by name and i want to know how to remove the group by ? For example

NAME          DEPTNUM

KarenSmith 1234

                   5578

                   6048

What i want to see is the name should be repeated for each record and not group by is that possible. Please advice.

Thanks


SV

Report shows blank page when exported to PDF.

$
0
0

I am using a report with Tablix, page header(with image) and footer but I get blank page when exported to PDF.

Please help!!!

row heading repeats in a tablix with column grouped

$
0
0

Hi we run 2014 enterprise.  I tried this with both table and matrix controls to no avail.

In the table scenario, I drag the table control over, instruct ssrs that a group name will go into column 1 and a sales figure in column2.  Then I highlight the sales figure cell,  add a column group on month number and generate my report off some june and july data.

ssrs understands that the months now expand horizontally but the rows alternate one with june filled in (blanks in july) and the next with july filled in for the same group name.  I believe I got all my sort by conditions set but am not sure.  I tried all sorts of combos in the tablix and group properties before giving up.

 

Viewing all 20764 articles
Browse latest View live


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