Dynamic Column width for a report
Will the width property of a column be able to be set at run-time (i.e. ability to set the width of a column to an expression) in SQL Reporting Services 2008? One problem I have seen is the inability...
View ArticleUSING LOOKUP FUNCTION IN CHART
Good Afternoon,I have created a simple chart in SSRS that is sourced from Analysis Services. The Grouping is by Month and the values are just attendances per month.I want to add a 2nd series to this...
View ArticlePopulate columns with row values in Sql Server Reporting Services
I have got a dataset with 2 columns named Row and Title. There are 8 rows in this dataset and I want to display those 8 titles within columns in a table. So I create a table with 8 columns and set...
View ArticleCONCATENATION
Hi Friends!I am using the below expression to concatenate the columns its working fine. But the problem is when the column is null I am getting the ',' operator before the fields which I don't...
View ArticleMissing HyperLink on Gauge in SSRS 2008 R2
I am having an issue with the formatting of a report I am working on. I have an action setup to drill into another report when clicking on the gauge. As I go further down the page the hyperlink on...
View ArticleSSRS 2008 Action Go to URL open in new window with reportserver dynamic
hi . i want to open the report in new window on click of hyper link. The below expression is not working for me.. kindly help in syntax="javascript:void(window.open('" & Globals!ReportServerUrl...
View ArticleNeed help with File Share Subscription in SSRS 2008
Hi, I have a requirement where I have to deliver a SSRS report in csv format to a windows shared location. I know how to create a File Share Subscription to get this done, but the problem arises...
View ArticlePlanar vs. geographic data in a report map (report builder 3.0)
Hello, I have a data set in SQL server with the following projected coordinate system:NAD_1983_StatePlane_Georgia_West_FIPS_1002_Feet Projection: Transverse_MercatorWhen I add the data to a map, the...
View ArticleExcel rendering not correctly for SQL SERVER 2012 (and reporting server)
hiI have a tablix that has a category, subcategory and total items column. The total items are grouped into subcategories which are in turn grouped into categories. When using the wizard we explicitly...
View ArticleSSRS Windows Integration: Proving that it uses windows authentication to access
Does anyone know where I can find a reference that would explain to non technical managers that SSRS can use Windows Security to authenticate? I've been looking for something that explains in everyday...
View ArticleCreating alias for Web access to SQL Server Reporting Services
Hello colleagues. I have MS SQL Server 2012 with SQL Server Reporting Services in domain "domain.local". In the local network at the entrance via Web browser to "mdr.domain.local/Reports" get into...
View ArticleUsing global variables (Page Numbers) in the report body
Why it is not allowed to use Global variables (built-in parameters) like Page Number and Total Pages in the report body but allowed only in report header/footer? Logically, when a page has a page...
View Articledropdown not showing
Hi. We run 2012 enterprise. I just added a dataset that shows expected data in query designer. I changed one of my params to "get values from a query", specified new ds, value field and label field....
View ArticleSSRS 2012 Conditional Formatting Color Issues When Exporting to Excel
Hi all,We recently upgraded to SQL 2012 from SQL2008 R2. I'm having a strange issue with SSRS2012.One of the report has conditional formattings on cell background colors. Everything works fine when...
View ArticleVertical align shortcut
Hi professionals!I want to vertically align to the middle for all my columns & data in the report. Do we have any shortcut to do so? I know how to align vertically by selecting each cell through...
View ArticleConvert SQL Query in SSRS
Can anyoone help me out to convert this SQL query in SSRS.create table tickets_every_hour_ict(ddate datetime,dgroup varchar(50)) Insert into tickets_every_hour_ict Select --incident.actie,...
View ArticleReport Builder
Hi All,1) The parameter section in the report is open by default. i know there is a manual option to hide this section. Is there any way to hide this option by default? when i open the report i want...
View ArticleChange shared data set with RS script
Hello,I have a folder with some of the reports use a shred data set I would like to assigned these reports a different shred data set.How would I find all the report from a specific folder that...
View ArticleHow to get empty category values on bar chart from MDX query
Hi,I'm using the following kind of a query in a report:SELECT {[Measures].[Amount]} ON 0, NON EMPTY ([Maturity].[Maturity].[Maturity]) ON 1 FROM [Cube]The Maturity dimension is a date dimension. The...
View ArticleSSRS
How can I "Sum" below fields? I want to find total of below below fields in a separate columns.iif(Fields!Age.Value>=0,"108","") + IIf(Fields!Age.Value>=15,"75,60"," ") + IIF(Fields!Age.Value...
View Article