I have a requirement to show the company name in the report header based on the login user id. User id and his corresponding comapny name is stored in a database(Table). How to achieve this?. Any help is greatly appreciated.
↧
Dynamic report header based on condition
↧
ssrs textboxes within rectangles are floating/move
I am having two problems with rectangles in an SSRS 2008 r2 report.In an SSRS 2008 r2 report, I want to use the Rotate270 writing mode option. This works fine in visual studio, but when it runs in the report server the font is bold. This is a known report problem.To solve the problem, within each textbox of a matrix, I do the following:a. insert a rectangle, and b. insert another textbox and set writing mode=Rotate270 on the new textboxes.The problem with what I described above, is that the textboxes that were placed into each rectangle do not stay at the original location. The textboxes float (move) within each rectangle as other changes are being made to the report over time. I want the original location of the textboxes to remain in the same location. I am under the impression that items within rectagles do not move. If this is true, what do I set in a rectangle to keep the textbox it contains from moving?So far to solve the problem, I put a rectangle around all 4 matrixes in the SSRS 2008 r2 report. This is ok, but I can not edit anything in the SSRS report at that point. I have to remove the rectangle that surrounds all 4 matrixes on the SSRS report so I can make any changes to the SSRS report. Thus can you tell me how to solve the following problems with the rectangles:1. How to keep items within each rectangle from floating?2. How to edit items within an SSRS 2008 r2 report if the entire report is contained within one rectangle?
↧
↧
easiest way to diagnose and fix a misconfigured SSRS 2012 install?
I have a dumb question....I installed SSRS 2012 and the only thing I configured different was I created a named instance. (Well, I [u]think[/u] that's the only difference!) I can create reports just fine, but cannot publish them.Is there an easy way to just gut all the settings of SSRS without reinstalling? (Then I guess I would have to manually configure everything).Since it's a developer version of SQL Server, the databases aren't terribly important. Just stuff I have been using to learn SSRS/SQL. I suppose I could rebuild from scratch, I was just hoping to avoid it.
↧
SSRS Reports open half page in IE 10
SSRS Reports open fine in IE 8 but when opened in IE10 , only display half page with a scroll bar. when the compatibility mode is changed it shows up fine , but is there something we can do in SSRS to fix this?
↧
Indicator with blank value
Hi, I am using indicators in my report where the datasource is coming from SharePoint lists. I want to use an indicator if there is a value, if there is no value then I don't want an indicator to show. Here is what I have but it doesn't work. If any one could let me know what could be wrong with it, please let me know. Thanks.IIF(isnothing(Lookup(Fields!Data1.Value, Fields!Data1.Value, Fields!Data.Value, "Data"),"",1))
↧
↧
Export to Excel 2010 from VS 2010 - SSRS
I spent many hours trying to find a solution to this. The most recent answer I could find was 5 years old. I am hoping this community will either have an answer or confirm that this is "as designed".My problem is that I have a Comments row (merged cells) as a second detail row in a tablix. When exporting to Excel, it does not honor the CanGrow option in SSRS. In other words, in Excel the row does not AutoFit and makes the report pretty useless.So, I am hoping that [b]“Unfortunately it's up to Excel how it handles AutoSize rows” [/b] Is not still the final answer.Any ideas???
↧
How to use value from TablixA total somewhere else on the report
Hi, allI need to display Totals from TablixA in different place on my report, I tried to use dataset scope but it still have me an error,sum(Fields!Totals.Value,"DatasetA") .Is it possible, or can I set some internal parameter to this value and use it?And I'm on VS 2010 shell.TxMario
↧
Apply page break at the begining of the table ONLY IF the entire table cannot accomdate in a page
Hi all,I have a three table in three rectangle in my SSRS report. If detail line item is increased , my second table is in cut down in the middle in the first page and continues in the second page. I don't wish to cut the table at the middle. I like to do the page break at the begining of the second table ONLY IF the entire table cannot accomdate in the first page.Please help me. Any help is appericated.
↧
Column group tablix, how to keep certain value in line
Hi, allI have that data and I group it by YearID in column group, but I need to keep value for given Period separately, so let say if @param = 201304, then I need to have Column < 201304 with value '444', I tried to put his Expression into column but it still pick up first value in ds = 4200, is it possible to achieve this inside rdl ?Appreciate your help.Best Mario[code="sql"]/* this is desired output on rdl:----------------------------------------------CustID Name 2013 2014 201304----------------------------------------------12345 Alpha 999 8500 444----------------------------------------------*/-- declare @param int = 201304--=Iif(Fields!Period.Value = Parameters!Param.Value,Fields!Earnings.Value,111) -- doesn't workselect '12345' CustID, 'Alpha' Name, 2014 YearID, 4200 Amt, 201402 Period UNION select '12345' CustID, 'Alpha' Name, 2014 YearID, 4300 Amt, 201403 Period UNION select '12345' CustID, 'Alpha' Name, 2013 YearID, 222 Amt, 201302 Period UNION select '12345' CustID, 'Alpha' Name, 2013 YearID, 333 Amt, 201303 Period UNION select '12345' CustID, 'Alpha' Name, 2013 YearID, 444 Earnings , 201304 Period [/code]
↧
↧
Horizontal Scrolling in SSRS Report
I created an SSRS report with about 40 fields. When viewing the report in preview, I can view it and scroll horizontally and the report takes up my entire screen. When I publish the report, it's cut off for page formatting at 8.5x11. You can scroll left and right in the small 8.5x11 box, but it's a really bad experience. Is there a way I can publish the report so that when viewing it in a browser you can have the report fit the entire screen width and scroll horizontally?Edit: Also, I would like to have the first two columns fixed, and then be able to scroll the remainder of the columns, how can I do that as well?Thanks.
↧
SSRS 2012, how keep multiple spaces (or tabs) on report header, they supressed to single space
I think it's happaned because of the way HTML works, I just want to keep let say space(10) or 5 tabs between my header and rundate which are on the same line and in the same textbox.I use single textbox for that becaue I have column groups and if I have several boxes I can ran into alignment problem, total width are total dynamic.I don't want to use expression either to follow oru standards for our site, I tried to use some & vbtab chars, but nothing works.And it's different rendering in my VS and on Server.I just need something like this on header from server ouput:[code="sql"]|_______________Super Mega Report___________Run time: 05/12/2013 10:33am[/code]Txmario
↧
Document map export to Excel problem
Microsoft SQL Server 2008 R2 10.50.1600.1 (X64)When I export to Excel, the document map hyperlinks on the first sheet take you to the wrong sheets, and the sheets haven't retained the names from the document map.Could someone point me in the direction of the fix, guessing there is one by now. Also, as it's unlikely to be applied soon in my organisation, is there a work around? Is it possible to export to Excel without the document map, for example?Thanks in advance for any help.
↧
How do you edit an embedded image in SSRS 2012?
I am building a report from an existing report that contains an embedded image. I need to edit the image to change parts of it (company logo). in Report Designer in VS 2012 I can't see how/where to do that. How do you edit embedded images?
↧
↧
Switch searching for indicator
Hi I'm creating a report where the datasource is three SharePoint lists. I have a column that is utilizing four indicators for "yes" "no" "maybe" and an empty string. I have another column that will show only one indicator to represent if a certain indicator is present amongst all the indicators in that one column and it must go in a certain order: "maybe" "no" "yes" or else there is nothing in any of the cells so its all empty. For example: if there is at least one "maybe" then the main indicator needs to represent that. If there aren't any "maybes" then it will look for a "no." If it doesn't find any "maybes" "nos" or "yeses" then there must be no data in any of the cells. Each indicator is represented by either 2, 1, 3, 4 respectively. Here is what I have but it gives me an error saying "An error has occurred during data evaluation of the GaugePanel 'Gaugepanel5'=switch(Lookup(Fields!Key.Value, Fields!Key.Value, Fields!Data.Value, "KeyData")="Maybe",2,Lookup(Fields!Key.Value, Fields!Key.Value, Fields!Data.Value, "KeyData")="No",1,Lookup(Fields!Key.Value, Fields!Key.Value, Fields!Data.Value, "KeyData")="Yes",3,4)4 is the empty string ""If anyone could tell me what could be wrong. Thanks!
↧
Multiple parameter
I don't know if this is possible in SSRS but i want to display the same report but with different orders.( This is main report only , No Subreport)Display report by DeviceClassDisplay by DeviceNameDisplay by ManagerBut I need to select the parameter right in the beginning and then if I select DeviceClass , It should bring in the report (below) with DeviceClass grouping and similarly with others.How should I define the parameter and pass the values.. IS it possible?
↧
how to remove entire cell from Report builder like Excel
Hi,I am creating a report and I am trying to display the report header and values twice for 2 different categories. The problem is everytime I create groups for second time display it just adds extra cells (above, below,after,before) depending on which option I choose for display.What should I do to remove those extra cells from the report?Anybody can advise how to paste ?Does this work?[img]http://www.megafileupload.com/en/file/530338/Report-Builder-design-JPG.html[/img]
↧
Dynamic Report Creation
Hi Team,I have a requirement, where a report has to be generated , as soon as the client record is created in the front end and send to the user who created it.Eg:- If a client has been set up in the frontend system at 16/05/2014 , 10:45AM, which will create a record in the backend. What I need is, after 10:45 AM ( say 11 AM) a report has to created dynamically in SSRS and send to the user who has create that record a report in the format that has been setup.please note that dateentered some times stores the date field with time stamp and some time just the date part. Could someone share their ideas, on how to achieve this.ThanksKris
↧
↧
How to use SSRS to format financial report using non-sequential account order
I am new to SSRS 2012 and am trying to create several financial reports (trial balance, profit & loss, balance sheet, etc.).Our general ledger account numbers are in the ###-###-### format (i.e 481-389-810) The problem I am having is that the finance dept wants the P&L report in a specific format using groups/headings and with the GL accounts appearing in a non-sequential order. See example in attached image file that shows GL Account Description, GL Account Number, Company Number fieldsHow do I get SSRS to use, display and keep the non-sequential order?Example 1 using simplified account numbers:Account# Description100 Truck Repairs150 Rail Repairs120 Warehouse Inventory110 Auto Repairs160 Property MaintenanceI am assuming others have had a similar problem and possible solution(s). I would appreciate any assistance in resolving this issue.
↧
Optional Parameter in Report Builder 3.0
Hi all,I have just done a report in Report Builder 3.0. I also created a second set of "DataSet2" to create a Parameter which links to the "DataSet2". Now, the users can type the "USER ID" in the Parameter box to filter-out the report produced from "DataSet1" using the parameter and the filter I created under “Dataset 1”. By far its working fine.But, is there a way to manipulate the Parameter so that if the user doesn't type any value or tick “allows NULL” box the report produces the complete report without any filtering. Instead of throwing an error at this moment (image attached)...In another words I want an optional Parameter not a mandatory Parameter. Thanks in advanced.I have found something on the web. But not really sure where exactly to use it? "WHERE (@USERID IS NULL) OR (USER ID = @USERID)" This is still not working when I put them in "Dataset 2"? I am using "Dataset 2" to run the parameter...Am I missing something? BTW “USER ID” is the field name which I am renaming from the original field name using AS.I am also using a filter under the "dataset 1" which point to the parameter @USERID...What am I doing wrong here?Cheers.
↧
SSRS 2012 Font Rendering Issue
We had a report which has the Font: Frutiger 47Cn Regular in SSRS 2008. We recently migrated our servers to SQL Server 2012 along with SSRS.The problem is that when we export the same report to PDF in the new server, the report looks entirely different with different font! But, in actual matter, it has just grown bigger horizontally. Previously, the font was Long, now, it has become somewhat round. It looks bolder too.When we check the properties in the PDF, it says that the Renderer version is 11 where as in the previous Server, it was 10. except this, there is no changes that you can see in the properties of the PDF.Please let us know if any known issues in Renderer 11 r Windows 2008 R2 and if we are missing any steps that need to be taken care. Edited: Today @ 2:41:51 PM by pramod.gururaj
↧