SQL: Update or ISNULL function or CASE or SSRS Expression
Hi guys - I have a scenario below. Select letterid, patientid,applicationid, mcpsreceived, letterrequestdatetime from letterrequesthistory where patientid = 77203 and letterid = 139I have an...
View ArticleDisable or stop SSRS snapshots
Is there a way to stop generating History snapshots in SSRS reports ?
View ArticleUnion all alternative in fetch xml for getting data from dynamics crm v9.0
Hi Guys,Hope you're all are doing great. I am trying to convert a union all sql query to fetchxml . Select total_income, name as "Monthly Expenses" from incomeUnion All Select commitment_income, name...
View ArticleProblem with parameter containing alphanumeric values ssrs2012
Hi I have a parameter(text) that contains some alphanumeric values e.g 'A1' amidst other alpha values e.g.'aa', 'Ah'When report runs using alpha values then data returned when using alphanumeric values...
View ArticleProblem with Report Caching
1. I have a stored proc that does 3 things:a. Clears a tableb. inserts data into the table using dynamic SQL, so that I can change parameter choicesc. selects from the table for displayThen I wrote a...
View ArticleIE Will not display Print Dialog Box to Print SSRS 2017 Report
IE will not bring up a Print Dialog Box to Print SSRS 2017 Report. Print Dialog Box works properly in Chrome.
View Article“An error occurred during local report processing. Object reference not set...
I am using to generate rdlc report on my windows application. I have the one main report and more than 30 sub reports, which will render based on dataset values. Everything is working fine, but some...
View ArticleSSRS 2016 reports are not working in chrome in MAC OS.
Hi Experts,we have SSRS 2016 reports server and users are unable to open reports in chrome on MAC OS. when it is opening ing page not found error is displaying. reports are working fine in windows...
View ArticleMain Report and Subreport solution
Hi All :I'm learning the report and we have 2 datasets which need add into reportThe structure of main dataset :StudentID , StudentName, Class, GenderThen we have another dataset (but this dataset ) is...
View ArticleNested SWITCH statements for coloring table rows depends on field value
I'm new in SSRS reports. I have a problem, it drives me crazy for several days.There is a set of categories and subcategories, like this:A - categoryAA - categoryA.A01 - subcat A01A - categoryA.A01 -...
View ArticleSSRS - Spacing between lines in single TextBox
I have a flat-file to be load in SSRS report. Which already contains New Line and required spacing. Like the below image: Want to display same layout and newlines(CRLF) into SSRS. Which works fine If...
View ArticleHow to Hide Help Menu in SSRS 2017
Hi All,is there any way to hide Help ( ? ) menu in SSRS 2017 Report Manager. Please see the screenshotThanks in advance.Aftab Ansari
View ArticleUpdate dataset on file change
Hello, I'm making use of a CSV file as a datasource within SSRS and after much wrangling have manged to get this working. The issue I'm facing now however is that whenever a user makes a change to...
View ArticleSSRS Tooltip value in french
Hi,I want to display french rupees in tool-tip whether the report language is other than French. Any help would be greatly appreciatedThanks,Manisha Chauhan
View ArticleSwitch and IIF not working correctly
I want to basically do a simple calculation. If the the duration is >= 120, then duration - 15 else show duration If the the duration is >= 180, then duration - 30 else show duration If the the...
View ArticleIndicators are not displaying in SSRS 2014
Indicators are not displaying when I deployed the report in report server and access that report using browser. I have checked this in both Internet Explorer and Google Chrome browsers.Current Version...
View ArticleSorting rows based on expression values in SSRS 2008 R2
Newbie to SSRS here. I have a report as shown below in the image. Each Expr is a complex custom expression and they return a percentage value. The grouping is Agencies -> States -> National. I...
View ArticleSeries Data label multiple colours
Hello All,Is it possible to colour the data label text in below graph as per different values.For ID 281760 , I want blue colour for text with E and Red for text with Q.Basically , I want the it Blue...
View ArticleRow Header and Column freezing not working in SSRS as expected(SSRS-2017)
Hi All,Kindly share your thoughts on the feasibility of the below issue.I have a SSRS report with tablix created on it and tablix has both row group and column group. Now I have requirement to freeze...
View ArticleReport Default value issue when Label is inside Quotes.
Hello All,In a report which has two parameters defined. Why the default value for Report Parameter 2 doesn't come , if I have label text insidequotes - "One". If I remove the quotes (One) the default...
View Article