Hi there! just want to ask how to show the value 1 in chart?
Thank you in advance!
Best Regards,
Jef
Hi there! just want to ask how to show the value 1 in chart?
Thank you in advance!
Best Regards,
Jef
I am making a report in SSRS (SQL Server 2012). The main report has many sub reports under it. All main and sub reports have the following properties:
Orientation: Landscape
Margins: Custom
Paper Size: A4
When I export the report in Word, it always shows Paper Size as "Letter" and I have to change it to "A4" in it. Orientation and Margins are correctly exported. What's the problem with Paper Size? Why doesn't it export correct Paper Size
as defined in SSRS which is "A4" and always resort to "Letter"?
I see another use has same problem but no solution was identified.
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/fce60903-3d0a-4727-abcf-b2e3370bf7d8/ssrs-2008-and-page-size-issue
EDIT
I just created a new basic test report with one Tablix in it. It is also showing same behavior i.e. even though I have set Paper Size to A4 when I export the report in Word, it changes to "Letter".
We have a report stored procedure that runs in about 1 minute in production; however, when executed from the Sharepoint it populates, it runs for over 20 minutes, with exactly the same parameters. We've done everything to avoid parameter sniffing problems: used WITH RECOMPILE on the procedure declaration; added OPTION OPTIMIZE FOR UNKNOWN on the parameters within queries; even created local variables and assigned the parameter values to them and used them throughout the procedure. None of these has had any effect. I know that the 1-base minute run time is a big red flag, and we're working on pre-aggregating this data into our BI platform, but that's months down the liine and this is needed for month-end close every month.
Other relevant information:
Sharepoint 2013 on SQL Server 2012
Data Source is a SQL Server 2008 R2 database
Report definition created in Visual Studio 2008
Dear ppl,
I got a Report Model Project, in which i have created a model of my Database and deployed it on the server...
Then I have a Report Server project for my reports. The reports are using Report Model as the DataSource...
Now in the Report Designer, inside a report, when I define query for Dataset using Report Model , I can't find a way to write a left Outer Join query... It always performs Inner Joins... was wondering ether Report model supports Outer Joins ?... I might achive this using two different datasets but then i'll end up using two data regions e.g. 2 tables, but i don't want to do that... instead I want all of my data to appear in a single table which can reference to single dataset.
Is there a way to define left outer joins using Report model ? I am new to this Reporting Servces and I might be missing something here... would any body please point out that
Previously I had installed SQL Server 2012 Database Engine Services. Now I am being asked to install Reporting Services - Native. When I get to the Reporting Services Configuration the Reporting Services"Install and configure" is greyed out. I can only install by selecting the "Install only". Then I went into the Reporting Services Configuration Manager and configured the report server for native mode. However, when I open up IE on my laptop and try to connect to the http://ServerNameHere/Reports/Pages/Settings.aspx I get the Internet Explorer cannot display the webpage. When I have installed Reporting Services in the past it was always at the same time I installed the Database Engine Services and I was always able to select the option "Install and Congfigure". When I would open uphttp://ServerNameHere/Reports/Pages/Settings.aspx I would never have an issue.
What am I missing? Why won't it open up in http://ServerNameHere/Reports/Pages/Settings.aspx on my laptop? On the server itself it will open up. But not on my laptop.
On my laptop I can open up other Reporting Services on other servers.
lcerni
Hi,
Actually, I have set one background image to report1.rdl, Again I have placed anotherArrow mark Transparent Image in the report1.rdl.
Problem:-
When I export to PDF then Arrow mark Transparent image is showing as blurry. If I use high Pixel's image then circle of the image is coming black dots.
I need to Overlap one image with another image, so when I'm trying to do this I got Pixels issue in PDF file.
Please tell me how to solve this type of issues.
I am trying to create a SSRS Report to find the Cube/Dimension Status (when was Cube/Dimension last processed and is Failed/Success), for example I have below DMV query for the same.
SELECT CUBE_NAME, LAST_DATA_UPDATE FROM $System.MDSCHEMA_CUBES
When i execute the above query in MDX query window it comes up with results, when i try to create a data using the above query in report server its coming up with error.
Error : Please verify that the query is an MDX one and not DMX. (Microsoft.AnalysisServices.Controls)
Can we use DMV querys for createing SSRS report and what should be the datasource.
Thank You.
Praveen
I am getting the #error when trying to sum a calculated field in ssrs text box. I have seen posts regarding division by zero but this has none of that.
The calculated field is appearing correctly in the detail row and I get the error when I try to sum it in the group row.
Hi ,
in my ssrs table i encountered a situation where i need to computing for the two text box values and i have to show that value in page header.
for example i have to add the textbox9 value and textbox12 value then i have to show that value in the page header.
Please help me with this requirement.
Thanks in advance,
Naveen
Here is a pretty good blog post on "End-User Microsoft BI Tools": http://www.jamesserra.com/archive/2012/02/end-user-microsoft-bi-tools-clearing-up-the-confusion/
Among other things it talks about what was ProClarity and its tools.
I think what I am really asking is what other tools are there out there besides say Report Builder (and obviously Visual Studio) that enables end users to quickly create their own RDLs? I thought that Tableau software used to do this, and maybe they still do, but Tableau requires server software presuming you want to go against live SQL Server data.
Any nifty tools out there then that create RDLs and ideally automatically correctly joins tables based on what an end user drags-and-drops into the query/table/report to be displayed? And I really don't want to go down the path of server-based software, something like a thick client desktop tool would be ideal -- a Visual Studio light package that again, provides a graphical user interface with end users and drag and drop report creation capability.
Thanks, any comments appreciated
Hi
I need to have 2 ssrs expression as I can use as default parameters in my report where I can - out from my Time dimension, get thefirst date of the current, current year - and one where I get last date, current month, current year.
My data source is a SSAS cube and my timedimension is structured like this:
[Time].[Days].&[2009-01-16T00:00:00]
Any suggestions how to solve this ?
I am looking for a way of reducing the size of tables I am displaying in my monthly report, by counting some rows together, and naming them 'other'
I would like to always show all rows, where count of item is >= 50, but all rows where count of item < 50, total up and call 'other'. I will add an example image as soon as my account has been verified
I can hide rows using this in the visibility =iif(Count(Fields!Item.Value) >= 50, False, True)
I have duplicated the line, and added a filter to each (one for greater than 50, one for less than 50) but my totals are still counting all the data, and not just the filtered data.
Ideally, I would like to add a column using something like =iif(Count(Fields!Item.Value) >= 50, "Over50", "Under50"), or a group based on the same sort of idea, but I keep getting errors about using aggregates in columns.
Any suggestions?
Cheers
Hi All,
I am having a graph and a report, I want to pass a parameter from label on vertical axis of a graph to report as a parameter. I want to know whether it can be achieved ?? If it is then what is the process of achieving it.
Thanks & Regards,
Ganesh
I was working on a reporting solution and faced a challenge while trying to define a parameter,
I have 25 step names from s1 to s25, and I wanted to group some of them together and have a group of 13 step_names, used a case statement like
selectdistinct
Case
when step_namein(s1,s2,s3,s5)then‘QS’
whenstep_namein(s6,s7,s8,s15)then‘PS’
ELSEstep_name
fromT1
wherestep_namein(s1,---, s25) as my Dataset
And I wanted to use these 13 groups as my parameters to display my report but its not showing me any results, for QS, PS
For the once that are not grouped I can see the results.
Can someone please help me figure out this?
Hi,
Have checked the option "add page break after" to a tablix as I always want to start a new page after this control is populated.
Problem is that it does not always do this, if there's not much data to show in the control (the one that is ticked) then the next control stays on the same page.
How do I force SSRS to start a new page?
Using BIDS (Visual Studio 2008) & SQL 2008R2.
Thanks
Good day
I have an report that has a background image set. The BackgroundRepeat property = Clip (which is the alternative to 2005 NoRepeat). This background image is only suppose to print on the first page. When the report was still in SQL 2005 it printed fine, with the image displaying on the first page but NOT on the second page. After the conversion to SQL 2008 I noticed that the image is now printing on both pages.
Please advise on the way forward. Is there another property that I need to provide to make the image only print on the first page?
Your response will be much appresiated.
Kind Regards
Ronelle
How do I write an expression to split the value of =Fields!OCCUPANCY_TYPE.Value
The result usually comes out as V=8 etc. for the Occupancy_Type field. I want to separate out the V and 8 on one line and subtract the equal sign (get rid of it completely)
Any help would be appreciated.
Thankyou.
Hi. We have SSRS 2012 installed in a new VM on new hardware backed by a new SAN. Reports run much slower than on the very old hardware with SSRS 2008. I'm pretty sure something is wrong with configuration or setup someplace. I looked at the many counters in the VM, but can't find anything obvious.
Anyway, I wanted to compare the VM SSRS 2012 to physical SSRS 2012, so I used my desktop. My desktop is much faster with the same reports and external sources. My desktop has more cores then the VM. I want to limit SSRS on my desktop to use the same number of cores as the VM. I set the affinity in SQL. I also tried to set the affinity in task manager on the reportingservicesservice. As soon as I run a report, the affinity of the process goes back to all cores. So it appears the service sets the affinity. I also notice that the affinity of the SQL service shows all cores in use.
Is it possible to limit the cores used by SSRS? If the SQL affinity setting limiting the cores used even if the affinity on the service is showing all cores?
Thanks.
Randy in Marin