Parameter Problem with Drill down reports

Hi,
I have created a drill down report.
I have a master report which list all the employee names and a detail report which list the contact details for each employee selected.
The URL looks like this http://webser/dev60cgi/rwcgi60.exe?detail&p_empid = 1200
detail is a kepmapping entry in cgicmd
this does not work and the detail report does not get the p_empid value.
Now if i enter the compelete url like http://webser/dev60cgi/rwcgi60.exe?server=rep_ss&report=det.rdf......
it works.
Any suggestions !
Thanks,
Shailesh
null

Hi,
I got this resolved by using javascript and doing explicit form submit. As our information is highly secured we don't want the users to see any of the URL links from href, browser or from view source.
I got the first two resolved but when i do a view source i could se in header sections of html view souce the follwing code
<head>
< base href="http://webser.../522222.htm>
</head>
is there any way using reports i can hide this.
Any help, suggestions or reference will be highly apprecaited.
Thanks,
Shailesh
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by the oracle reports team:
hello,
did you specify the token %* in the CGICMD.DAT file so additional parameters are picked up from the URL ?
regards,
the oracle reports team<HR></BLOCKQUOTE>
null

Similar Messages

  • Problem with Drill down reports demo

    Hi,
    Did somebody successfully installed the
    drill down demo. I am not able to get the results here getting some javascript error
    "object expected".
    I have created a schema,
    also the cgicmd.dat report variables
    attahced the rep_util file.
    I could see the invoices report and the product link displays
    javascript:opendetailwin('http:/myserver/dev60cgi/rwcgi60.exe?item+101863')
    when i clik on the above link i get object expected error.
    The Javascript on view source page looks like this
    <script language="JavaScript">
    <!--
    var detailwin = null;
    function opendetailwin(urltopen)
    detailwin = window.open(urltopen,"ItemDetails",
    "width=650,height=535,resizable=yes,status=no,menubar=no,scrollbars=yes,toolbar=no")
    detailwin.location.href=urltopen;
    // -->
    </SCRIPT>
    any help will be higly appreciated. Also is there any other way of implementing drill down reports on web.
    Thanks in advance,
    Shailesh

    Hello,
    Try making your hyperlink in the master report look like this:
    http://webserver/dev60cgi/rwcgi60.exe?detail+p_contactid=&<contact_id1>
    The &<column_name> reference in a hyperlink will tell Reports to substitute the current value of that column in the resultant string.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Calendar with Drill Down Report

    Hello,
    Everybody.
    I am new to Application Express.
    Please any one tell me step by step how to make calendar with drill down report.
    Waiting for valuable reply.
    Thanks
    Rahul

    Not sure if this is what you wanted, but I have links on a calendar, and when you click them, it branches to another page with details about the event.
    To do this, create a calendar region. The SQL statement should have at least 2 columns: The date of the "event", and the text to display as a link. You should also choose a primary key that you want to pass to the drill down report when the user clicks. Something like this:
    select hiredate date_scheduled,
              ename display_column,
              empno
       from empIn the calendar attributes of that region, there is a place to designate which column is the date, and which should be displayed. Go down a little further and set the column link. Put the page you want to show the drilldown report on, and set any variables you need to.
    Hopefully that helped. Its pretty simple once you play around with it - start simple and then once you get the hang of it, make it more complex.

  • Problem with drill down in time dimension - OBIEE 11G

    Hello There,
    I have a problem with drill down in time dimension. The hierarchy for time dimension is " Fiscal Year---> Fiscal Quarter---> Month(Name)--->Date". When I select a Time dimension and click results its getting opened in a Pivot table view. The problem here is, when I click the "Total" its getting drilled down to Year ---> Quarter but when I click on "+ sign next to quarter" it should drill down to month for that particular quarter for that particular year but its drilling down to month for that particular quarter for all years.
    Any suggestions are much appreciated.
    Thanks,
    Harry.

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

  • Problem in drill down report

    HI all,
    I am generating Fi drill down reporting for the G/L account balances.It is displying perfectly.
    I have a some problem.I have some zz fields in the BSEG table .I am maintaing froien key realtion shipy table from another ztable.In the BSEG i have maintained PRimary key field of of z table in the forign key relationship.BUt i need the text also from the primary table.
    Is there any possiablity to write the code in the dril down report
    Thanks

    You gave Parameter ID wrong..
    change that to 'ANR'
    regards
    vijay

  • Problem creating Drill-Down report

    Hi,
    I have problem in creating a drill-down report,got confused how to do it. this is my requirement.
    The main portion that will be first displayed contains a group on match_code and has its own detail section. now when the user selects one of these match_code it should drill down to give more information about this match_code, so the Drill down should also have its own detail section that will be hide and drilldown ok.
    If this the proper way to do it. I will be creating a drill down report for the first time.
    Thanks,
    Reena

    Hello Reena,
    If I understand your situation correctly you have a group on match_code and a details and b section. You want the Group Header and Details a sections to appear on the first "page" or drilldowngrouplevel 0. When the user drills down you want the Details b section to appear.
    You can do that using the drilldowngrouplevel function.
    Set the details b section to suppress when drilldowngrouplevel = 0, this section will only appear after drilldown.
    I am not sure if you still want the details a or group sections to appear after drilldown, if you do then there is no need for conditional suppression. If you don't then use a conditional suppression formula for those sections of drilldowngrouplevel <> 0

  • Drill Out Problem with drill down

    Hello,
    help needed.
    I have two workbooks. The first consists of a hierachical Rowset. This workbook ist stored complettly collapsed.
    When I open it in Portal and use the option "analyze" and after that follow a drillout link to the second workbook it works.
    When I open it in Portal and use the option "analyze" open one level of the hierarchy and after that follow a drillout link to the second workbook the "save dialog" apears. If I answer yes I get an error and also if the answer is no.
    I also set in the discoverer\configuration.xml the flag saveWorkBehavior="never_save" nothing (still asking).
    Logging level is none
    Discoverer 10.1.2.48.18 with patch 5729515
    Can anybody can give me a solution, workaround or hint
    Application.log
    07/01/09 14:54:18 discoverer: [ERROR] [AJPRequestHandler-ApplicationServerThread-6] oracle.discoverer.applications.framework.ApplicationController._logException error.handling.event
    oracle.discoverer.applications.framework.ApplicationException: error.handling.event
         at oracle.discoverer.applications.framework.GlobalExceptionHandler.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:553)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.discoverer.applications.framework.ApplicationEncodingFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
         at oracle.discoverer.applications.framework.RawRequest.populateParameters(Unknown Source)
         at oracle.discoverer.applications.framework.RawRequest.<init>(Unknown Source)
         at oracle.discoverer.applications.framework.RawRequest.initDeferredRequest(Unknown Source)
         at oracle.discoverer.applications.framework.RawRequest.<init>(Unknown Source)
         at oracle.discoverer.applications.framework.ApplicationController.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         ... 14 more

    Hi user 552235...
    I am not sure if my next post will help you, since I am not working with portal, but I had a problem with drill to link in the same disco version (10.1.2.48.18) and the problem solved after applying patch 5507746 for bug 5475467.
    You can read more in metalink with the number I supplied you and try in a test environment of course...
    Hope this will help you solving your problem, if it does please update the thread for the rest of our community...
    Gidi Halamish

  • Problem with drill down on hierarchy with data on diffrent levels

    Hello,
    Im working on a project using oracle bi 10.1.3.4.1, and im kinda stuck with some problems.
    I have a transaction table in which i have data about products, something like :
    prod_id
    amount1
    amount2
    and a product hierarchy which is something like:
    prod_id
    prod_name
    parent_id
    since bi doesnt support hierarchies, i had to faltten the hier table to somehing like this:
    prod_id
    lvl1_prod_id
    lvl2_prod_id
    lvl3_prod_id
    lvl4_prod_id
    and use this as my hierarchy in oracle bi. thus when i drill to lvl3, it will find all the products which are decendents of lvl3 value and group them.
    the problem is, that the hier tree is not even, one product data (in transaction table) can be for lvl4 and another for lvl2. so for a lvl2 product id's in level 3 and 4 will be null.
    when i try to drill to lvl 4, it takes all the rows which have the selected value in column lvl4 and group them, and if lvl 4 is null, it would sum up all the rows that have no parent at lvl4...
    i hope you understand... cause it is a bit complicated..
    anyway i would eventually like to add a filter of != null to the column being drilled down.
    but how do i know which column is it?
    i cant add a != null filter to all the columns since most if not all of them will have null in some lvl (lvl 10 or so).
    one suggested solution was to make a report for each lvl with the !=null filter on the report lvl, and use navigate instead of drilldown... but that would mean i have to make 10 reports for each "real" report... a big problem to maintain.
    hope i was clear enough, any suggestions?
    thanks a lot!

    Hi Ingo,
    Thanks for your reply. If I combine two objects in one objects then I cannot use that object for drill down in my report.
    I want to drill down for both Key and Text.

  • Problem with drill down

    Hello,
    Everybody.
    I am new to Application Express and I ask excuse for my English .
    I must construct an application that has this structure using the drill down:
    Initial report (the data is the result of a query)
    NOME1
    NOME2
    At the moment when clicking on NOME1, a new report in a new region opens with the result of the filter query whith the link, example:
    NOME1          SERVIZIO1
    NOME2          SERVIZIO2
    I would like that when clicking on NOME1 the SERVIZIO1, SERVIZIO2 will appear under NOME1 (in the same report and region), example:
    NOME1
    SERVIZIO1
    SERVIZIO2
    NOME2
    Is it possible to make this with the drill down?
    Thanks in advance.
    Sabina

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

  • Having Trouble with Drill Down Report

    Hello,
    I am having issues with getting Carl's example to work. http://htmldb.oracle.com/pls/otn/f?p=11933:13
    This is my main query:
    SELECT
      AD_SPRIDEN_ID,
      AD_FIRST_NAME_PREF,
      AD_LAST_NAME_PREF,
      AD_SPOUSE_BANNER_ID,
      AD_SPS_PREF_FIRST_NAME,
      AD_SPS_PREF_LAST_NAME,
      AD_ATHL_MATCH_GIFTS_CFY,
      AD_CURES_MATCH_GIFTS_CFY,
      AD_UNRES_MATCH_GIFTS_CFY,
      AD_ENDOW_MATCH_GIFTS_CFY,
      AD_FACIL_MATCH_GIFTS_CFY,
      AD_SPS_ATHL_MATCH_GIFTS_CFY,
      AD_SPS_CURES_MATCH_GIFTS_CFY,
      AD_SPS_UNRES_MATCH_GIFTS_CFY,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY,
      AD_SPS_FACIL_MATCH_GIFTS_CFY,
    FROM MATCHING_GIFTSI want to drill down on past fiscal year data:
    SELECT
      AD_SPRIDEN_ID,
      AD_FIRST_NAME_PREF,
      AD_LAST_NAME_PREF,
      AD_SPOUSE_BANNER_ID,
      AD_SPS_PREF_FIRST_NAME,
      AD_SPS_PREF_LAST_NAME,
      AD_ATHL_MATCH_GIFTS_CFY_1,
      AD_CURES_MATCH_GIFTS_CFY_1,
      AD_UNRES_MATCH_GIFTS_CFY_1,
      AD_ENDOW_MATCH_GIFTS_CFY_1,
      AD_FACIL_MATCH_GIFTS_CFY_1,
      AD_ATHL_MATCH_GIFTS_CFY_2,
      AD_CURES_MATCH_GIFTS_CFY_2,
      AD_UNRES_MATCH_GIFTS_CFY_2,
      AD_ENDOW_MATCH_GIFTS_CFY_2,
      AD_FACIL_MATCH_GIFTS_CFY_2,
      AD_ATHL_MATCH_GIFTS_CFY_3,
      AD_CURES_MATCH_GIFTS_CFY_3,
      AD_UNRES_MATCH_GIFTS_CFY_3,
      AD_ENDOW_MATCH_GIFTS_CFY_3,
      AD_FACIL_MATCH_GIFTS_CFY_3,
      AD_ATHL_MATCH_GIFTS_CFY_4,
      AD_CURES_MATCH_GIFTS_CFY_4,
      AD_UNRES_MATCH_GIFTS_CFY_4,
      AD_ENDOW_MATCH_GIFTS_CFY_4,
      AD_FACIL_MATCH_GIFTS_CFY_4,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_1,
      AD_SPS_CURES_MATCH_GIFTS_CFY_1,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_1,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_1,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_1,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_2,
      AD_SPS_CURES_MATCH_GIFTS_CFY_2,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_2,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_2,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_2,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_3,
      AD_SPS_CURES_MATCH_GIFTS_CFY_3,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_3,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_3,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_3,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_4,
      AD_SPS_CURES_MATCH_GIFTS_CFY_4,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_4,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_4,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_4
    FROM MATCHING_GIFTSExample if the user clicks on AD_ATHL_MATCH_GIFTS_CFY in the first query, I want the following fields to display (note that these are colums. I would want the actual value of the columns to display):
    AD_ATHL_MATCH_GIFTS_CFY_1
    AD_ATHL_MATCH_GIFTS_CFY_2
    AD_ATHL_MATCH_GIFTS_CFY_3
    AD_ATHL_MATCH_GIFTS_CFY_4
    or if the user selected AD_SPS_CURES_MATCH_GIFTS_CFY, I want the following to display:
    AD_SPS_CURES_MATCH_GIFTS_CFY_1
    AD_SPS_CURES_MATCH_GIFTS_CFY_2
    AD_SPS_CURES_MATCH_GIFTS_CFY_3
    AD_SPS_CURES_MATCH_GIFTS_CFY_4
    Any help is appreciated,
    Kelly

    Hi Kelly,
    OK - this is what I've done:
    1 - Created two application items through Shared Components:
    G_CITY_ID
    G_DEPTNO
    these will be used to pass CITY_ID and DEPTNO values from the page to application processes using Ajax
    2 - Created two application processes through Shared Components, with the following settings:
    Process Point: On Demand: Run this application process when requested by a page process
    Name: GET_DEPARTMENTS
    Type: PL/SQL Anonymous Block
    Process Text:
    BEGIN
    HTP.P('&lt;table class="t17Standard" cellspacing="0" cellpadding="0" border="0" summary=""&gt;');
    HTP.P('&lt;TR&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;DEPTNO&lt;/TH&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;DNAME&lt;/TH&gt;');
    HTP.P('&lt;/TR&gt;');
    FOR x IN (SELECT DEPTNO, DNAME FROM DEPT WHERE CITY_ID = :G_CITY_ID ORDER BY DNAME)
    LOOP
    HTP.P('&lt;TR&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.DEPTNO || '&lt;/TD&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.DNAME || '&lt;/TD&gt;');
    HTP.P('&lt;/TR&gt;');
    END LOOP;
    HTP.P('&lt;/table&gt;');
    END;This will return a list of departments for a selected CITY_ID value in the report
    Process Point: On Demand: Run this application process when requested by a page process
    Name: GET_EMPLOYEES
    Type: PL/SQL Anonymous Block
    Process Text:
    BEGIN
    HTP.P('&lt;table class="t17Standard" cellspacing="0" cellpadding="0" border="0" summary=""&gt;');
    HTP.P('&lt;TR&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;EMPNO&lt;/TH&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;ENAME&lt;/TH&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;SAL&lt;/TH&gt;');
    HTP.P('&lt;TH class="t17ReportHeader"&gt;COMM&lt;/TH&gt;');
    HTP.P('&lt;/TR&gt;');
    FOR x IN (SELECT EMPNO, ENAME, TO_CHAR(NVL(SAL,0)) SAL, TO_CHAR(NVL(COMM,0)) COMM FROM EMP WHERE DEPTNO = :G_DEPTNO ORDER BY UPPER(ENAME))
    LOOP
    HTP.P('&lt;TR&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.EMPNO || '&lt;/TD&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.ENAME || '&lt;/TD&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.SAL || '&lt;/TD&gt;');
    HTP.P('&lt;TD class="t17data"&gt;' || x.COMM || '&lt;/TD&gt;');
    HTP.P('&lt;/TR&gt;');
    END LOOP;
    HTP.P('&lt;/table&gt;');
    END;This will return a list of employees for a selected DEPTNO value in the report
    3 - On the report page's HTML Header setting, I have entered:
    &lt;script type="text/javascript"&gt;
    function getEmployees(deptno)
      var d = document.getElementById("DEPTNO_" + deptno);
      if (d.style.display == "none")
        var g = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=GET_EMPLOYEES',0);
        g.add('G_DEPTNO',deptno);
        var gRet = g.get();
        d.innerHTML = gRet;
        d.innerHTML += "";
        d.style.display = "block";
      else
        d.style.display = "none";
    function getDepartments(city)
      var d = document.getElementById("CITY_ID_" + city);
      if (d.style.display == "none")
        var g = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=GET_DEPARTMENTS',0);
        g.add('G_CITY_ID',city);
        var gRet = g.get();
        d.innerHTML = gRet;
        d.innerHTML += "";
        d.style.display = "block";
      else
        d.style.display = "none";
    &lt;/script&gt;These are two javascript functions that will be called when an item is clicked in the report.
    Each runs an Ajax call to the appropriate application process, passes the selected DEPTNO or CITY_ID value into the application items, runs the process, retrieves the results and then inserts that into a DIV next to the item in the report and makes that visible. Clicking the link again just hides the DIV
    4 - In the report definition, on the DEPTNO column definition, I have set the following HTML Expression:
    &lt;a href="#" onclick="getEmployees('#DEPTNO#');"&gt;#DEPTNO#&lt;/a&gt;&lt;div id="DEPTNO_#DEPTNO#" style="display:none"&gt;&lt;/div&gt;This creates the DEPTNO as a link and clicking the link runs the getEmployees javascript. Next to the link is a DIV tag with a unique ID (created using #DEPTNO# - which is replaced by the actual DEPTNO value on the row)
    5 - I have done a similar thing on the CITY_ID setting:
    &lt;a href="#" onclick="getDepartments('#CITY_ID#');"&gt;#CITY_ID#&lt;/a&gt;&lt;div id="CITY_ID_#CITY_ID#" style="display:none"&gt;&lt;/div&gt;And, that should be it - the user clicks the "link", the javascript is called, the clicked value is passed into an application item, which, in turn, filters the required data. This data is formatted into a table and passed back to the page. The javascript then receives this and inserts it into the DIV next to the link and displays it.
    I think the CITY_ID column is one that I added to the standard DEPT table, so you may not have that one, but hopefully you get the idea from the above
    Also note that I have used the Theme 17 Standard report template - you will need to adjust the class names in the application processes if you are using a different theme/template
    I hope that all makes sense!
    Andy

  • Problem In drill down reports

    Hi,
      while creating the dril down report for the
    "Balances Display" General Ledger of financing. I am successfulli executing the report from "FSI1" Transaction. when i attache the generated report to the transaction code it the report is directly going to the printer with displaying online.
       how to avoid this printing? plese suggest.
    Thanks In Advance
    Ramanjaneya Reddy

    Petar:
    Thank you for your input..
    To further comment on your reply:
    1) For the Parent Level EVSND cells (at aggregated level), as long as their values are not updated, EVSND won't send these and cause errors. But again, it is another layer of security one has to add on to prevent users from changing the aggregated values.
    2) The reason that we are not using EVDRE anymore is because our business processes still use the traditional custom excel workbooks for reporting purpose. It is much efficient and consistent by taking the workbooks and shoving EVGTS and EVSND into the cells.
    Have you seen situation like mine? Is there a better approach to it? And what is your long term goal, to continue to have users design static excel workbooks and put in EVGTS/EVSND, or to transform them to EVDRE environment?
    Have a great weekend!

  • Problem with Drill down using Pie chart

    Hi all,
    I have a dashboard which displays sales according to product category in which I'm using combo box for category.
    Based upon the selection the corresponding products are displayed in the Pie chart and when I click a particular
    product its total sales value should be displayed in a Guage.
    The problem is if for one category there are 10 products the pie chart is showing only 5 labels if drill down option is checked
    and if its not then its showing all the products......
    What could it be ??
    Thanks
    John

    Hi John
    Is this fixed now?
    Regards
    [Charles|http://www.reportex.co.uk/xc_dataload.html]

  • Problems with Drill Down

    Gurus,
          I have a really wierd situation!
    I have a couple of queries that run off a multiporvider and with the initial run they work fine. But as i drilldown by adding filters the report seems to generate miscalculations. Its in the BEx Analyzer where this whole process is taking place. Any suggestions would be rewarded. Thanx a million.
    PS: Variable offsets used & data is plan/actuals

    I am pretty sure that characteristic is existing and is common but i will check again. The situation is like...
    Its Sales Planning and Actuals. Primary object is Plant and drilldown is by material. We have a couple of infoproviders on which the multiprovider sits. First run gives good calcualted values and all columns are populated by formulas but drilldown is creating miscalculations. Thank you.

  • Problem with drill down and hierarchies :(

    Hi,
    i've been working on the following issue for about 2 days, but i just cant find a solution.
    I got this data schema:
    Department     Account Manager     Customer     KPI     Jan 09     Feb 09
    BM-A     Max, Musermann     Comp1     Actual     1.982,24     2.043,55
    BM-A     Max, Musermann     Comp1     Target     2.002,06     2.002,68
    BM-A     Max, Musermann     Comp1     Forecast     2.045,00     2.121,00
    BM-B     Fred, Feuerstein     Comp2     Actual     1.982,24     2.043,55
    I want to display all 3 KPIs (Actual, Target, Forecast) in one chart. But the user should be able to view the data in different hierarchies. I.e. sum of all departments, sum on the level of account manages and on the level of customer....
    So I need 3 filters (department, account manager, customer)... ?! But how do I achieve to sum the data for the differents months?
    I hope you understand waht I need...
    Thanks in advance.
    Best regards,
    Daniel

    Hi Daniel
    The easiest way would be to have your data re-aggregated to the levels you need and then organise your data to enable the pie chart to show the summaries based on a ComboBox selection or something.
    If getting the data pre-aggregated isn't an option I would look at investing in Centigon's Filtered Summary Component:
    http://www.centigonsolutions.com/components/filteredsummary.html
    Regards
    [Charles|http://www.reportex.co.uk]

  • Drill-down Report, Form not completely showed in Report

    Hiya!!
    I'm working with Drill-down Report. Im creating a kind of P&L report but it has a lot of lines because I need to create one P&L report for every Region (Profit Center Group), and I need it in a fixed form.
    The problem I have is that my Form has approximately 1080 lines but when I execute the Report (Tx FXI0), the Report just show 1020 lines and I don't have any error message. The output type I have choosen is graphical Report output "106 Navigation control, detail list" by now, but I already tried with all the possiblilities there are (Tx FXI2).
    Does anybody knows If there is any limit for the output? If not, does anybody know where do I have the problem?
    Thanks in advance.
    Regards.
    Adela Cambiasso

    You can use the drill down strategy, well described by my friend Kan:
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html
    regards
    Jorge
    p.s If this answers your question then please grant the points and close the thread

Maybe you are looking for

  • Help! Cannot browse mp3s by folder after upgrade to OS 4.5.0.110

    Help! After upgrading from (maybe) OS 4.1 to (definitely) OS 4.5, I now have a new media player that, um, I can no longer find my files with. Previously I would download various podcasts onto my phone and put them in the folder music\lectures. Then I

  • SQL Server 2008 Installation Error

    I found this error when i am try to Install SQL Server 2008 on Windows 8 TITLE: Microsoft SQL Server 2008 Setup The following error has occurred: Error getting file attributes for 1392. Please make sure that the drive is formatted and accessible. For

  • Missing Icons in "Multiple Selection Window"

    Hi Folks, I am trying to solve an issue in regards to missing icons. In any report when you click on the multiple selection icon on the right, you get a new window with 4 options. 1. Select Single Value (Green Dots) 2. Select Ranges (Green Dots) 3. E

  • Help with AE and USB HD setup

    Not even sure where to begin. I guess I'm so frustrated with this whole setup. I went out and purchased a Airport Extreme 802.11n and a G-Tech 250GB USB 2.0 hard drive with the hope of creating a shared network drive for myself (MBP 15") and my wife

  • Changed settings cant access graphical user interface

    I accidentally changed a setting on my graphical user interface. Not sure which one. I think it had to do with a subnet or something. Any way when i enter the http://192.168.1.254/ to access the graphical user interface nohing comes up it says unable