HR Analytics Headcount issue

Hi,
We have a requirement in HR analytics. monthly snapshot table will take future headcount in a month based on effective start date but if users running report today report should only show headcount where hire date<sysdate.
ex: previous month head count =100
this month company hiring two employee where emp1 joined may 10 and emp2 will join on may 25
OOTB report will show headcount=100+2=102
users expecting headcount=100+1=101(because emp2 not yet joined)
how can I fix this problem in informatica mapping. I need to customize mapping with above logic. any idea?
Thanks
Jay.

The monthly snapshot calculation is based on the start dates and this is calculated in the PLP process. The best option may be to get a more granular report that uses the HR_WRKFCT_EVT_F table and not the MONTH snapshot. You may have to edit the report so that you are querying the base fact versus the month table. Hope this helps.

Similar Messages

  • Edit Analytics Properity Issue

    Hi Experts,
    In OBIEE 11.1.1.6.0,
    First issue:
    I click "Edit Analytics Properity" in answer and select "compountView!2" from 'View for Text Delivery' area.
    When I sent this report into user who remain receive the "compountView!1" layout report. It is very odd.
    I look at the help document, which said "Use this box to manually control which compound layout, including its associated views, is sent to a particular destination"
    Are you facing the same issues?

    Hi,
    Use the below links to unlock the locked Object
    http://host:port/rep/support/public/LockAdminService
    http://host:port/dir/support/public/LockAdminService
    While using the above link , you would have to give your Uid and pwd, then you can observe the check box which is locked object, then check the box and click on above button.Remove lock
    Regards
    Chilla..
    <i>Points rewarded if it is helpful..</i>

  • Oracle waveset - Oracle Analytics Integration issue

    I am trying to integrate Waveset 8.1.1 with OIA 11.1.1.5.0
    Enabling Web Services
    The first problem we faced was that there was no resource for Sun Role Manager in the drop down list for resources.
    This was resolved by creating a new resource adapter with class path com.waveset.adapter.SRMWebServiceAdapter.
    On test connection I received the following error:- java.lang.NoClassDefFoundError: com/sun/xml/wss/XWSSecurityException
    I then placed the following jars in the web-inf/lib directory
    wstx-services.war
    webservices-tools.jar
    webservices-rt.jar
    webservices-extra.jar
    webservices-extra-api.jar
    webservices-api.jar
    jsr173_api.jar
    jaxp-ri.jar
    jaxp-api.jar
    This gives the error (on test connection) :- java.lang.NoSuchMethodError: com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.getNamespaceContext()Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
    I tried placing the files in jdk/jre/lib/endorsed folder but this got us back to the previous error (on test connection):- java.lang.NoClassDefFoundError: com/sun/xml/wss/XWSSecurityException
    I am using tomcat server.
    Please let me know if anyone knows how to get around this issue.
    Thanks.

    I am facing the same issue - has anyone had any luck with integrating the two?
    Thanks in advance.

  • Analytics, it does not work correctly.

    When I login analytics page with some common three or four usernames all the time, it works well with statistics showing correctly. but with another more usernames login one by one, the analytics page shows normally without any statistics. why? please

    Not sure, but that might be an analytics permissions issue.
    Check the Analytics Administration utility under security settings.

  • Analytics Report Suite Not working

    Hello:
    I'd like to setup an analytics report suite for an application account I've created. I don't have an Omniture Site Catalyst so I want to use the basic analytics suite included in the DPS Pro. But, when I try to write a name for the Report Suite, the system asks me to enter a Customer Name to enable the Check Availability button. I've done this before in several other application accounts without any issue.
    What could be done in these case?

    For analytics-related issues please contact Gold Support directly for assistance. You can find contact information by going to http://digitalpublishing.acrobat.com/ and looking in the bottom middle of the page.
    Since this is a very old thread I'm locking it to avoid multiple issues confusing the conversation. If you found this thread via search and have analytics questions either contact Gold Support or start a new thread in the forum for your specific issue.
    Neil

  • Duplicate property names are not allowed 'max'

    I'm puzzled by the above error.  It seems I can only add in one aggregate in a single query.  The error shows up in the simple example below, if I remove one of the AVG the error goes away.  I could create multiple queries and join them but
    I've seen samples that suggest this should work.  Any thoughts as to what I'm doing wrong?
    SELECT MAX(Driver), AVG(Time), AVG (SpeedInKmPerHour)
    FROM input
    TIMESTAMP BY DataTimestamp
    GROUP BY Driver, TumblingWindow(second, 1);

    Hi Michael,
    I'm using Stream Analytics to issue speading tickets in a driving game (they are actually achievements). It looks very similar to what you are doing, are you tracking real cars?
    I started with this query:
    -- Select the average speed over a 10 second tumbling window
    select Driver, avg(Speed) as AverageSpeed
    from telemetry
    group by TumblingWindow(second, 10), Driver
    Then tried this:
    -- Select average speed where it exceeds
    -- 100 MPH in a 10 second sliding wondow.
    select Driver, avg(Speed) as AverageSpeed
    from telemetry
    group by SlidingWindow(second, 10), Driver
    having avg(Speed) > 100
    And am now using this:
    -- Limit the output events to one per minute
    with Speeds as
    select
    Driver,
    avg(Speed) as AverageSpeed
    from telemetry TIMESTAMP By CreatedTime
    group by SlidingWindow(second, 10), Driver
    having avg(Speed) > 100
    select Driver, max(AverageSpeed) as Speed
    from Speeds
    group by TumblingWindow(minute, 1), Driver
    Hope this helps.
    Regards,
    Alan
    Free e-book: Windows Azure Service Bus Developer Guide.

  • Sub query filter may not reference current Report

    Hi,
    I've 2 reports, i'm calling one from the another report by navigate methode(Column Propertives--> Value-->Navigate). 2nd report is having narrative veiw in title of the report .
    Getting Error:
    Sub query filter may not reference current Report

    hi,
    have u seen this ?
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/issue-with-drill-down-1710714
    thanks,
    Saichand.v

  • 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

  • Issue with Extended Analytics

    Hi,
    I have an entity(say A) which is a shared member across 2 hierarchies. The immediate parent for this entity is different across both the hierarchies (say X and Y). The default parent is X.
    I am using Extended Analytics to extract the adjustment values of A(both entity currency adjustments and parent currency adjustments). A and X are in USD and Y is in AUD.
    So, in Extended Analytics, I need to be able to select the exact parent-child combination to get the values. But in the parent ID column, I am always getting a value of -1 which means Default member not in Use.
    Has anyone faced this issue before? Am I going wrong somewhere?

    hi,
    Please check your saplogon.ini file as detailed in note 170352.
    Maybe it contains empty descriptions under the section
    [Description]
    like
    Item1=
    Item2=
    Item3=...
    Please review the mentioned note for further details. In case you find such entries, take a look at chapter Solution ->
    "3.  Repair saplogon.ini".
    Regards,
    Eddie

  • Adding analytics issue with OrgModeler

    Hello Experts,
    Could you please help with OrgModeler issue. When creating scenario I try to add analytics but it doesn’t appear in the list of analytics so when clicking “next” it says: Error: To set KPIs/Structure requires at least one analytic (screenshots are below the message). I did initial load, extraction and so on. Connection strings to SAP and DB are alright. What can it be? It's OrgModeler Version 4.0 SP1 Build 0910042200. DB is Oracle. CDS enclosed. Thank you in advance.

    I can't see anything obviously wrong.
    At best the error message is mis-leading as you are clearly trying to add an analytic!
    I would be tempted to raise an OSS message assuming you haven't done any customising.
    For information 4.1 SP1 was recently released but I haven't deployed OrgModeler on any 4.x version so can't comment on whether this is a known issue or not.
    Stephen

  • Extended Analytics template label issue

    I'm trying to create star schema via extended analytics from work space but getting below error
    'Invalid Extn Analy templete label. Please provide a valid template label. '
    I followed all steps provided on
    http://www.oracle.com/technetwork/middleware/financial-management/tutorials/exprtana-093544.html
    Can't seem to get the reason behind this issue.
    Thanks,
    Ravi Agrawal

    Thanks Erich.
    I'm new so do not have any info for this template label.
    While extracting I just mentioned a template name for future reference.
    How and from where do i check for this template label feature?

  • Strange issue on WCP/Analytics

    Hi All,
    Here is a strange issue, 2 environments, all running on 11.1.1.6.5. They configued Analytics collector to collect info but,
    1, 'Analytics - Page traffic' in test environment works well, whenever 'Stretch content' (in 'display options -> Advanced' of 'Component Properties: Analytics - Page Traffic') is 'true' or 'auto'
    2, if 'Stretch content' set to 'true', prod environment works well also
    3, if 'Stretch content' set to 'auto', then 'No data to display' in prod environment
    The difference is prod environment is a cluster. But what’s the relationship between Stretch content and Analytics collector? If Analytics collector not be configured correctly, it shouldn't work, weather 'Stretch content' be set to true or auto...
    The browser is IE9.
    Any pointers are greatly appreciated!
    Thanks in advance,
    Edited by: 997705 on Apr 26, 2013 11:58 PM

    OK, here is what I found out: when I did a security wipe and manually installed everything again, all was fine. The model number is right (STL100-2) and all apps do their work. When doing the device switch again, this will - I am sure - bring back the problem.

  • Google Analytics url additions persisting in redirects - causing issues

    Hello,
    We're having a bit of an issue regarding Google Analytics url parameters being passed through redirects to third party sites, this is causing some of them not to resolve correctly.
    When we send email newsletters through Eloqua the links in the newsletter are replaced by something like
    http://eloquasubdomain.com/e/er?utm_campaign=houre_102513.html&utm_medium=email&utm_source=Eloqua&s=2636&lid=28386&elq=90149dcce3454e94aaaba60dd6e1b354
    they go to Eloqua and have url parameters for both Google Analytics and Eloqua.
    However, then, Eloqua redirects to an address like this: http://www.example.com/?utm_campaign=houre_102513.html&utm_medium=email&utm_source=Eloqua
    This includes our google analytics url parameters into a query for a third party (our advertising client's) site. Sometimes this makes the third party site not load as intended depending on the client's website.

    Were you able to find how to work around this issue?
    Nadine

  • Analytics 2.5 Issue on WCI

    Hi,
    Installing Analytics 2.5 on top of WCI results in XPException: Fatal error loading lib file analyticstag which breaks Weblogic Server startup.
    The Release notes indicates that this issue should be considered as warning only though it breaks the WCI installation.
    Do I need to setup the classpath on the Weblogic Server side ?
    Regards
    JO

    Hi,
    Please redeploy your portal in WLS.
    Hope this helps.
    Edited by: Ali Mukadam on Apr 22, 2009 11:10 PM

  • Issue in opening reports in Disconnected Analytics at Client side.

    Hi Gurus,
    I have successfully configured the disconnected analytics.
    The repository name = disconnected.rpd
    In the Connection Pool tab, below information is given :
    User name = Disconnected
    Username/password = dba/dba
    Call interface =Default(ODBC 3.5)
    In the Database tab, below information is given:
    Database : SQL Anywhere 9
    On the client side, when I open the report "channel_report" in answers, it is giving me below error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: 28000 code: -103 message: [Sybase][ODBC Driver][Adaptive Server Anywhere]Invalid user ID or password. (HY000)
    SQL Issued: SELECT Channels."Channel Class" saw_0, Channels."Channel Desc" saw_1 FROM SH ORDER BY saw_0, saw_1
    Can anyone know how to resolve it?
    ~ John
    Edited by: user541642 on Sep 16, 2011 4:40 AM

    Hi Gurus,
    I have successfully configured the disconnected analytics.
    The repository name = disconnected.rpd
    In the Connection Pool tab, below information is given :
    User name = Disconnected
    Username/password = dba/dba
    Call interface =Default(ODBC 3.5)
    In the Database tab, below information is given:
    Database : SQL Anywhere 9
    On the client side, when I open the report "channel_report" in answers, it is giving me below error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: 28000 code: -103 message: [Sybase][ODBC Driver][Adaptive Server Anywhere]Invalid user ID or password. (HY000)
    SQL Issued: SELECT Channels."Channel Class" saw_0, Channels."Channel Desc" saw_1 FROM SH ORDER BY saw_0, saw_1
    Can anyone know how to resolve it?
    ~ John
    Edited by: user541642 on Sep 16, 2011 4:40 AM

Maybe you are looking for

  • How I got my ipdo to work again after the latest updater

    after about 20 hours of headaches and listening to everyone's similar problems and trying everything under the rotten apple tree, here's yet another solution that seems to have fixed the problem. will have to wait and see how long. I went to another

  • How to establish an Https connection from a html client

    Hi! I�m totally new to Java so my question is rather"stupid". I have an html page that sends a post to a servlet <form name="form" action="servlet/ServletLogOn" method="post"> I want to establish an https connection between the client and the servlet

  • Multiseat with Lightdm broken after updating Mesa

    Hi, I've been using a multiseat configuration for months now, and it was working almost perfectly (almost - multiseating is far from being really stable yet IMHO, but anyway). I updated mesa-libgl a few days ago and confirmed packages replacement, bu

  • Upgraded to iTunes 8, iPod no longer recognized

    Hello! I have a HP laptop running Vista Home and everything was working fine until I upgraded to version 8 of iTunes. Now, my laptop does not even recognize my iPod at ALL, not in Explorer, My Computer or iTunes. USB ports are working fine, I have an

  • WINE: Cannot install Internet Explorer 6 on 64-bit system

    Hi everyone I'm running the 64-bit version of Arch Linux, with WINE 1.3.2 from [multilib] and winetricks installed. When I try to install ie6 via winetricks (which I need for both work and a game I'm trying to install ), I get the following error mes