Second max/min in ssrs report builder expression

I need to do conditional formatting on second max/min in an ssrs report builder table.
Can i get it in an expression ?

Hi AshishSinghal84,
Based on my understanding, you want to perform conditional formatting on the second maximum or minimum value in Report Builder.
In Reporting Services, there is no built-in function which can return second maximum value. So in this scenario, we can’t directly use expression to perform conditional formatting. However, we can get the second maximum or minimum on query level. Then insert
a column into tablix and use Lookup function to return a specific value so that we can do the conditional formatting based on this value. As we test in our local environment, to perform conditional formatting such as change the color for second maximum value
in Report Builder, we can follow the steps below:
1.Add Dataset2, apply the query below:
select max(sales)
From test
where sales < (select max(sales)
from test)
2.On report, add an Expression “=lookup(Fields!sales.Value,Fields!secondmax.Value,1,"DataSet2")”, looks like below:
3.Click [month], Properties appears on the right panel. Find Color under Font tab, click Expression, then type “=IIF(ReportItems!Textbox6.Value=1,"red","black")”.
4.Right click the third column, choose Column Visibility\Hide, click Ok.
5.Final result looks like below:
To perform conditional formatting on second minimum value, the steps are a little different from getting second maximum value. You should change the query at first step, then apply the query below:
select min(sales)
From test
where sales > (select min(sales)
from test)
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu

Similar Messages

  • SQL Server 2012 - applying SP2 breaks SSRS Report Builder

    Hi,
    Had SQL 2012 (was 11.00.2845) and SSRS configured and working.  
    Applied SQL 2012 SP2 (server now at version 11.0.5058.0 (X64).
    But when I goto the typical "http://server/ReportS_INST1 - reports still work ok, but clicking on Report Builder looks like it starts the download and then errors.  
    The error is "Application validation did not succeed.  Unable to continue.".
    Clicking on Details gets the message below.  I understand it thinks it has a version mismatch, but anyone know what the resolution should be?
    Thanks
    Matt
    --------------------error details
    PLATFORM VERSION INFO
    Windows : 6.1.7601.65536 (Win32NT)
    Common Language Runtime
    : 4.0.30319.18444
    System.Deployment.dll
    : 4.0.30319.18408 built by: FX451RTMGREL
    clr.dll : 4.0.30319.18444 built by: FX451RTMGDR
    dfdll.dll : 4.0.30319.18408 built by: FX451RTMGREL
    dfshim.dll : 4.0.41209.0 (Main.041209-0000)
    SOURCES
    Deployment url
    : http://server/ReportServer_INST1/ReportBuilder/ReportBuilder_3_0_0_0.application
    Server
    : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727
    Application url
    : http://server/ReportServer_INST1/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
    Server
    : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727
    IDENTITIES
    Deployment Identity
    : ReportBuilder_3_0_0_0.application, Version=11.0.5058.0, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86
    Application Identity
    : MSReportBuilder.exe, Version=11.0.5058.0, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86, type=win32
    APPLICATION SUMMARY
    * Online only application.
    * Trust url parameter is set.
    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of http://server/ReportServer_INST1/ReportBuilder/ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
    + File, Microsoft.Data.ConnectionUI.dll, has a different computed hash than specified in manifest.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.
    WARNINGS
    There were no warnings during this operation.
    OPERATION PROGRESS STATUS
    * [8/11/2014 3:00:48 PM] : Activation of http://server/ReportServer_INST1/ReportBuilder/ReportBuilder_3_0_0_0.application has started.
    * [8/11/2014 3:00:48 PM] : Processing of deployment manifest has successfully completed.
    * [8/11/2014 3:00:48 PM] : Installation of the application has started.
    * [8/11/2014 3:00:49 PM] : Processing of application manifest has successfully completed.
    * [8/11/2014 3:00:49 PM] : Found compatible runtime version 4.0.30319.
    * [8/11/2014 3:00:49 PM] : Request of trust and detection of platform is complete.
    ERROR DETAILS
    Following errors were detected during this operation.
    * [8/11/2014 3:00:55 PM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.Data.ConnectionUI.dll, has a different computed hash than specified in manifest.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
    at System.Deployment.Application.ComponentVerifier.VerifyComponents()
    at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification
    notification, DownloadOptions options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String&
    errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.
    --------------------error details end

    Hello,
    It seems to me somebody applied SP2 for SQL Server 2012 on an instance that has installed SQL Server 2012 SP1 CTP 4. CTP4 is not
    the final version of SP1.
    http://sqlserverbuilds.blogspot.com/
    My suggestion is to uninstall SP2 (using Control Panel), download and apply SP1 from the following link, and then apply SP2 again.
    http://www.microsoft.com/en-us/download/details.aspx?id=35575
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SSRS- report builder showing recent sites and server as blank

    Hi All,
    A client of ours when executes Report builder is not able to see Report models as report builder just gets open but do not create connection to server.
    We have done the following settings for same:
    Used both name and IP of system and added the same to Trusted Sites in IE settings
    Also we have used port number along with URL for report builder.
    We have given all rites to user on reporting services (SQL)
    But it is still not showing report models. 
    Kindly help us.  It is very urgent.
    Thanks in advance
    -Regards
    Kumud 

    Hi Kumud,
    According to your description, your client can't see the created report models in Report Builder. Right?
    In this scenario, the reason why the client can't see the report models because he doen't connect to report server. Please click the
    Connect at the left bottom of Report Builder and type the report server url manually to reconnect the report server. 
    If the connection is failed, please check if there any process on client side which occupies the port for report server URL. Here are two articles for your reference to do troubleshooting.
    Report Builder 3.0 error : Connection Failed. Unable to connect to the server that is specified in the URL
    Connecting to Report Server
    Since the Semantic modeling language (SMDL) report models are deprecated. Although you can you continue to use existing report models as data sources in SQL Server 2012 or later version Reporting Services reports you should consider updating your reports
    to remove their dependency on report models.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SSRS (Report Builder 3.0) Showing all values for Multiple Line field with Append Changes

    I have a simple SharePoint list with a multiple line column that has append changes enabled. I am doing a report with Report Builder 3.0 and I want to show all values of the field the same way you achieve it through a DVWP using:<SharePoint:AppendOnlyHistory
    FieldName="Comments" runat="server"
    ControlMode="Display" ItemId="{@ID}"/>
    Any suggestions to show all the appended values?

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue.
    Regards,
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Rebecca Tu
    TechNet Community Support

  • Report Builder Expression Criteria

    I have a dataset ("VoiceSeatInstalls") with a column name of "SUBSERVICETYPE_GROUP" which outputs a value of SEAT, LINE, or TRUNK. In addition to this field, we have totals grouped by month (M4, M3, M2, etc.). I have a line item in my
    report that I've titled "Lines Installed." I want this line to populate only when the "SUBSERVICETYPE_GROUP" = LINE. From there, it should only return the M4, M3, M2, M1 totals for LINEs.
    Here is the closest logical expression I could come up with:
    =IIF(Fields!SUBSERVICETYPE_GROUP.Value = "LINE",Sum(Fields!M4.Value, "VoiceSeatInstalls"),0)
    Unfortunately, I get the following error:
    "The Value expression for the text box ‘Textbox70’ refers to the field ‘SUBSERVICETYPE_GROUP’.  Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope. Letters
    in the names of fields must use the correct case.
    How do I get this row of data to only provide me the monthly sum when the subservicetype_group = LINE?

    Hi Pamela,
    According to your description, you have issue on calculate the total for "LINE". Right?
    Based on your description, we are not clear you want to show the total LINE for each month or just want to get one total for all months. It seems the M4 in your expression is the amount for LINE/SEAT/TRUNK. In this scenario, it's the issue of the scope.
    Please check your report design. If you want to show the total LINE for each month, you should add a row inside of the group. If you want to get the total LINE of all months, you need to add the row outside of group. For both scenarios, you don't have to specify
    a scope for the sum function, it will use the current scope. You can try the expression:
    =Sum(IIF(Fields!SubServicesType.Value="LINE",Fields!Amount.Value,0))
    We have tested this scenario with sample data in our local environment. Here are screenshots for your reference:
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SSRS Report Builder 3.0 - Pie Chart

    Hi,
    I have Pie chart that displays Number of  items by Country,
    My data set is pulling the correct values.
    The 3D effect is true for the pie chart and the Series Labels are set to diplay out of the Slice.
    I used the collected style to be SingleSlice and not using percentages but just the values less than or = 5 to be collected to other countries slice.
    for labels format I am using a column value from the query where I Concatenate the Value and Name of the country as string as I am not showing the legend on the chart for more space
    All the values are showing up right except for one value for one slice which is added extra numbers at the beginning of the number part of the string.
    For Example , if for USA there are 320 items  it should should show up as USA - 320  as that is the value that the query bring and I double checked that. But that value dipslays USA - 12320 for some reason and this is happening only with one
    label.
    I might be missing somethign silly but if someone can save my time and help me it would be appreciated.
    Please let me know if you have any questions.
    Thanks,
    Chaitanya

    Hi Chaitanya,
    Sorry for the delay.
    I am unable to reproduce the issue in my test environment. The issue seems rather odd. Here, I suggest that you create a new report and design the Pie Chart from scratch, and then check the issue again.
    If the issue persists, please post the expression of the label data as well as the CustomAttributes settings of the target series of the Pie Chart. 
    Regards,
    Mike Yin
    TechNet Community Support

  • SSRS - Report Builder 3.0 - Bar Chart

    Hi,
    I have Bar chart which shows number of items sold by Month , by year for the last two years
    My Query is something like
    Select Count(*) as NumOfItemsSold, Month(SaleDate) As MonthSold, Year(SaleDate)As YearSold From Sales where SaleDate in (DATEPART(Year,GETDATE()), DATEPART(YEAR, GETDATE())-1) GROUP BY Month(SaleDate), Year(SaleDate) Order BY Month(SaleDate), Year(SaleDate)
    THe Query works fine except for doesnt return any values for the months there are no sales and thus the bars doesnt show up in the chart. I want the chart to display 0 as Number of items sold and represent an empty space inthe chart. I am not sure how to
    do that.
    The Second Question is that I am bleto display the month name Abbreviated By usign the Expression MonthName(Fields!MonthSold.Value , TRUE) and Setting the interval  = 2 so my Chart would start showing values  feb, Apr, Jun etc ...
    I want to display the values starting from Jan with interval =2 for example Jan, Mar, May ...  not sure how to achieve that.
    Please let me know of any questions .
    Any help will be greatly appreciated.
    Thanks,
    Chaitanya

    Hi Chaitanya,
    To display the months that has NULL values, modify the Expression in the Values area of the chart to:
    =SUM(IIF(Fields!NumOfItemsSold.Value IS NOTHING, 0, Fields!NumOfItemsSold.Value))
    To make the labels on the horizontal axis start with January and an interval of two months, do the following steps (assuming that you have set the expression for category group to =MonthName(Fields!MonthSold.Value)):
    1. Click on the category axis, press F4 to highlight the Properties pane.
    2. Under Interval item, set its properties as follows:
        Interval: 2
        IntervalOffset: 1
        IntervalOffsetType: Number
        IntervalTpe: Number
    3. Under Sale item, set its properties as follows:
        Minimum: 0
        Scalar: True
    The following screenshot is for your reference:
    Regards,
    Mike Yin
    TechNet Community Support

  • Trouble with IIF statement in SSRS report builder

    hi....
    I have an expression field that isn't working.  They are Dynamics GP tables, and I am trying to show converted currencies:
    =IIF (Fields!Currency.Value=RTrim("Z-US$"), Fields!ORCPTCOST.Value
    , Fields!ORCPTCOST.Value / CDEC(Fields!ExchangeRate.Value))
    The true part is bolded.  when the report shows, it always comes up as
    #Error. If the currency is  "Z-MXN$", it calculates it fine. 
    So why is my true part not working?
    thanks!
    ~george

    Hi George,
    Based on my research, this issue can be caused by
    IIF is not an expression, it is a function with three parameters:
    IIF(Condition, ValueIfTrue, ValueIfFalse)
    Note that all parameters are evaluated before being passed to the function. We can still get an error, because the erroneous expression is still evaluated even when the condition should mean that it
    isn't. For example, when the currency is "Z-US$", the ExchangeRate field returns
    a stream of letters which cannot be changed to decimal type. Or the ExchangeRate field returns 0, then the denominator is 0, the division makes no sense. So it displays #Error.
    To fix this issue, we can assign a value that doesn’t affect the expression result to ExchangeRate field when it is
    a stream of letters or equal to 0. The expression below is for your references:
    =IIF (Fields!Currency.Value=RTrim("Z-US$"), Fields!ORCPTCOST.Value , Fields!ORCPTCOST.Value / CDEC(iif(IsNumeric(Fields!ExchangeRate.Value)=false or Fields!ExchangeRate.Value=0, 1, Fields!ExchangeRate.Value)))
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Ordering Columns in SSRS Report Builder for SQL Server 2012

    I have my report displaying the correct information, however the columns are arranged in alphabetical order of the column group members. I want to arrange them in a different order. How do I do that?
    The following may help, but don't use it if it doesn't: One variable in my data set is the desired column order (call it 'column rank'. It runs from 1,...,10). If I make that the column group, the columns ARE arranged in the correct order but now the labels
    are '1','2', etc. I.e. not the labels I want.  
    Many thanks.
    P.S. First time using RS so please excuse terminological errors. Obviously I have used the docs. and Google to try and find the answer to this.
    -A

    Hi achalk,
    Per my understanding that you want to specify the order of the column group to a special order, right?
    I have tested on my local environment and you can using an expression to acheive this, detail information below for your reference:
    for example you now have the order like below:
    Column group:
    test1  test2  test3  test4
    You can use the expression with switch functionn to specify order value based on the value in the column group :
    select the sorting in the "group properties" of the column group and add the expresion in the "Sort by"
    =switch(Fields!columngroupfield.Value="test1",1,
    Fields!columngroupfield.Value="test3",2,
    Fields!columngroupfield.Value="test4",3,
    Fields!columngroupfield.Value="test2",4)
    Then you will got the order like below:
    test1 test3 test4 test2
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Report Builder 3.0 Expression i am not able to make it work on Oracle DB Table

    Hi,
    I am newbie to SSRS Report Builder 3.0 so please be patient with me. I am trying to create a report to query Remedy Ticketing System and it uses Oracle Database installed on a Unix OS...My end objective is to do some calculation on the ticket metrics (i.e.
    percentage of tickets closed within SLA, etc) however i am stuck from the very beginning where i am not able to make my expression work...
    To begin with. my query statement...
    Select Distinct TICKET_NUMBER, Assigned_Group, Category, REGION, TICKET_STATUS,EXCEEDED_SLA, TO_CHAR(date '1970-01-01' + (TICKET_CREATION_DATE/60/60/24), 'DD/MON/YYYY HH:MI:SS AM')TICKET_CREATION_DATE
    from ARADMIN.Request
    where (Assigned_Group like 'HOTS' OR Assigned_Group like 'PAID' OR Category like 'HVD%') and TICKET_CREATION_DATE > (TO_DATE('31/DEC/2014 11:59:59 PM','DD/MON/YYYY HH:MI:SS PM', 'NLS_DATE_LANGUAGE=AMERICAN') - DATE '1970-01-01')*60*60*24
    order by ticket_creation_date
    the data type of the oracle table:
    Here is the Query Result of the DataSet:
    Basically Ticket_Status has values from 0 to 4 although from the screenshot above you only see 2 and 4...
    Ticket_Status 0 - Means Open Ticket
    Ticket_Status 1 - Means Work In Progress Ticket
    Ticket_Status 2 - Means Pending Ticket
    Ticket_Status 3 - Means Awaiting Closure Ticket
    Ticket_Status 4 - Means Closed Ticket
    I created a chart column using the expression below but it did not work...what i mean by it does not work is that the chart column output shows all Ticket_Status total count including 0, 1, 2, 3, & 4 (i.e. total count of tickets are 206)...using
    the expression i was only expecting the total count for Ticket_Status 4  (i.e. 180 tickets) but i guess i am doing something wrong with the expression syntax...
    =Count(Fields!TICKET_STATUS.Value=4) 
    i also used the expression below but it did not work...
    =Count(Fields!TICKET_STATUS.Value="4")
    i converted the Ticket_Status to CHAR on the dataset using the TO_CHAR(Ticket_Status) AS Ticket_Status then i tried the expression below but did not work...
    =Count(Fields!TICKET_STATUS.Value="4")
    i tried again the expression below but did not work'
    =Count(Fields!TICKET_STATUS.Value=4) 
    i cannot proceed to the arithmetic calculation if i cannot filter my dataset with the correct value...again i am a newbie with SSRS & report builder and i would appreciate it very much if you can guide/help me :-)

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Do Report Builder support custom SQL Functions

    Hi All,
    I’m new to SSRS Report builder. I had written a SQL query which executes really well when I run in Management Studio. I tried to put that same query in new report to everyone can easily access.  I build the DataSource and connection successfully tested. 
    At the time of creating new Dataset, I pasted same query and that’s where I got stuck.
    Is it possible to add custom SQL Functions in the Report Builder SSRS?
    The Syntax of method is as follow
    Create Function [dbo].[ufn_Sqlstatement]( @str as varchar(max)) RETURNS varchar(max)
    Thanks in Advance

    You do not need to put the create function script into the query. It only needs to be executed once. Instead, run it on the database server. Then, simply call the function from your query:
    SELECT dbo.ufn_SQLstatement('select * from table')

  • Report Builder 1.0 for SQL Server Reporting Services 2008 R2

    We are trying to implement Ad-Hoc Reporting using SSRS 2008 R2.
    First of all, it is very unhelpful that all SSRS books are for either 2008 or 2012, even though SSRS has major changes in 2008 R2 compared to 2008.
    Our instructional materials indicate that we should build Report Models to abstract out our databases into terms familiar to our business users.
    The problem we are having is the difference in functionality between Report Builder 1.0 and Report Builder 3.0. Report Builder 3.0 is touted as having the modern, ribbon based interface that is supposed to make end-users feel more comfortable.  However,
    all the documentation says that end users are supposed to use Report Builder 1.0 for Ad-Hoc Reporting.  And, it seems, that the reports generated by Report Builder 1.0 are not round-trip compatible with all the other reporting tools for SSRS 2008 R2.
    The documentation we have illustrates that Report Builder 1.0 is nice for Ad-Hoc reporting, because is based on connecting directly to Report Models, and the end users can directly drag-and-drop entities and fields into their reports.
    When we try working with Report Builder 3.0, it seems we must first connect to the Report Model as a Data Source and then build a Dataset query on the Report Model.  Only then are some entity attributes available to be dropped into the report. 
    If the user decides another source column is needed, they have to go back, edit the query, save the query, and then drag the column from the Dataset to the report.  This does not seem end user friendly at all!
    We are also concerned that if we train our users on the seemingly soon-to-be-obsolete Report Builder 1.0, and get them used to having direct Report Model access, that at some point we will have to move them to the Dataset-interrupted approach of Report Builder
    2+.  Highlighting this perception of impending obsolescence of Report Builder 1.0 is that in our shop that is starting with SSRS 2008 R2, we cannot figure out how to get a copy of Report Builder 1.0 in the first place.
    We just don't see our end users being savvy enough to handle the steps involved with creating Datasets on top of Report Model Data Sources.  So we would have to build the Datasets for them.  But in that case, what point is there in creating any
    Report Models in the first place if DBAs are the ones to make Datasets?
    As such, it is hard to envision a forward-looking SSRS implementation that has the end user ease-of-use Ad-Hoc reporting that the SSRS 2008 documentation presents.
    What is it that Microsoft actually wants/expects SSRS implementers to do?
    Dan Jameson
    Manager SQL Server DBA
    CureSearch for Children's Cancer
    http://www.CureSearch.org

    Hi Dan,
    Report Builder 1.0
    Simple template-based reports
    Requires report model
    Supports only SQL Server, Oracle, and Analysis Services as data sources
    Supports RDL 2005
    Bundled in SSRS
    Report Builder 2.0 or later
    Full-featured reports as the BIDS Report Designer
    Doesn't require (but supports) report models
    Supports any data source
    Supports RDL 2008
    Available as a separate web download
    In your scenario, you want to use Report Builder 1.0 in SQL Server Reporting Services 2008 R2, I am afraid this cannot achieve. Report Builder 1.0 is available in the box in either SQL 2005 or SQL 2008. It is not available as a separate client apps and is
    only available as a click once application.
    Report Builder 1.0
    Report Builder 3.0
    Thank you for your understanding.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Why do I get the following error message when trying to use Report Builder in sql server 2012?

    sukai

    Hi sukai,
    The issue is due to one or more of the files listed in the application manifest cannot be found on the server. We can upload all the deployment’s dependents files, and try again. And frequently this means that the application is somehow corrupted, or that
    the ClickOnce store is corrupted. Please refer to the following thread to fix the issue.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/47c9f7c6-00ed-4980-9667-5c176ad7116a/ssrs-report-builder-application-cannot-be-started-contact-application-vendor
    According to your screenshot, you are using Chrome. Please use IE browser try it again. SSRS not all report functionality is supported by all browsers. Please refer to the similar thread below:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ef9cb3f2-2acd-4947-b1fe-4724c51c61a2/unable-to-start-report-builder?forum=sqlreportingservices
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Reports Builder crashing

    Hi,
    I use Reports 6.
    On a report, when I run it, it works once, then if I run it a second time (modifications or not), Reports builder crashes, it just closes, without any error message, and without any Windows error message either.
    If I restart Reports Builder, it behaves same, I can run the report once, then the second time, Reports builder crashes.
    Then each time I need to run this report I have to restart Reports Builder... (and as I need to test each modification seperately, it's annoying)
    I noticed that it does that only on that report, maybe it's a problem on this report, what can cause this ?

    Hi,
    Reports behaves very strange sometimes. Normally it can be corrected by undoing the last changes you have made to the report. Then compile the report. Save it. Close Oracle Reports and add the changes again.
    I would try to check the names in your Data groups. Sometimes Reports can't figure out the names and puts in a 1 character after the name of the column. This can also cause reports to fall over... To solve this just remove the column and add it again.
    I hope this helps.
    Best regars
    Kenneth K.

  • Create Pie Chart and Vertical bar chart using report builder 3.0 with sharepoint custom list

    Hi All,
    I have a client requirement to create reports which should show the graphical representation of SharePoint Custom List data. The reports are Month wise and YTD. Also i have to create dashboard.
    For creating reports, i have heard about Report Builder and SSRS. I have SQL server 2008r2 and installed report builder 3.0 but i am not aware of creating reports(KPI, Pie Chart, Vertical bar, etc.,) with sharepoint customlist.
    Can some one please help me on this.
    MercuryMan

    Here is some information about using the SharePoint List Data source with SSRS/Report Builder/BIDS:
    http://www.infotoad.com/blog/post/2012/10/11/using-a-sharepoint-list-connection-type-as-a-data-source-for-reporting-services.aspx
    http://technet.microsoft.com/en-us/library/ee633650.aspx
    http://www.codeproject.com/Articles/24469/SQL-Reporting-Services-data-from-SharePoint-lists
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • How do I download an older version of Photoshop Elements?

    I have uninstalled my purchased version of Photoshop Elements 11 due to issues I was having, now I need to reinstall it - where can I find the link for this?  I can only seem to find the link to instal Photoshop Elements 12.

  • How can i add the value inputted from the prompt box to the mysql database?

    Hey guyz help me pls with this problem... im only new to javascript and also to the opensource like(php and mysql). I tried to use a prompt box and store the value into the textbox. But now I want to know how to insert/add the value inputted from a p

  • Error code -10810 when starting up any app

    Getting error code -10810 when I click to start any app in the Application folder. Only thing different I did this morning was upgrading coconutBattery. I'm guessing that's the culprit but would like to know what the error code means.

  • Simple audio question - how to mute a track?

    Have a timeline with one video and two audio tracks - both tracks are stereo. I need to mute one of the audio tracks to make edits to the other. How can I mute one of the audio tracks?

  • Syntax check for inactive programs(object)

    I am having some program in internal table now i have to do syntax check for the programs, actually I can use SLIN but SLIN will not do Syntax check if the object is not active, is there  any way that I can check for many programs one after the other