Count issue of output in Web I report

Hi,
We are using Web I XI R2 and facing issue with the ouput while using count formula as described below.
I am able to get the right output for below formula when used without breaks
Formula      
=Count([Risk ID*] Where (([Risk Impact] = "High" Or [Risk Probability]="High") And [Risk Status] <> "Closed" ))
Project ID*     Risk Impact     Risk Inherent Severity     Risk ID*     Risk_Fact_Status     Output when applied without breaks
11001040     High     Medium                          RI004853     Red                              0
11001040     High     Medium                          RI004856     Red                              1
11001040     Medium     Low                          RI004855     Red                              0
I am using the same formula in a Report tab that has two tabs to it  without Risk ID that gives a wrong result.
Expected result is 1 however i am getting 0 as the output. Can any one please advise
Thanks,
Eswar

Hi,
I'm not too familiar with XIR2, so not sure of the differences, but try this:
=Count(Risk ID* Where ((Risk Impact = "High" Or Risk Probability="High") And Risk Status "Closed" ) ForEach(RiskID*))
Otherwise, you can try and simplify things by adding a dimension variable "status" =(Risk Impact = "High" Or Risk Probability="High") And Risk Status "Closed" then "Include" else "exclude". Then try =count(RiskID where Status="Include")
There's no reason it should work any differently, but it may help you trouble-shoot.

Similar Messages

  • Issue while opening the web analysis reports

    Hi,
    One of our user is not able to open a web analysis report with an error messages saying
    "Java.Lang.Exception: Unexpected HTTP status code of 500 received from server"
    "Document does not exist or no authorization to open the document"
    Other users with the same level of access are able to open the report fine and also the same user is able to access the report fine with a test id from his machine.
    What could be wrong? Any suggestions please.
    The only thing I see here, something wrong with userd ID or password.
    Thanks
    Prasad

    Hi,
    I had also faced this problem earlier. I was using HFM as data source for WA reports. After searching I found that there was some change at HFM level. Some dimensions/members had been deleted or added in HFM. And I was using those missing members in WA Grid.
    I had to recreate my reports again as I didn't get any other way to deal with this problem.
    Please shared any other alternative option, if you found while working on this issue.
    Thanks & Regards,
    Mohit Jain

  • Create PDF output from Web Layout Report

    Is there a way I can create a PDF output from a Web Layout Report? (NOT from a Paper Layout). The reason I ask because editing on the .jsp Web Layout is very easy and flexible while editing on the Payer Layout is very difficult. Thanks.
    - Todd

    Hi Todd,
    Please refer to this link:
    paper layout & web layout
    As for your second statement, it is a matter of opinion and I beg to differ that .... "Web Layout is very easy and flexible while editing on the Payer Layout is very difficult."
    Best Regards,
    John

  • Some of the user information is displaying as domain\userid in site web analytics report under top visitors list

    Hi,
    When I was checking the top visitors list under web analytics report I see few user names as full name and most of other users as domain\userid. How can i show all the list as user full name.
    We are using SharePoint 2010.
    Thanks in advance!!!!!!
    Rithu

    Hi,
    This might be problem with User Profile service configuration settings.  Please refer to the similar post.
    http://social.technet.microsoft.com/Forums/en-US/0857f140-84f8-4c7c-a0e0-7b3e79d9619b/sharepoint-server-2010-display-name-issue-with-top-visitors-web-analytic-report?forum=sharepointadminprevious
    Please mark it answered, if your problem resolved.

  • Site Web Analytics reports -- no more data

    Hi,
    I just checked the Site Web Analystics reports and there is no more data since mid Dec. Any thoughts? Is there anything I have to reconfigure?
    Thanks in advance.

    I had similar issue: No data in web analytic report. And I found a lot of error message in Windows Log and SQL Server log:
    An exception occurred while enqueueing a message in the target queue. Error: 15404, State: 19. Could not obtain information about Windows NT group/user 'DomainName\UserName'
    I installed my SharePoint 2010 farm using DomainName\UserName as farm account, web application pool account and services account.
    And the SharePoint 2010 farm is now disconnected with the domain.
    I found this:
    http://connect.microsoft.com/SQLServer/feedback/details/311104/msft-edw-when-logged-in-with-cached-credentials-service-broker-drops-incoming-messages-with-an-exception-occurred-while-enqueueing-a-message-in-the-target-queue-error-15404-state-19
    , that says the service broker has some known issue with cached credential, so i changed all these account to a local machine account with PowerShell (http://cid-6f40fb61d28cf147.office.live.com/view.aspx/Technology/Using%20Local%20Computer%20Account%20in%20SharePoint%202010.docx
    ), but still does not work. The 15404 error is still generated with the ‘DomainName\UserName’ account.
    Finally, I got this article with similar error message:
    http://blogs.msdn.com/b/steverac/archive/2009/08/30/opsmgr-agent-discovery-hanging-after-enabling-broker-service.aspx
    . I changed the db owner of the Web Analytics Staging database from ‘DomainName\UserName’ to local machine account with sp_changedbowner. Now, the 15404 error is no longer generated. And after some time (for the scheduled timer
    jobs to started and run), I can see data in Web Analytics report. (Actually, I changed the db owner of both Web Analytics Staging db and Reporting db. I don’t know whether both needed).
    And according to
    http://technet.microsoft.com/en-us/library/cc512725.aspx
    , the SharePoint Web Analytics feature relies on SQL Server service broker to function. The SQL Server service broker cannot be started manually. A SharePoint timer job runs one time per day to ensure that SQL Server service broker is enabled on the necessary
    databases. 7.After moving databases, you should manually run the health rule "Web Analytics: Verifies that the SQL Server Service Broker is enabled for the Web Analytics staging databases."

  • Parameter Value passing issue to Web i report from Design Studio APP

    Hi all,
    I am trying to pass values to 2 parameters in a web I report called DIM1_REPORT and DIM2_REPORT. The values with space for example, Computer Sciences Corporation is getting passed as Computer\Sciences\Corporation Looks like the space is getting replaced with \ and as the values doesn't match the database values, no results are being retrieved. I tried using Convert.urlEncode function as well. But no luck still having same issue. Below is the URL,
    "http://servername:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AWD5NloJ4rVKoi2Y8m89GY0"+
    "&lsMDIM1_REPORT=" + GLOBAL_SCRIPTS_1.DIM1_FILTER_SCRIPT() +
    "&lsMDIM2_REPORT=" + GLOBAL_SCRIPTS_1.DIM2_FILTER_SCRIPT()
    Has any one faced this issue and have a solution for this? Appreciate any help on this
    Thanks
    Nithin

    Hi Mustafa,
    Thanks for the response.
    I tried to replace the \ with %20 using the following code
    Convert.replaceAll(GLOBAL_SCRIPTS_1.DIM1_FILTER_SCRIPT(), "\ ", "%20");
    But getting error in the script editor saying
    I think \ is causing this issue. If I use any other character other than \ in search expression its not throwing any error in script editor. Any idea is \ considered as delimiter/break in design studio?
    Any other way to fix this issue in design studio?
    Thanks,
    Nithin

  • Regarding Issue when Exporting the Output of the Discoverer Report to Excel

    Hi,
    Can Any of you guys help me out in this issue. I am exporting the Discoverer Report Output to Excel sheet, I am able to export but while I am opening the excel sheet I am getting an error saying "UNABLE TO READ FILE".
    Please help me out in this Issue, it is so urgent.
    Thanks in Advance..
    Raja.

    Hi,
    Is there any way to export the output of scheduled Discoverer Reports to a particular server using Discoverer plus.Only by openning and exporting each report manually.
    is there any way to get the output name in a particular syntax. I want to concatenate date in the output name.Only by entering the filename when you do the export.
    The best way to do this is to use Discoverer Desktop and a third party scheduler. Then you can export all your reports automatically and define the filename used in the output. Search this forum for more information on third party schedulers.
    Rod West

  • Issue while opening BI4 webi report instance using CMC on IE8 browser

    Hi,
    Having issue while opening BI4 webi report instance using CMC on IE8 browser.
    Steps to reproduce the error:
    1. Login to CMC
    2.  View Webi History.
    3.  Open successful instance  (For the 1st or 2nd time reports are opening up, from the 3rd time it just freeze the session)
    4. After it get freeze we need to close the IE using Task Manager.
    Can any one please suggest a resolution for this issue.
    Thanks,
    Ganesh.M

    Hello Gokul,
    first thing is to check is if your chrome version is supported by your current BO version as specified in the PAM (is it?). If the chrome version is supported, and you still have an issue, then you can check with a sap support engineer.
    best regards,
    Victor

  • SharePoint Foundation Site Web Analytics reports

    Hi,
    I am currently attempting to get the Site Web Analytics reports to work in SharePoint Foundation.  However, there seems to be little available information regarding this.  What is necessary for this to display a report?  To start with, what
    SharePoint & Windows services and SharePoint service applications need to be started?  We use SQL Authentication for the content database because all the databases are in a different domain.
    Any information someone can shed would be helpful.
    Currently, when I navigate to the page it states "A web analytics report is not available for this site.  Usage processing may be disabled on this server or the usage data for this site has not been processed yet."  I have looked up this
    information on the net, but nearly all information applies to SharePoint Server.  I need help setting this up with SharePoint Foundation.
    Thank you much.

    Hi Steven,
    Ahhh, I had a feeling that was a problem.
    I had similar issues after installing SP1 so I could have some of the new features, like the storage report back for sites, and deleted sites going into the recycle bin. However, I had read that I *had* to install the June 30 CU as well, which may have been
    a mistake. Because after installing both and running a psconfigui, it made things as flaky as they were during the beta.
    It took my good, stable, trustworthy and solid SPF install and made it unstable. Managed Accounts started acting weird, permissions were odd, BDC service crapped out, user code errors, the works. Bummed me out. I basically blew out the server, did a fresh
    install and restored from a farm backup (actually a full then differential, gotta love scheduling backups). Mind you, I could afford to do that, and I simply don't mess around with bad updates.
    (I also found a post that said that if you have SP1 installed, a common error is if you delete a list, then delete the site, you can restore the site from recycle bin, but the list that was deleted from that site earlier cannot be restored-- so to avoid/fix
    that problem, install the August CU... it's always something...)
    Do you have backups of your farm pre-updates, preferably both, but at least the CU? Maybe you can do a restore on a virtual machine to see if it fixes your issues?
    Also, here's another question. After you installed SP1 and the August CU, did you do a psconfigUI.exe (or at the command line, psconfig.exe)? It might be good and bad that you didn't (if you didn't). The way to check to see if you didn't is check the database
    statuses (review database status under Upgrade and Patch Management in Central Admin). The statuses will say that the databases can be/should be updated if you didn't run psconfig. That means that SharePoint has updated, but the databases in SQL haven't.
    Maybe you can make a copy of those databases, and try to attach those databases to a pre-update (sp1 and CU) SharePoint Foundation server to see if web analytics work there again. Although, if I am understanding correctly, some changes can occur on databases
    during updates, but they're not complete til psconfig is run. But hey, it's worth a shot.
    Or you can use psconfigui.exe (or psconfig.exe if you want to use the command line) to update the databases and see if that fixes the problem.
    I'm sorry again about your issues if they are update related. It is so frustrating to think you are trying to stay up to date on your server, being a good admin, and instead it breaks important things without apology or way to fix it (since cumulative updates
    cannot be uninstalled, but it is really difficult and potentially expensive to have to fully identical farms running side by side for testing).CA Callahan | Author: Mastering Windows SharePoint Service 3.0 and Mastering Microsoft SharePoint Foundation 2010 | Community Launch Leader |

  • Unable to open web analysis reports through workspace

    Hi,
    I am connecting web analysis with MSSQL server 2000 and generating reports. I am using essbase 9.3.1 version.
    But my problem now is that I can just open these reports from web analysis studio and cannot open them from workspace. In workspace, if I right click on the report and open it from web analysis studio it does open. But it does not open by double clicking the report in workspace. It just shows a blank report on just parts of the report.
    The issue is only there for the reports that are getting data from relational db (MSSQL server 2000). The other reports that are using the cube data are fine and opening from everywhere.
    Are there any other configuration settings involved in order to open a web analysis report(that uses relational db) from workspace?
    Thanks in advance,
    John

    Hi Atul,
    Try using the in built config checker:
    http://localhost:16000/WebAnalysis/config
    This has several tests you can perform to see what's running.

  • Site web analytics report shows no data

    Hi All, 
    A user reported that they could not view the site web analytics report
    in the SharePoint 2013 production server.  It was working fine a few couple of weeks back though.
    I started the troubleshooting for this issue and came cross a few blogs that details the same issue. 
    There were my steps: 
    In Central Admin (CA) >> Service Applications >> Usage and Health data collection was
    started. 
    CA >>
    Monitoring >> Reporting >> "Enable usage and health data collection"
    was checked. 
    CA >> Monitoring >> Timer Jobs > Review job definitions
     >> Microsoft SharePoint Foundation Usage Data Import
    (5 minutes) and Microsoft SharePoint Foundation Usage Data Processing
    was enabled. I clicked on "Run Now" on these job schedules. 
    CA >> Search Service Application >>
    Under  Mange Content Sources page
    the status was Idle.
    We have performed the full crawl a few days back. 
    PowerShell: Read the  Brian
    T. Jackett's blog. Basically, he uses PowerShell to trigger the  Receivers
    for the AnalyticsUsage and PageRequest
    and enable these Receivers for Analytics and Page Requests. In the
    production environment these receivers were already defined and I just executed them again. Ran the
    OWSTimer service for all SharePoint servers. However, after 2 days no data was shown. 
    The only thing we have not checked is WSS_Logging database. 
    We are stuck in this issue and its OOTB feature. 
    Any pointers for this issue will be highly appreciated. 
    Thanks in advance.
    Regards, 
    Aroh
    Aroh Shukla

    Hi Aroh,
    Please refer to the article:
    http://blog.fpweb.net/troubleshooting-sharepoint-2013-web-analytics/#.VNcSsf4fqM8
    There are still some place you could check for general troubleshooting steps, such as:
    1.Did you configure AAM recently that might affect this?
    2.Does related timer jobs run successfully?
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Site Collection Web Analytics Reports - Storage Usage

    Hi All,
    under the Inventory section in the Web Analytics reports no storage usage information displays for most reports
    The interesting thing is that if I select a Preceding Report (90 days, 180 days etc) that it will show me all the information up to today's date accurately, does anyone have an idea why the Preceding Day/Preceding 7 days report doesn't work but the others
    do?

    Hi James,
    Have you checkd if the web analytics data has been updated to today?
    You can check if the Web Analytics configuration is working fine per the following posts, and also check ULS if there are any useful messages for troubleshooting this issue.
    http://geekswithblogs.net/rgupta/archive/2011/02/16/site-web-analytics-not-updating-sharepoint-2010.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/17898.sharepoint-2010-how-to-use-web-analytics.aspx
    http://blogs.technet.com/b/manharsharma/archive/2012/10/13/sharepoint-2010-web-analytics-troubleshooting-reporting-db.aspx
    Thanks,
    Daniel Yang
    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]
    Daniel Yang
    TechNet Community Support

  • SharePoint 2010 Web Analytics Reports Not Displaying Data

    Hi,
    I'm currently having some issue with the Web Analytics Reports. It had been working fine for the past 1 year and suddenly a few months back, the Web Analytics is not showing any data. Have already troubleshoot the issue using the
    Troubleshooting SharePoint 2010 Web Analytics Article and all values show the correct date and time. 
    Therefore, I have performed a more in-depth analysis and found out that the WAHierarchyData table in the Reporting Database only have Root ID
    I have verified with a working SharePoint environment and the table should contain all the SharePoint site ID. Also, I have looked into all the SharePoint and Windows logs and all found to be showing the services to be running normally. I would like to check
    if there is a way to restore the data in this table or is there any other ways I can trace and troubleshoot this issue.
    Background information
    SharePoint Version: Service Pack 2
    SQL Server: Cluster Environment
    3vild3vil

    Hi,
    I queried the WAHierarchyData table in my environment, and there should be id column in returning result.
    You could manually run timer job related to Web Analytics service application and check ULS log for error message.
    To narrow down the root cause, we need query SharePoint database tables and compare query result, which might exceed the supported scenario. I'd recommend you open a ticket with MS support, they could reach your envrionment and troubleshoot the issue for
    you. For your convenience:
    https://support.microsoft.com/contactus
    Thanks for the support.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Number of Page View is showing zero for Site web Analytics Reports

    Hi,
    We have enabled Site Web Analytics reports in our Site Collection but the Number of Page views is showing zero for all the dates. We have checked all the events to capture in Site Collection Audit settings, Reporting feature is also activated but still the
    count shows 0 for all the dates.
    There are other Site Collection that exists under that Web Application but they show the count for Number of Page views in Site.
    Any help would be appreciated.
    Regards,
    Vijay

    hi
    1-first check "Usage and Health Data Collection Proxy" is started, if not started:
    find usage proxy id with following command:
    Get-SPServiceApplicationProxy
    then start service with following command:
    $UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq "[usage proxy ID]"}
    $UsageApp.Provision()
    2-check following link:
    Popularity Trends populating 0 results
    yaşamak bir eylemdir

  • Fault found with opening balances output on Trial Balance report

    When running the Trial Balance report and adding "Opening Balances" and taking the "OB from Start of Fiscal Year" option, the relevant opening balances are not shown from the closing balance of the prior period.
    All balance sheet accounts should always show a "brought forward" balance if one exists, whereas P&L Accounts should only carry balances forward over monthend boundaries, resetting at the point of a yearend. This is not the output provided by the report.
    This issue has been checked on numerous patch levels (including the beta release of 2007a SP01 by a support consultant) and returns the same problem.

    Hi Julian,
    I checked the functionality by myself and I have two findings:
    1) that the Trial balance displays in the opening balance balances for the P&L accounts from previous period.
    2) On the other side there is a functionality "Add closing balances" on the Trial balance selection criteria with option "Closing balances before Selected Period Only" which would adjust the presented opening balances for P&L accounts in point 1.
    Based on your description I understand that Global Support Center knows about the issue, so I think the point 2 could be used as temporary workaround till the system is corrected.
    Best Regards,
    Martin Slavik
    SAP Business One Solution Manager

Maybe you are looking for

  • Unable to evaluate workflow rule - Value too long for field

    Need help with a workflow error for a record update before the record is saved. There are 3 calculations that would be done in a particular order - all on number fields. Each time, I am overwriting existing values. The individual numbers could have u

  • I need to upgrade my harddrive, what is the best way to do it?

    Hi, I need to upgrade my hard drive - what is the best way to do it? Is it best to go to an Apple store or can I do it myself? How can I transfer current apps and data across I have a Macbook 13 inch I bought in 2009, it is not the Macbook Pro 13 inc

  • Files sizes too big when I burn CDs

    I am fairly new to itunes and the imac. It seems that file sizes are pretty big when I burn a CD to itunes and are going to take up my ipod nano quickly. For instance, a 10 song CD took up 423 MB. The import settings I have use the AAC Encoder option

  • [CS4] When highlight layers have no color at all

    CS4 I'm not seeing any hightlight color at all on my menu buttons. I checked in photoshop on layer named `(=1)' The eyeball is off, so turning it on to see the color but there is none, nor is there a small frame showing the range the color is meant t

  • Device Isn't showing up under output sound

    the device i want to use under output sound in my music settings isn't showing up although the device is plugged it and on. They are water dancing speakers and are together and plugged into the USB and are lighting up so they're on. When I go to syst