Complicated analytics issue... well, for me anyway

Hi all.
For the sake of simplicity, I'll say I have a table that looks like this (simplified version of Kimball's employee monthly snapshot fact)
EMPLOYEE_TRANSACTION_KEY
LAST_DAY_OF_MONTH (date)
FISCAL_YEAR (4 digit year)
FISCAL_MONTH_NUM (1-12... our fiscal year runs Jul-Jun)
MONTH_ABBR (month abbreviation)
ACTIVE_COUNT (=1 if the employee transaction is "active" at the end of the month)
HIRED_COUNT (=1 if the employee transaction represents a "hire")
I need to create a crosstab report that shows month abbreviation on the left axis, fiscal year on the top axis, and for the data elements:
hires to date: running total of hires for the fiscal year (this is easy)
cumulative count: active count from last month of previous fiscal year + running total of hires
e.g. if at the end of FY06 (Jun 30) there were 5000 employees, then 100 hired in July, 50 hired in August, the August row should have "5150" as the cumulative count.
Yikes.
Thoughts?
-John

I've solved this to some extent (more below) using analytics.
First, I created a "Year End Active Count"calculation that = 1 if the row is from the last month of the fiscal year.
Next, I summed that value ("Current Year End Active Sum") using the analytic SUM function... so that every row in my report output has the year end active count in it.
Next, I created a calculation using LAG to pull the previous year's "Current Year End Active Sum"--actually, it pulls the value 12 rows before the current row--so that gives me the active count from the end of the previous fiscal year (or the start of the current fiscal year... depending on how you look at it) for each row in my report.
I can use that last piece along with my YTD Hires to get my desired calculation (Cumulative Active Headcount).
So yeah, I went crazy nuts with the analytic functions, and it more or less works.
I say "more or less" because the example I gave above was simplified. What I'm really trying to do is use Cumulative Active Heacount in ANOTHER calculation (YTD Terminations / Cumulative Active Count) ... and unless I include all of these functions in the worksheet output, I get an invalid identifier error when I run the report.
Any tips on resolving ORA-00904 invalid identifier issues would be welcome.
Thanks!
-John

Similar Messages

  • Weird (well for me anyway) SAX parsing problem

    Hi,
    I have to use SAX to parse huge XML files (the biggest is around 8Gb; genomic data) and input into MySQL. I get an IndexOutOfBoundException when I try to parse a perfectly valid string of an element after a few thousands entries.
    Let's say that my string is "G/T". I use split("/") to get the string array and get item[0] and item[1]. The error comes up always when I try to read item[1]. What is the weird part is that if I take out the already read part of the file, it is read perfectly up until a few thousand elements againn with the same error.
    Any insights would be gladly appreciated
    Sylvain Foisy, Ph. D.
    Bio-informatician
    Inflammgen.org
    Montreal Cardiology Institute
    Montreal,Qc

    Hi,
    In the characters() method from DefaultHandler, it seems that every once in a while the string returned is not read in full by the parser. The string returned for this element can only be someting like "G/T". When the parser breaks, I get that "G/" string instead. The logic of the parser goes like this:
    -look for tag OBSERVED;
    -when found, get the string attached to it (something like "G/T");
    -split in two chars: G and T
    -assigned the chars to variables.
    I know that the problem comes from the parser not getting the whole string, just part of it therefore my IndexOutOfBoundException.
    I am looking for a way to for the parser to get the whole string.
    A+
    Sylvain Foisy, Ph. D.
    Bio-informatician
    Inflammgen.org
    Montreal Cardiology Institute
    Montreal,Qc

  • Error Activating SAP Predictive Analytics Desktop Trial for AWS

    Hi:
    Anyone had come across this issue while activation SAP Predictive Analytics Desktop Trail for AWS?. I selected US east as my region for my AWS account. Subnets show up on the CAL side as well on the account setting. Have tried terminating and recreation many times.
    checked the user access and it is correct as per the documentation.
    Would appreciate and input/guidance in resolving this issue.
    Thanks
    Bala

    Thanks Stanimir:
    I signed up for the developer support package for AWS for this and got it resolved yesterday. the problem was one of the routes in the route table did not have a Internet Gateway entry missing. so the return traffic could not find the way back to the internet. Root cause is as you stated it may be due to an unexpected error during VPC creation.
    Thanks for responding to my query..
    Cheers
    Bala

  • Regarding Goods Reversal & Goods Issue Process for PO

    Hi Experts,
               Could you any one tel me what is Goods Reversal and Goods Issue process for PO...
    How to create the FM & detailed Procedure Pls?....
    Please any one tel me.......
    Thanks & Reagards
    HB

    Hi Hans,
    SOURCE : HELP.SAP
    Purpose
    Inventory Management uses this process in such a way that the goods issue posting is divided into two parts that run in separate systems. Posting the GI document in the supplying plant results in a message to the receiving plant. The receiving plant then performs a complementary posting. The physical goods receipt takes place as usual.
    Prerequisites
    When using batch processing, the following prerequisites must be fulfilled:
    Both the original and target systems have the same batch definition level.
    The batch definition level is either the material or the client.
    An ALE scenario exists for materials and classes (characteristics).
    Unique batch numbers exist cross-system.
    Batches can only be changed in their original system when they are not decoupled. From an organizational point of view, this must also lead to the batch status being changeable in a local SAP R/3 system. For example, this is impossible when transfer posting to a new batch and results in further actions, for example, relabeling containers, palettes and so on.
    Characteristics
    As for the purchase order in a one-system situation, the system should automatically post the material into the stock in transit at the receiving profit center and the corresponding Profit Center Accounting using intra-CC transfer prices at goods issue for the purchase order and the unchecked delivery. This requirement is valid for one-system situations as well as for two-system situations where there is an ALE interface. No internal billing document should be created.
    In a two-system case, the receiving profit center should be derived at goods issue from the unchecked delivery. Profit Center Accounting then takes place with
    Stock change transfer price to stock
    Internal expense to internal sales
    Internal clearing account to stock change transfer price.
    Account determination in a purchase order for an intra-company-code transaction must be different from account determination in external transactions. Automatic GR/IR account clearing is required in both one-system and two-system situations.
    The stock in transit must be visible in the receiving profit center.
    The system must send a shipping notification at goods issue in one-system and two-system situations.
    You need to create an invoice document for the internal and external trading statistics for cross-boundary deliveries as well as for customs purposes.
    GR/GI slips are created.
    Process Flow
    Goods Issue Posting for Stock Transfers
    The delivery triggers the goods issue in the issuing system.
    The call contains the stock transport order data known in the delivery, including the PO item and the logical system of the recipient.
    The transaction (quantity and value updates) is selected using the movement type:
    Movement Type     
    Function
    641     
    Goods issue with UB logic (Creation of stock in transit at recipient, immediate value posting).
    647     
    As 641, however the goods receipt line (movement type 101) is added automatically, so that the goods receipt is posted at the same time as the goods issue (one-step procedure).
    You determine the movement type according to the schedule line category in Sales and Distribution. The goods issue for a cross-system stock transfer must be different from the integrated transaction. This is achieved by adding a new movement type.
    You post quantities and values at goods issue in the same way as a goods issue for a sales order. That is to say, the quantity is posted in the supplying plant and the value is adjusted to that of the stock account. The offsetting posting is made to a clearing account. The known data from the delivery is copied to Accounting to balance the account where necessary.
    The system creates a message to the appropriate receiving system for all items with reference to a cross-system purchase order. The system does not perform any validity checks on the recipient’s data before posting begins. Incorrect Customizing results in the update being terminated.
    If a goods issue has receiving plants in different logical systems, an IDoc is sent for each system.
    In order that the goods receipt is able to use the values on the receiver side, you must add the values used to post the goods movement, in particular the transfer prices, to the IDoc.
    The logic for recognizing the profit center switch functions as follows: At goods issue, the system recognizes that the profit center of the issuing plant is different from the profit center of the receiving plant. The system derives the profit center node from the relevant profit center.
    Data Transfer
    The IDocs sent by the issuing plant trigger the goods issue postings in the receiving plant.
    Background Posting in the Receiving System
    The goods receipt is posted in the receiving system using the IDoc. The interface receives the data from the goods issue in the supplying plant. The following processes now run at the recipient:
    The system finds the update control for the GR part of the posting.
    The goods movement is posted with the new movement type.
    During valuation of the goods receipt, the system might, where necessary (UB logic), refer to the values (legal value and the value from the parallel valuation type, if you are using the transfer price function) from the IDoc.
    The PO history is updated. The PO history is updated with the material document number from the second part of the GI posting. The GI document number is not stored in the supplying plant, because there is no way to display this document.
    In two-step procedures the goods receipt is posted to the stock in transit.
    Reversal
    You can only reverse this goods issue for the PO using the cancellation transaction in SD. You cannot reverse the GI in Inventory Management.
    The material document that is automatically created in the receiving system cannot be canceled. This reversal is triggered by the sending system (the actual reversal of the GI document takes place there) and transmits the data, including the reversal movement type, to the receiving system. No actual reversal is posted in the receiving system, because the material document number of the original document does not exist in this system. This scenario is applicable for cases where you use the two-step procedure (with stock in transit).
    Distribution of Batch Master Data and Characteristics
    The batch information is transported using the message category BATMAS.
    When you create a cross-system goods issue, the system creates the corresponding IDoc using the message category BATMAS.
    When the delivery arrives in the target system, the batch and all the information is already present in the system.
    Changes to the batch data are also distributed using the message category BATMAS.
    The batch can be decoupled in the receiving SAP R/3 system. This means that the batch can have a different status in the receiving system than in the original system. By setting an indicator at material level, you decide whether the batch can be decoupled or whether the batch and all its attributes are copied from the original system. "Decoupled" i.e. "locally independent" batches are no longer distributed from its own system.
    The batch data does not need to be available before the physical goods receipt takes place. The goods receipt into the stock in transit does not usually refer to the batch unless you are working with batches with assigned active ingredient values.
    If the GI cannot be posted for organizational reasons, for example because the goods cannot be loaded onto a truck until 10pm, then you can post the goods into the GR blocked stock. This stock is also non-batch-specific.
    In cases where the GI IDoc arrives before the batch IDoc, then the GI IDoc can be subsequently posted by a periodically scheduled report (transaction BD87). A program like this exists in the SAP standard system. In Customizing for MM Inventory Management (activity Copy, Change Movement Types), you should make settings to define that manual creation of batches at goods receipt is not allowed.
    Shipping Notification
    The shipping notification is required in the receiving system due to its relevance for MRP. In this way, for example, a change in delivery date determined at goods issue is sent to the receiving system using the shipping notification. The shipping notification can also be used when posting the GR batches.
    Reward if found helpfull,
    Cheers,
    Chaitanya.

  • Webcast-OBIEE Analytics/Reporting Solutions for E-Business Ste, Sep 9 12EDT

    TODAY: I invite you all to an Oracle BI Applications related Techcast, let's use this for interactive Q&A as well. We can follow up on the question here.
    See more details at http://OracleBIWA.org
    Wednesday, September 9, 12 noon Eastern
    OBIEE Analytics/Reporting Solutions for E-Business Suite
    Audio Dial-In: 888 967 2253 Audio Meeting ID: 572994 Audio Meeting Passcode: 334451
    Web Conference: https://conference.oracle.com/imtapp/app/cmn_jm_hub.uix?mID=150764532
    BIWA Wednesday TechCast Series - Sixth Event!
    This presentation will showcase different options for OBIEE-based Analytical Reporting such as:
    1) Oracle BI Applications for supported Oracle E-Business Suite Modules and other Oracle Applications.
    It will include real world experiences for implementing BI Apps Version 7.9.6
    2) Custom OBIEE Development against E-Business Suite (when no BI apps are available)
    3) Migration of Discoverer EUL to OBIEE RPD using Migration Utility
    While OBIEE and BI Apps are clearly the strategic analytics reporting direction from Oracle, only certain Analytics applications are available. Sometimes all customer needs for BI reporting may not be met by these pre-built analytics. For instance, JD Edwards has pre-built ETL connectors only for Financial Analytics. While more BI Apps and ETL connectors are in the pipeline, how can users meet their reporting needs today as they go live in near future? In this session, we will look at several short and medium term solutions without deviating from the long term strategic goal of using pre-built BI applications to reduce the overall risk.
    Several real life situations will be evaluated with demonstration of the steps involved such as how to Migrate Discoverer reports to OBIEE with the highest degree of automation. Likewise, we will cover how DBI views be used for custom OBIEE reporting.
    Presenter: Shyam Varan Nath is an OBIEE Architect for IBM Global Business Services with extensive experience in implementing OBIEE and BI Apps. He has worked on several Oracle Data Warehousing Projects for customers including Citigroup, Air Force, Land O'Lakes, and Blue Cross Blue Shield Association. Shyam has been a Certified Oracle DBA since 1998 and has 18 years of industry experience. He is a regular speaker at BIWA Summit, IOUG/Collaborate, Regional User Groups and Oracle Openworld since 2003. Shyam has also worked at Oracle (BI Consulting Practice) and Deloitte Consulting. Currently, he is the top expert in Oracle OBI apps Forum, in terms of user awarded points. Shyam is also the Founder and President of BIWA SIG.
    Audio Dial-In: 888 967 2253 Audio Meeting ID: 572994 Audio Meeting Passcode: 334451
    Web Conference: https://conference.oracle.com/imtapp/app/cmn_jm_hub.uix?mID=150764532
    Compatibility Check: If you have not used Oracle's web conference system before, please ensure your system compatibility by going to https://conference.oracle.com/imtapp/app/nuf_sys.uix.
    Edited by: shyamvaran on Sep 9, 2009 5:21 AM

    If you would like to share your OBIEE and OBIA knowledge and experiences, please submit your proposals below:
    http://submissions.miracd.com/ioug2010/login.asp
    Collaborate 2010 (april 18-22) will have a special focus on BI => "Get Analytical with BIWA Training Days"

  • Is anyone using NETGEAR Push2TV with a MacBook Pro and AirPort Extreme and does it work well for you?

    I am interested in buying a NETGEAR Push2TV display TV streamer to use with my MacBook Pro and AirPort Extreme.
    I saw on the Netgear site that a Intel Wireless Display/WIFI driver software is required for PC's; do we have this software installed already on our MacBook Pro's? Is any one using this box and does it work well for you, any problems or setup issues?

    trying to find out same thing , store said works with new intel processor, My mini dont finding.....

  • Has Anyone Been Able to Stand Up Essbase Analytics Link (EAL) for Financial Management in version 11.1.2.2?

    Has anyone had any luck standing up the Essbase Analytics Link (EAL) for Financial Management Application in 11.1.2.2?  We are to the point where when we click on the “Create Bridge Application” it creates an application and database in EAS and then crashes the Hyperion Essbase Analytics Link Server - Web Application .  Prior to this we were getting a NetRetry and NetDelay error and have increased those settings are are not receiving those same errors.  I’m curious if 11.1.2.2 is even a functioning version of EAL or if we are out of luck until the next version.  Any feedback is appreciated.

    FYI, we were able to get EAL up and running after adding the following entries into the registry on our servers...
    Solution
    This timeout issue can be fixed by adding two tcpip registry parameters, but first you must identify which client was communicating with essbase when the timeout occurred so that you know which machine to add the parameters to.  If all the EAL and EPM components are installed on a single machine, then that machine would also host the client.  If products are installed in a distributed environment you determine the client machine based on how the EAL Essbase Server component is defined.
    The APS URL is part of the Analytics Link, Essbase Server definition in EAL.
    If the value (APS URL) is "Embedded" this means that the EAL Application Server is communicating via the JAPI directly with the Essbase Server. In this case the EAL AppServer is the client to the Essbase Server. For this case the following tcpip registry parameters need to go on the machine where the EAL Application Server is running.
    If the (APS URL) value is http://serverName:13080/aps/JAPI then the EAL Application Server is communicating by way of Hyperion Provider Services (APS). In this case EAL proxies requests to and from the Essbase Server through APS. This means that APS is the client to the Essbase Server and the tcpip registry parameters need to go on the machine where Hyperion Provider Services are running.
    Once you have identified which machine is acting as the client to essbase, set the TcpTimedWaitDelay=30 and MaxUserPort=65534 parameters via the windows registry.
    1. Open the Windows Registry.
    2. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\TCPIP\Parameters.
    3. Add new DWORD Value named "TcpTimedWaitDelay"
    - right click and select Modify
    - Select "decimal" radio button, type in 30.
    4. Add new DWORD Value named MaxUserPort
    - right click and select Modify
    - Select "decimal" radio button, type in 65534
    5. A reboot of the server is necessary.

  • How to do complicated validation in Webadi for AP invoice upload

    Hi, experts,
    We are about to develop a custom integrator to upload AP invoice. We have to do some validations in excel before upload and return error message to users, so that users can fix the issue and upload quickly.
    As we know, we can use LOV or POP-list to do single-item validation, but how to do below validation?
    Check whether the total amount of lines is equal to the header
    We would like to use multi lines layout to upload, as below:
    invoice number invoice amount line number line amount line price line quantity...
    111 100 1 50 5 10
    111 100 2 50 10 5
    Our EBS is R12.1.3
    Anyone can help us? Many thanks.
    Regards,
    Tony.

    Please do not post duplicates -- How to do complicated validation in Webadi for AP invoice upload

  • Currently running 17.0.1, I have been experiencing crashes with this and 3 previous updates with zero issues prior, for years, hoping someone has a solution?

    The computer can be sitting idle or opening a simple business e-mail and it just crashes for no reason. I do not surf the internet or go places other than business sites. This is a well and correctly maintained computer hoping there is a simple known solution.

    madperson,
    Thank you you for response and efforts. My dilemma is I have to respond to five different E-mail accounts from five different businesses with all using the GoDaddy's Starfield software. This has worked flawlessly for years with Firefox. I have to rely on the notifier because I can not have them all open while working and require the alert.
    Since my request for help I have paid a lot more attention to the issue finding Firefox crashing 100% of the time during pdf format downloads with many from .gov sites. Odd, but I do receive the download but must restart Firefox.
    I am beginning to question a switch I made in start pages as the possible cause. I have used iGoogle as my start page for years able to put my interest only on it but they have announced they planned to cease their offering next November so I looked around finding a service that is 20 times better that iGoogle called Protopage.
    This start page service is limited only by ones imagination and have changed most of the way I work as a result. I used to use Firefox as the truck to carry the workload in tabs rather than Safari because as you know it has its limitations.
    I have begun to use Safari as the default and bookmarked Protopage, ATT.net, and iGoogle as my start pages and bookmarked the rest of the often accessed items from weather to translators. I have one non-business Hotmail e-mail account that Safari restricts certain services like linked videos so I use Firefox and once I start it I leave it on for the day to carry the hotmail and the 5 .com's turning off Safari.
    I have contacted Protopage with the issue because it has one quirk in it when in use that I can live with because of its unlimited abilities but feel it may also be responsible for the Firefox issue.
    Regarding resetting Firefox, I did go into my Mac and searched every last bit of Mozilla and removed it. I then removed GoDaddy's Starfield alerter, emptied the trash, ran Clean My Mac, rebooted, ran Clean my Mac a second time and then reloaded a fresh OS X in. I reloaded GoDaddy's software and Firefox and all seemed well for several hours until I opened Protopage which could have been purely coincidental so as time allows I will better sort that process that led to the issue reoccurring.
    It may be a week or two before I have the time to further study the issue but if there is a glitch between Firefox and Protopage, Firefox should get after it because with iGoogle going away many will find Protopage. By the way, on all our Macs we have both BitDefender and MacScan2 as a witness having never found the first item as we are not surfers but just business oriented.
    When I sort it I will report back. Thanks again madperson. /joe

  • Regarding Goods Reversal and Goods Issue process for Production orders

    Hi,
    I have a issue regarding <b>Goods Reversal</b> and <b>Goods Issue</b> process for <b>Production orders</b>.
    Actually I am having a Z - Function Module in that i am passing <b>production order number other details</b> to
    make the <b>Goods Reversal</b> happen.
    The code for the above is as below:
                       i_mvtit-material      = wa_mdfa-matnr.
                        i_mvtit-plant         = i_resb-werks.
                        i_mvtit-spec_stock    = 'Q'.          "New
                        i_mvtit-stge_loc      = 'ZWIP'.
                        i_mvtit-stge_type     = i_resb-lgtyp. "New
                        i_mvtit-batch         = i_resb-charg. "New
                        i_mvtit-orderid       = i_resb-aufnr.
                        i_mvtit-spec_stock    = i_resb-sobkz.
                        i_mvtit-entry_qnt     = i_resb-enmng.
                        i_mvtit-entry_uom     = i_resb-erfme.
                        i_mvtit-entry_uom_iso = i_resb-meins. "New
                        i_mvtit-wbs_elem      = v_frwbs.
                        i_mvtit-move_type     = '262'.
                        i_mvtit-xstob         = 'X'.
                        i_mvtit-gr_rcpt       = i_resb-aufnr. "New
                        i_mvtit-reserv_no     = i_resb-rsnum.
                        i_mvtit-res_item      = i_resb-rspos.
                        APPEND i_mvtit.
    * HEADER ELEMENTS
                        k_gmvt_code-gm_code    = '03'.
                        k_gmvt_head-pstng_date = sy-datum.
                        k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
                        CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
                          EXPORTING
                            goodsmvt_header = k_gmvt_head
                            goodsmvt_code   = k_gmvt_code
                          TABLES
                            goodsmvt_item   = i_mvtit
                            return          = i_return.
    The Above code does the <b>Goods Reversal</b> but then i will update one Z Table with fields like
    Production Order Number[AUFNR], Number of Reservation[RSNUM], Item Number of Reservation [RSPOS], Material Number [MATNR], Requirement Quantity [BDMNG], WBS element[PSPNR] etc. If Above BAPI runs sucessfully.
    That is happening correctly.
    But Then actual issue is i have do <b>Goods Issue</b> for those Z-Table records.
    There i will give Production order Number's & Storage Location in Selection-Criteria.
    Then i need to do <b>Goods Issue</b> for that order.
    The code i had written as follows.
    * POPULATE VALUES FOR BAPI CALL
            i_mvtit-material      = i_zpsi7603_01-matnr.
            i_mvtit-plant         = i_resb-werks.
            i_mvtit-spec_stock    = 'Q'.                "New
            i_mvtit-stge_loc      = p_sloc.
            i_mvtit-stge_type     = i_resb-lgtyp.       "New
            i_mvtit-batch         = i_resb-charg.
            i_mvtit-orderid       = i_resb-aufnr.
            i_mvtit-spec_stock    = i_resb-sobkz.
            i_mvtit-entry_qnt     = i_resb-enmng.
            i_mvtit-entry_uom     = i_resb-erfme.
            i_mvtit-entry_uom_iso = i_resb-meins.       "New
            i_mvtit-wbs_elem      = v_frwbs.
            i_mvtit-move_type     = c_261.
            i_mvtit-mvt_ind       = 'F'.                "New
            i_mvtit-xstob         = c_x.
            i_mvtit-gr_rcpt       = i_resb-aufnr.       "New
            i_mvtit-reserv_no     = i_resb-rsnum.
            i_mvtit-res_item      = i_resb-rspos.
            APPEND i_mvtit.
    * HEADER ELEMENTS
            k_gmvt_code-gm_code    = c_03.
            k_gmvt_head-pstng_date = sy-datum.
            k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
            CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
              EXPORTING
                goodsmvt_header = k_gmvt_head
                goodsmvt_code   = k_gmvt_code
              TABLES
                goodsmvt_item   = i_mvtit
                return          = i_return.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                wait = c_x.
            READ TABLE i_return INDEX 1.
            IF i_return-type EQ c_s.
              DELETE FROM zpsi7603_01 WHERE aufnr = i_resb-aufnr AND
                                            rsnum = i_resb-rsnum AND
                                            rspos = i_resb-rspos.
            ENDIF.
    If i run above code for <b>Goods Issue</b> it is giving error can anybody tell me what changes i need to do to make it work.
    The <b>Error Message</b> i am getting is as below:
    <b>Qty and / or "delivery completed" ind. or final issue ind. are missing</b>
    <b>Error Number for the above is : 264.</b>
    Can anybody solve my issue.
    Any help will be appreciated.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi,
    Thanks boss.
    It is working now correctly.
    The issue is the  i_mvtit-XSTOB should be equal space in case of Goods issue while incase of Reversal it should be equal to X.
    Thanks for ur efforts.
    I had awarded you points.
    Thanks a lot.
    Thanks & Regards,
    Rayeez.

  • Sharepoint Web Analytics no data for reports

    Hi all,
    I would like some assistance in troubleshooting the web analytic problem I am experiencing with one of my farms.
    My web analytics reports stopped beeing generated recently and the uls logs have not been helpfull at this point.
    I have checked the following: 
    Verified that the Web Analytics Data Processing Service and Web Analytics Web Service are started on the server.
    Made sure web analytics service application is started.
    .USAGE files are being generated on the WFE
    Noticed that the SharePoint Logging database (LoggingDB) DOES not contains any information.
    I think this is where my problem resides, I have tried to create a new Web Analytics services application, with a new staging and logging database, but no luck. 
    I have also tried to create a new wss_logging db, still no luck.
    I have made sure that the account that runs web analytics has the correct SQL db right on the logging db. still no luck.
    Your assistance is highly appreciated.
    Clifford - South Africa

    Generally it take 24 hrs to generate analytics data.
    Check if below jobs are active:
    Diagnostic Data Provider: Event Log
    Diagnostic Data Provider: Performance Counters – Database Servers
    Diagnostic Data Provider: Performance Counters – Web Front Ends
    Microsoft SharePoint Foundation Usage Data Import
    Microsoft SharePoint Foundation Usage Data Processing
    http://pinchii.com/home/2012/03/site-web-analytics-reports-show-no-data-in-sharepoint-2010/
    Also try steps from:
    http://blogs.msdn.com/b/sharepoint_strategery/archive/2012/03/16/troubleshooting-sharepoint-2010-web-analytics.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0728b722-29e1-4de3-87ee-45ac40242ccf/web-analytics-no-data-for-sites?forum=sharepointadminprevious

  • HT1689 I tunes store double charged me for two songs, how do i get them to reverse the double charges off my account? also one song wong load on my iphone but i got charged for it anyway?

    Help
    I-Tunes Store double charged my account for two songs i downloaded on my phone,
    also a song i ordered wont load to my phone but i got charged for it anyway? how do i get ahold of Itunes store to reverse these charges off my account?
    Help
    Raider girl

    Connect the device to the computer.
    In iTunes, select the content desired to sync.
    Sync.
    This is all described in the User's Guide, reading it may be a good place to start.

  • After sharing itunes with MP3 rocket I get a pop up window telling me that my Apple Push is not working at present. Do I need apple push?Everything is working well for me with itunes and Rocket. Also what is Apple push.

    I have been sharing itunes with MP3 rocket but I still purchase many songs and books from itunes normally.I have not had any trouble. Just recently a pop up window appears after I have been sharing and it tells me that my Apple Push is not working corectly and windows is looking for the problem. What is Apple Push and do I need it. as everything seems to be working well for me.Can you please advise me.

    Has any had you try a reset yet? Sometimes the WiFi &amp; Cellular anntennas get wacky.
    Hold Sleep/Wak &amp; Home buttons until the screen goes dark and you see the Apple logo

  • Facing issue with for each loop in excel VBA

    Hi,
    I am using VBA .
    I am looping through each row and the column matches value,I am getting the value of  G column with the selected row.
          Dim selectedCell As Range
            Dim weekMinutes As Double
            Dim rowNumber As Integer
            usageTracking.Activate
            weeklySheetName = sheetName
             For Each selectedCell In ActiveSheet.Range("A:A")
              If selectedCell.Value = customerName Then
        '          weekMinutes = ActiveSheet.Range("G" & (selectedCell.row)).Value
                   weekMinutes = Cells(selectedCell.row, "G").Value
        End If
          Next selectedCell
    I am able to get value for the first row.
    from second row,even though i am having different value,the "weekMinutes" value is showing as 0 instead of the value in the cell.
    whats wrong I am doing.

    Hi AjayChigurupati,
    The code seems ok, and I also made a quick test. It works well for me.
    Please check the value in A column, the weekMinutes variable only was assigned when the value in column A is equal customerName.
    I also suggest that you loop the UsedRange in Column A to improve the preformance.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hi hope somebody can help? i have acrobat 6 pro, worked well for last two years but then just stopped working. Have reinstalled but still will not open, ronning windows 7. Help please!!

    Hi hope somebody can help? i have acrobat 6 pro, worked well for last two years but then just stopped working. Have reinstalled but still will not open, ronning windows 7. Help please!!  Janice

    Hey janicem42177174,
    Adobe no longer supports the installation and use of Acrobat 6 as it is a very old version which is not compatible with Windows 7.
    I would suggest you to please use the latest version of Acrobat i.e. 11.0.10 which is fully compatible with your OS with its enhanced features and functions.
    You might download a free 30-day trial version of Acrobat from here:
    Download Adobe Acrobat free trial | Acrobat XI Professional
    Let me know how it goes
    Regards,
    Anubha

Maybe you are looking for

  • HT5625 multiple users on 1 computer and accessing

    My household has multiple users on the computer.  I downloaded while logged into my husband's iTunes.  Now I can't update some of my apps because we can't access his password and his email he had used no longer exits.  How can I transfer those apps t

  • How to convert to avi?

    I have a video that was taken on VHS and I want to convert it to .avi. Is there a way to do this with any of the utilities out there? I have Googled, but can't seem to get a clear answer. I have burned the video to DVD so I have that to work from. Th

  • Captivate 5.5 install

    I am trying to install captivate 5.5 on a machine and keep running into exit code 7. The program doesn't write any installation logs so the only thing I have is the error log you get when it doesn't install correctly, any idea on what might be the is

  • Why does metadata, in a box, appear when a photo is shown in viewer

    When I open a photo in aperture viewer a box containing the photos metadata appears . It only goes away when curser moved outside the viewing area.The solution should be simple but I can not find it.

  • Pop up without cancel and maxmize options

    Hi, I want to get a pop up without cancel and maxmize buttons. I had  seen this in standard application. In that I got a pop up without  cancel and maxmize . Regards, sarath.