The question SQL generated by the motion of the Hyperion Intelligence report

I have 2 tables and I'm pulling the column 'PRSN_NO' first table (A) and the "POOL_NM" of second column table (B).

The join between A and B are

A Left Outer Join B on A.PTY_ID = B.PTY_ID
AND B.Start_dt < = A.End_dt
AND B.Start_dt > = A.Start_dt

The query exported the form

SELECT DISTINCT AL1. PRSN_NO, AL2. POOL_NM
OF VADIM_IR. AN AL1
LEFT OUTER JOIN VADIM_IR. B AL2
ON (AL1. PTY_ID = AL2. PTY_ID)
WHERE
(AL2. Start_dt < = AL1. End_dt
AND AL2. Start_dt > = AL1. Start_dt)


My expectation is

SELECT DISTINCT AL1. PRSN_NO, AL2. POOL_NM
OF VADIM_IR. AN AL1
LEFT OUTER JOIN VADIM_IR. B AL2
ON (AL1. PTY_ID = AL2. PTY_ID)
AND (AL2. Start_dt < = AL1. End_dt
AND AL2. Start_dt > = AL1. Start_dt)


Please help me on this. I hope there is a setting in the creation of the eco file to get the outer join condition in the filter and I have not checked but still I am getting the join condition in the filter.

Thank you
KP

have you try to define/set of this part of the sql ("(AL2.)") Start_dt<=>
AND AL2. Start_dt > = AL1. Start_dt)"as a sql custom Start_dt fileld limiit?

Tags: Business Intelligence

Similar Questions

  • Unable to change exportfolders value of MBeans for FRConfig.cmd for the Hyperion Financial reporting 11.1.2 version.

    I am not able to change the exportfolders value in MBeans for FRConfig.cmd Hyperion Financial Reporting 11.1.2.

    When I enter the value, it just disappears. I'm missing something here. ?

    I need set the path of export for PDF generation in the Hyperion financial report for lots.

    Edit FRConfig.cmd and update


    Set EPM_ORACLE_INSTANCE=%MIDDLEWARE_HOME%\user_projects\epmsystem1

    Update epmsystem1 for the name of the correct instance EMP

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • difference between the hyperion and reports hyperion financial

    Hi all

    What is the difference between the hyperion and reports financial hyperion?

    Hyperion reports was the name of the version 9 of pre, now it's Oracle Hyperion Financial Reporting, edition of Fusion.

    If you are looking at the differences between the versions, there have not been major improvements, but here are the most recent: lot of bursting for schedules, increased the Annotations of options, best connectivity SAP BW, MS AS, formatting.

    Your other source of info is new files of the Readme files / what doc library:
    http://download.Oracle.com/docs/CD/E12825_01/NAV/portal_4.htm (11.1.1 versions)

  • Problem on the Division of cells in Hyperion financial Reporting! 1

    Dear all,

    I have a problem to the hyperion financial reporting cell Division.
    For example.
    A
    Line 1 12
    Row2 456




    Row14 (Formula) = line [2] / row [1]

    The above calculation does not return a response, I read technical refrence
    and I found that the division operator used in the case where the following: line [2] / 9.

    SO, how can I line [2] / [1] rank.


    I also tried to call the see (cells [1, A]) but also no way.




    I'm waiting for your answers. Thanks in advance

    Try to use the function Eval as Eval([1]/[2]) to divide the 1st row by row 2.

    Visit this link for details http://download.oracle.com/docs/cd/E17236_01/epm.1112/fr_user/frameset.htm?launch.html

    ~ Vikas nasri

  • the SQL for apex 4.2 with 'apex_item.text' region report renders incorrectly

    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    'User interface'-> 'Template '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer
    select apex_item.text(1, '111') as c1 from dual;
    Then it results in:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />
    But in APEX 4.2 the report is rendered thus:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name=&quot;f01&quot; size=&quot;20&quot; maxlength=&quot;2000&quot; value=&quot;111&quot;  /&gt ;</td>
    ("for this forum poster correctly I had to put extra spaces between ' ' & gt ' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ">" but has "' & gt; '."

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    I need this 'apex_item.text' function, I can't remove it.

    Published by: CharlesRoos on 13.02.2013 15:28

    Published by: CharlesRoos on 13.02.2013 15:29

    Published by: CharlesRoos on 13.02.2013 15:29

    CharlesRoos wrote:
    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    ' UI '-->' model '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer

    select apex_item.text(1, '111') as c1 from dual;
    

    Then it results in:

    
    

    But in APEX 4.2 the report is rendered thus:

    < ;input type=" ;text" ; name="f01" size="20" maxlength="2000" value="111"  /> ;
    

    ("for this forum poster correctly I had to put extra spaces between ' & gt' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ' > ' but '& gt;'.

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    Make sure the column attribute display as for column C1 is Standard report column.

  • PK PL/SQL generated for a table

    Hi all

    How we generate a pk for a new line of an element, which is defined with a value for the new pk?

    In an old thread Re: form of PL/SQL generated Primary Key? , someone added links to explain that, unfortunately, they do no more work.

    Can someone explain to me how this could be done?

    Thanks in advance


    Kind regards
    Cleo

    Published by: Cleopatra on March 7, 2011 05:42

    You may not use the "* Source Type * ' as primary key" * Custom PL/SQL function * "and use the function

    BEGIN
      return v('ITEM_NAME');
    END;
    
  • I had installed the captain claw game and when I try to run the following error report is: of the Side-Scrolling Action-Arcade game has encountered a problem and needs to close.

    original title: C:\DOCUME~1\hariraj\LOCALS~1\Temp\7f3f_appcompat.txt

    I had installed the captain claw game and when I try to run the following error report comes... Please solve my problem...

    ....

    ARCADE-ACTION SIDE-SCROLLING GAME

    Of the Side-Scrolling Action-Arcade game has encountered a problem and needs to close.  We are sorry for the inconvenience.

    ERROR SIGNATURE

    AppName: cla.exe AppVer: ModName 1.3.0.60: cla.exe
    ModVer: 1.3.0.60 Offset: 000f3956

    THE FOLLOWING FILES MUST BE INCLUDED IN THE ERROR REPORT

    C:\DOCUME~1\hariraj\LOCALS~1\Temp\b285_appcompat.txt

    Please please please please help me... i will be grateful to you

    Hi Raj Kumar,

    You can follow the steps mentioned in the article below, which deals with a similar question

    Game hangs or quits unexpectedly
    http://support.Microsoft.com/kb/303032

    (Article apply to Microsoft games, steps for other games)

  • Family blocked Security Site is shown repeatedly in the most visited site on the weekly activity report

    Family blocked Security Site is shown repeatedly in the most visited site on the weekly activity report

    I'm not able to get on the site using the connection to childhood.  But reports say the blocked site looked at 300 - 500 times.  Even if these are attempts (are they?) this should be reported elsewhere (I thought they were already), I want to see my children are actually using on the activity report. PS I'm not positive on the version of windows.

    Hello REBS.

    Thanks for posting your question on the Microsoft community.

    Thank you for details on the issue.

    This problem may occur because of corrupted or incorrect family safety settings.

    Please refer to this wiki article created by Lonnie_L on August 24, 2013 and check.
    http://answers.Microsoft.com/en-us/Windows/wiki/windows_other-security/family-safety-frequently-asked-questions/5672f7b2-e3c0-498a-9a6c-c9cab39f68e5

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • The System Diagnostics report what is the cause?

    Symptom: Device is not present, not working not properly.
    or does not all its drivers installed.
    Cause: A device has a configuration problem that
    It prevents from functioning correctly.
    Details: The device, MpKsl052d11ad, reports
    'tv_ConfigMgrErr24 '. This device won't be available until the issue is
    solved. The Plug and Play ID for this device is
    ROOT\LEGACY_MPKSL052D11AD\0000.
    Resolution: 1. check that the correct driver is
    installed.
    2. try updating the drivers using Windows
    Update.
    3. check with the manufacturer for an update
    pilot.
    4. try uninstalling and reinstalling the
    device by using Device Manager.
    Partners: Explanation of
    Error codes generated by Device Manager
    Manage devices
    in Windows

    I'm not sure, just found by google, but have a read of:

    http://rbatko.blogspot.co.UK/2011/07/tvconfigmgrerr24-solved.html

    and

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/tvconfigmgrerr24/d09a9481-e2d3-41fc-86EB-46742be0ab65

    who seem to have messages in the same sense in them, like:

    ' Solved by removing devices and reboot the computer.
    Go into the Device Manager, select 'Show hidden devices' find it and uninstall it. »

    and

    "I went to the device and under choose

    As I say, just found by a Goolge, but if they appear similar to your problem and if no further assistance is available, it may be worth it. Or at least a peek in to see Device Manager if the devices are listed in it. If you want to play safe, back up your system first before deleting anything then you can return to where you are now if the worst happens.

  • Problem connecting to the Windows error reporting service. Some of the reports can not be uploaded to the Windows error reporting service. Please try again later.

    Hello

    When I present reports of error and asks me to send additional information, I get the above error. I have read and tried all the solutions already asked for this problem except for the removal of error reports (because if I do that, how could they be downloaded for analysis?)

    Just to confirm, I have:
    Restarted with a clean Windows with only Microsoft services running and no boot entry and retried the upload.
    A ran the SFC system without any problems.
    Insured to the logs and alerts are allowed through the firewall and temporarily disabled my virus scanner traffic analysis

    The persistent questions seem to be Google Reader goes down, and several accidents related to my AMD video driver.

    Hope you can help.

    Hi Kyle,.

    Did you do any change in software of hardware on the computer before this problem?

    You can read the following steps and check if it works.

    Method 1:

    Check if error reporting is enabled.

    For do I suggest you check if error reporting service Windows has stopped working. Try to start the service by following the steps below:

    a. click Start> type of search in the servicesbox, press enter > find windows error reporting service in the list of the list of services > right click , and then click Start.

    (b) also to run the service as Auto, please follow the steps below.

    c. right-click on the service from the list of windows error reporting services and then click Properties > there will be a pop-up screen > check for startup type and select Automatic under drop down menu and apply the settings.

    Note:

    The purge will remove the existing report but if the problem reappears to collect the reports again and you will be able to move forward with the process of reporting errors.

    Purge all existing reports by using the disk cleanup utility, and then see if you can send information to the server of problem reports.

    Refer to this help article.

    Delete files using disk cleanup

    http://Windows.Microsoft.com/en-us/Windows7/delete-files-using-disk-cleanup

    Method 2:

    Please refer to Google Drive Known Issues, you can also ask your question in the support of Google using Google Drive question forums.

    For the problem with the AMD video driver, you can try to update the drivers for the latest on the manufacturer 's Web site and check if that helps.

    To know better the question you can always check the event viewer details related to the issue.

    With the event in the Event Viewer logs, you can get information about your hardware, software and components of the system and monitor the events of security on a local or remote computer. Event logs can help you identify and diagnose the source of current system problems or help you predict potential system problems.

    Open event viewer

    http://Windows.Microsoft.com/en-us/Windows7/open-Event-Viewer

    Please return to the State of the issue and also let us know in case you need assistance on issues related to Windows.

  • How can I retrieve the code behind reports ORACLE XML?

    Every afternoon.

    I need to customize a copy of one of ORACLE's XML reports.  (Receipts not invoiced report - CSTACREP - PL/SQL, stored procedure)

    So I need to work on the data behind the original report model... But how home? Where is he? This is a directory issue somewhere because you can not download the app.

    Thanks a lot a lot for research.

    Al

    #facepalm wrote:

    .. Thank you very much both of you for your help.

    The problem I have is that I only know 11i (and now proceed to r12.1.3) report delopment via rdf style and/or xsl data report models and have no idea how I can take this code in order to create a customized version of it.

    Is there a Note/link somewhere that can tame me through the method of reports customized using PL/SQL procedures?

    Thanks a lot, a lot.

    Al

    There are many examples/docs/tutorials available, just google "XML report customized pls/sql" and you should get a lot of success.

    Oracle, SQL, PL/SQL applications: Development XML Publisher report - using Data Source as PL/SQL stored procedure

    http://erpschools.com/articles/XML-Publisher

    Thank you

    Hussein

  • Use the stored procedure to create the data model for the bi publisher report

    Hi all

    Can we use stored procedure to create the data model for BI Publisher reports? I did find an example by using the stored procedure to complete the data model in the bi publisher report.

    Thank you

    Virat

    Check out these links

    BI publisher to use the stored procedure
    Re: Stored procedures and dynamic columns
    Re: Is it possible to use stored procedures in BI Publisher GUI?
    Re: PL/SQL stored w / model XML?

    If brand pls help

  • How to disable the print in Reporting 11.1.2.1 Server

    Hello

    I need to know if you can help me with "how to disable the print in Reporting (11.1.2) Server?

    As is required for the upgrade of (11.1.2 - 11.1.2.1). Sorry for the small Question.


    Kind regards
    Kumar

    You must uninstall FRRemovePrintServer.cmd in FinancialReportingStudio\products\financialreporting\install\bin also uninstall Studio FR. You will need to re-install Studio EN and configure the print server after you upgrade to 11.1.2.1

  • Lowercase first letter in the name of the column in the non-interactive report... Once again

    A few days ago a posted a question on how to make the column name in a non-interactive report
    out like the lowercase. (original post: lowercase first letter on behalf of the non-interactive report column )
    I use Theme13, which is probably the only theme that forces the first letter
    a column in a report uppercase name.




    In any case, I received several responses, including the response that I applied on my page.
    Then I went back to make the column sortable and which denies the alternative CSS and
    the first letter of the name of the column is back in uppercase... arrrggghhh!

    Are there any other suggestions on how to force lowercase with Theme 13 and a sortable column?

    Thank you
    Donna

    Hello

    Do you have it wrapped in the style tag?

    
    

    BR, Jari

  • all the people of the Hyperion have access to salary information in Workforce Planning

    Most workforce planning applications store the names of employees and their salaries.
    However, a friend of consultant very known/seasoned categorically stated that private employee information not be loaded in planning / Essbase. It suggests that we should explain to lawyers in our HR and legal department, what we try to do and most likely they will not allow the information private to be exposed to Riverbed managers and planners. He says that even the names of the employees are not planning / Essbase, we should charge them as employee1, employee2 etc. Only HR should have the real names of the employee1... employee5000.

    Anyone can weight with their opinions as to whether it is a good idea to store salary information in Essbase? A simple mistake in the Essbase security implementation could expose pay for bad budget managers. In addition, all the people of the Hyperion have access to salary info. Is this 'kosher' with companies in the United States?

    Essbase Fan,

    I can speak only from my experience and I've been in the private, public and not for profit. Employee and salary information usually remain within the pay system. I don't think it's if the data longer in Essbase specifically as the users who access Essbase as you had mentioned on security.

    In addition also the Essbase administrator would have access to all salary information. So the question arises is the Essbase administrator and payroll the same people? If this isn't the case, you have now more than one person with knowledge of sensitive information.

    Loading data as ' employee 1' with salary 5000' is not really hide the data because the specific planners are likely to pine point by the amount. "

    What we do when we analyze the salaries one transactional and OLAP (essbase) methods is to summarize information on the salary by office and send to the analytical tool. In this case the sum your salary by office/division/region information, and then import into Essbase to do your analysis of planning in this way.

    Although it shows how each office has he can't pin wages highlight what makes each person.

    JTS

Maybe you are looking for