add time to date
Hi,This expression "=DateSerial(Year(Now())-1, 12, 31)" populates a Parameter with "December 31" of last year i.e. "12/31/2015". I want to add midnight time "11:59:59 PM" So it look like "12/31/2015...
View ArticleSSRS2016 - Date/Time parameter problem
Hi,In SSRS2016, there is a date/time parameter (Parameter Name: fromdate) in report. When I choose, 8/10/2016 (10-Aug-16) in fromdate parameter, I see following value under Parameters field of report...
View Articlessrs 2008R2 setup and configuration FQDN
Hi .I am doing the SSRS configuration and setup and need to able acceess the report byhttp://report.123player.net/reports . What is the setting at the this pc and ssrs i need to configure in order...
View ArticleSSRS report migrating from SQL server 2008 r2 to SQL server 2014| Impact...
I have some questions regarding the migration of sql server 2008 r2 reports to sql server 2014.The 2008 reports were built in 2008 r2 provided BIDS but now I am planning to migrate these into SSRS...
View ArticleAccessing the SSRS Web Portal from a Mobile Device
Hi,my question is a two fold one:A) Can you only access the SSRS 2016 web portal by loading the Power BI app on a mobile device andB) If you can access the web portal straight out of your app by means...
View ArticleHow to convert a returned value to text in Report Builder 3.0?
I am creating a custom TFS report from the analysis cube using Report Builder 3.0 and trying to figure out a way to do something.I have a boolean field that either returns "Unknown" if blank or "-1" if...
View ArticleLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
My SSRS Report gets data from stored procedure that uses Linked server to access table from another sql database . When i try to refersh the fields of report dataset i get error : Login failed for user...
View ArticleSend SSRS report with Filtering capabilities
I've created a Sales Report that is grouped and page breaked by Manager ID. So every day the staff can get this information for their specific page(s) only (via hard copy). I guess I've been killing...
View ArticleCan we have page numbers in rectangles of 2 page report without having page...
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...
View ArticleSSRS client access license?
We already have few SQL Server Standard edition 2012 and 2014 licenses.I have couple of queries regarding usage of SSRS on above SQL Server:- Is there any additional license required for using SSRS...
View ArticleShowing HTML\RTF formatted data in SSRS
Hi,I need to render HTML/RTF formatted data in SSRS reports, Please let me know asap.(I could not find the "create placeholder" property after right clicking textbox on SSRS)Thanks in advance
View ArticleThe permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are...
Hello Everybody,I'm facing a permission issue while deploying SSRS 2012 reports to SharePoint 2013. The error is below.Error1The permissions granted to user 'NT AUTHORITY\ANONYMOUS LOGON' are...
View ArticleSUM for lookup and lookupset report builder 3.0 ssrs
I have a report that should read values from 2 dataset by Currency:Dataset1: Production TotalDataset2:Net TotalIve tried to use Lookup(Fields!Currency_Type.Value,...
View ArticleSSRS: How to export multiple files from a report to sharepoint folder
Hi All,I got a requirement to generate an SSRS report. The report is for 200 individuals. The contents changes for each user. Let's say Name, Address etc. They don't have any access to our report or...
View ArticleSSRS 2014 From Stored Procedure
Currently I have a table that dynamically defines emails that I send out to the client replacing parameters within the content fields with data from the database. For example, the content field...
View ArticleAutorefresh a parameter
I am creating a report that will have no user interaction. It is for display only. I have two parameters to the report: date and shift. Is there a way to have them updated automatically. The...
View Article'Form' type of reports (created inside a LIST) in SSRS?
I have created a report using a LIST. Below image is the expected output. Think this as a "College Form" with the college contact information.GREEN BOX - All the records are placed in a textbox inside...
View ArticleProvide user option to select a combination of values (1-a,2-b) but only pass...
I have a ssrs report which is pulling data based on user first name and last name . Lookup Id'S using first name and last name using WHERE (FirstName LIKE @ParameterFirstName) OR...
View ArticleReporting Configuration
Hi, I'm trying to configure Reporting server. I've created Report Manager URL, but when i click link, it gives me blank page. What am I doing wrong please?? Additionally I'm getting error while...
View Articleconvert seconds to hh:mm:ss
I have the following value: 124582 seconds that I want to convert to hh:mms in my ssrs report.Fields!Sec_Online.Value/3600 returns.. 34.606111... So I'm looking at over 24 hours.. I found another...
View Article