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

Creating Multiple-Column Reports, do not want id new column next . want id 2 new page next

$
0
0


Report Design >>>

https://drive.google.com/folderview?id=0BzqqNWp0upSeNFAyNDhPZ3J5WTA&usp=sharing

https://drive.google.com/file/d/0BzqqNWp0upSeSUllQndyZjJHZmM/view?usp=sharing





SSRS - Default Value to be set from Today's Date (Date Report is Run)

$
0
0

I have a report that has a few Cascading Parameters.

The first parameter is the Calendar Type. This will be Weekly or Monthly. A Calendar Type will then have Financial Years and Financial Periods attached.

So Weekly has Years - Weekly2016 (could also have Weekly2017). So in the example below if I just select Weekly CalendarType, I will only see the Years linked to Weekly and not the Monthly and when I select the Financial Year Weekly2016, only the Financial Periods for that  Year will show.

I have set the Calendar Type to default to have both Weekly and Monthly selected.

The difficulty I am having is setting the Financial Year and Financial Period as a default. 

Included in the datasets for both Financial Year and Financial Period, are the Description (which the parameter presents to the end user) but also a Start and End Date. What I want the Default value is to look at these start and end dates and todays date and work out that it needs to set the following defaults if I ran it today 28/07/2016   - 

Financial Year - Weekly2016 (as today is 28/07/2016 and the Start date is 01/04/2016 and End Date 31/03/2017, the report run date falls in between those start and end dates)

Also Monthly2016 would be defaulted.

Financial Period would work in the same way as it also has has a start and end date. Period Weekly201617 would be what I expect to be defaulted as the start date is 25/07/16 and the End date is 31/07/16.

If I were to run the report next week the Year would be the same, but the period would have moved onto Weekly201618.

parameter selection to enable or disable control

$
0
0
In my ssrs report, I have a boolean control which shows true and false radio buttons.
There is also another control which shows a textbox.
I want to enable or disable the textbox parameter based on the radio button control selection.
How is this done please?
Thanks

Is it possible to create styles for SSRS reports?

$
0
0
Hi. I'm using Visual Studio 2015 Pro with SQL Server 2008 R2 to produce local reports in a WPF app. Is it possible to save/use styles in these reports? I'm setting alignment, fonts, fill, etc., on column headers in a Table control and also for TextBox elements and wondered if I can just create a style and apply it to the various cells/controls. Thanks.

Value based Page split in a SSRS Report with Multiple Tablixes

$
0
0

I have a `SSRS Report` which have multiple `tablixes` as shown below


This report is having `multi-value parameters`.  the output of this `report` is shown as below



Now I need to do a page `split` on this report based column value `loan_id`. Records with `Loan_ID` 1 come in the first page, Records with `loan_id` 2 come in 2nd page of the report...etc. As below

expected output :



To do this,  I have added a `Rowgroup` on both `tablixes` with value `loan_id`.  Then In `pagesplit` properties of group I ticked `'split using each instance of group'`


But when the `Report` runs I didn't get the desired result. i got output as below

First page of the report



Tablix 1 data ends here and Tablix 2 begins in 4 th page 


I figured out the issue because `ssrs` processing first `tablix` entirely  then start with next `tablix`. But I need both of the tablixes processing at the same time.

Pls help...






SSRS Report Parameters getting reset after hitting apply (Sharepoint Integrated Mode).

$
0
0

Hi ,

We have SSRS reports (pointing to SQL 2012) containing cascading parameters that we have deployed on SharePoint 2013 and once a user makes a selection to the parent parameter, child parameters are getting refreshed based on the selection in the parent parameter and then we see this:

Hit Apply

Once we hit Apply, the Loading image comes up and approximately10 seconds later, The whole webpage gets refreshed and the parameter selections get reset to default parameters. 

This is getting frustrating because there are about 10 parameters in the report and once a user makes selections and hit apply if the page gets reset, the user has to make all the selections again.

We are working with Microsoft support on this who suggested us to increase the timeout setting of DistributedCache service on all our SharePoint servers which did seem to work initially but I do see this issue happening occasionally.

Is anyone else facing similar issue? Were you able to figure out a way to fix it?

Running Mobile reports of Azure VM

$
0
0

I have created my first mobile report on my local SQL 2016 installation. Now I want to try the same report from a VM running on Azure. The VM has SQL 2016 RTM. Can someone please point to a document or something for moving my report to the cloud and running it from it?

Thanks


Display blank if user checked select all in ssrs

$
0
0

Hi everyone, 

I am trying to display blank value at ui level if user check select all in multiple value parameter.

i have multi value drop-down, value is bound from stored procedure. my problem is if am check (select all) then the value is display comma separated.

for example, in multi value drop-down, two values value1 and value2.  when i am select (select all) then the value is display value1,value2. i need to show blank('') if selection is (select all).

is it possible?

And can possible to set optional parameter for multi value parameter?

SSRS reports built in 2008 to render in .doc word format must be changed to render .docx format as from ssrs 2012 .doc is deprecated

$
0
0


Microsoft Word and Microsoft Excel 1997-2003 Rendering

TheReporting Services BIFF8 rendering extensions Reporting Services reports to the Microsoft Word and Microsoft Excel 1997-2003 binary interchange file format. SQL Server 2014 includes extensions that render in the Microsoft Office 2007-2010 Open XML format.

SSRS reports built in 2008 to render in .doc word format must be changed to render .docx format as from ssrs 2012 doc is deprecated.

Currently I have SSRS reports built in 2008 to render in .doc word format 

Will .doc rendering will not work if i migrate the ssrs 2008 report to ssrs 2012?





ssrs 2008 expression question

$
0
0

in an ssrs 2008 report,      I have the following edit on a date field;

= IIF(Fields!r1RedWalletSentDate.Value= 0 or Fields!r1RedWalletSentDate.Value=" " or IsNothing(Fields!r1RedWalletSentDate.Value), " ", Fields!r1RedWalletSentDate.Value)

What I want to check for is if the value is 0, space, or is empty, display a space value. This works fine when there is a problem, but show #ERROR when the field contzins a real date.
Thus would you show me how to fix the expression, so that it will work correctly?


SSRS Open folder window

$
0
0

I have a report which consists of the employee informations and I have a text box for their network drive paths. For instance, MR. White's network drive is M:/White. When he clicks to that text box then the windows explorer should be opened with that path(M:/White). Is it possible to handle this with SSRS? 

Thanks in advance..


KAdir

Is anonymous acces possible in SSRS 2012?

$
0
0

Hi,

Is anonymous acces possible in SSRS 2012? if so, what are the steps we need to follow...

Can you plz help me out?

Thanks in advance...

Regards,

Yukthika

Any replacement for the "Choose a style" page in New Table/Matrix wizard?

$
0
0

I just realized that the "Choose a style" page from the new Table/Matrix wizard in both Report Builder 2016 and Report Designer (SSDT for VS 2015) are missing that next to the last page of the wizard.

Although the color schemes weren't great, it was nice to NOT have to manually fix very TABLIX, text box, line, etc individually.  Although the mobile reports seem to have color palettes that you can easily change, there doesn't seem to be any options for paged reports other than 1) Doing every little piece manually  or suffering with the extremely boring and in my opinion hard to decipher shades of grey that is so popular in all parts of the SQL apps these days.

Please tell me I am wrong and show me a way to easily pick a different template for a paged report. 


Ann Weber

Render Report as HTML

$
0
0

SSRS on SharePoint 2013

When i render to PDF (or mhtml) like adding '&rs:Format=PDF' to URL it gives me solid pdf file.

When i render to HTML like adding '&rs:Format=HTML4.0' to URL it gives me a hollow html file with a link to report.

How can i force reporting server to render a solid html with actual data in it, like one in mhtml but with no base64 encoding?


Grouping multiple tables (tablix) with different datasets - SSRS 2008 R2

$
0
0

We have a report that was created in SSRS 2008 R2 that has 3 tables with different datasets that share a common ID that I want to use to group them.

If we run the report passing only a single value for the grouped parameter then the report works perfectly.  What we need is for this report to allow multiple values to be selected for this parameter and for the report to run as if the user had selected each value one at a time and run the report with page breaks in between.  Currently, when we pass multiple selected values for the grouping parameter the report displays all values for table 1, then all values for table 2, then all values for table three as below:

Table 1:

Detail rows for Group Param Value 1 ...

Detail rows for Group Param Value 2 ...

Detail rows for Group Param Value 3 ...

....


Table 3:

Detail rows for Group Param Value 1 ...

Detail rows for Group Param Value 2 ...

Detail rows for Group Param Value 3 ...

But we want it to render like this:

Table 1:

Detail rows for Group Param Value 1...

Table 2:

Detail rows for Group Param Value 1...

Table 3:

Detail rows for Group Param Value 1...

---PAGEBREAK----

Table 1:

Detail rows for Group Param Value 2...

Table 2:

Detail rows for Group Param Value 2...

Table 3:

Detail rows for Group Param Value 2...

---PAGEBREAK----

Table 1:

Detail rows for Group Param Value 3...

Table 2:

Detail rows for Group Param Value 3...

Table 3:

Detail rows for Group Param Value 3...

etc

The page breaks are needed so that when the report is exported to excel each individual report (by group param) will be on its own uniquely named tab.

The report must export cleanly to excel and currently does for the single value passed.

Any ideas????


Compare results for current day and same day last year in SSRS Dataset Query

$
0
0

I have a main report and a subreport, the main report shows results for each day of the current month/year. I would lie for the subreport to display the same day for the previous year. Not the same date, but the day of the week. Therefore I would be comparing a Monday to a Monday, a Tuesday to a Tuesday, etc. I am looking for an example of a Where clause that would give me those results in my Subreport. I have the logic worked out for the main report. The image below is an example of what I currently have. The main report results are on the left, the subreport on the right. You can see that currently I am comparing a Friday to a Wednesday for the July 1 2016 versus July 1 2015. I would like to be comparing Friday July 1, 2016 to Friday July 3, 2015.

Can we have page numbers in rectangles of 2 page report without having page footer? ssrs 2008 r2

$
0
0

Can we have page numbers in each rectangles of 2 page report without having page footer?

Page footer I dont want to have and would rather include that as part of the body as shown in the diagram.

I wonder if page numbers would work in rectangle containers .




SSRS 2012 With No Virtual Folder

$
0
0

We currently have SSRS URL something like http://oursqlbox1/CompanyReports.  To make it easier for our users to remember where the reports are, we would like to implement a DNS alias likehttp://CompanyReports.  We do this with other Web applcations on our network like SharePoint and Dell K1000.

But, DNS aliasing can only alias the server, but not server + virtual folder (as my system admin explained to me).  So, even if we aliased oursqlbox1 to CompanyReports, the URL would still behttp://CompanyReports/CompanyReports<//a>, not real significant improvement.

Is there anyway to set up SSRS to be the default Web site on a server without a virtual folder/virtual directory so users can get to the reports with justhttp://oursqlbox1?

Alternately, does anyone know a way to get a simple URL like http://CompanyReports to be aliased/etc. to a Web site running in a virtual folder?


Dan Jameson
Associate Director of IT/DBA
Children's Oncology Group
http://www.ChildrensOncologyGroup.org

Deployment automation for Mobile Reports (SSRS 2016)

$
0
0

Hi,

We have a project that will require us to automate the deployment of Data Sources, Datasets and Mobile Reports to an SQL Server Reporting Services 2016 instance. I've found several examples of how to do this kind of thing for rdl reports (running an rss script through rs.exe), but nothing specifically about Mobile Reports.

I've created some Mobile Reports using the Publisher tool on a local instance of SSRS 2016. I can see in the ReportServer db Catalog table that they appear with a Type of 12 (with several child items). I wrote a simple script to ListItemTypes() and ran it against the Mgmt2010 endpoint (the latest one listed in the Web Service Reference) and it returned a list of 11 values (Unknown, Folder, Report, Resource, LinkedReport, DataSource, Model, Site, DataSet, Component, RdlxReport). There doesn't seem to be anything specific to Mobile Reports (and the CreateCatalogItem web service method will need the appropriate item type).

So my question is, can the deployment of Mobile Reports be automated? If so, how?

Thanks, Nick.

Parameters in SSRS 2016 RC1 Mobile Publisher

$
0
0

It appears that parameters do not work in the SSRS Mobile Publisher app yet.  I have published datasets with parameters that work with a traditional 2016 report.  But when I try to build a new Mobile SSRS report connected to a parameterized data set, I get the error below.   When I try to build a new Mobile SSRS report connected to a non-parameterized data set, the mobile report works.  Also in the Mobile Publisher UI, the parameter option is greyed out.  Have parameters not been added to the SSRS Mobile Publisher yet or am I doing something wrong?

Thanks in advance.


Viewing all 10045 articles
Browse latest View live


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