Web analysis drill down problem

I have a problem in web analysis. I am using EPM 11.1. Strangely, in customer dimension become not to drill down to level 0 without giving any problem. normally I can drill down customer dim. I have 4 level and in level 3 I can drill down, level 2 I can drill down, but in level 1 I cannot drill down to level 0. strangely not only the one cube that customer have, all the cubes that customer have has the same problem.
Has anyone have any idea?
thanks

Just check with your (essbase)administrator has set any security filters to the users having this problem
- Natesh

Similar Messages

  • Drill down problem when using union all combination

    Hi All,
    I have a simple report with a drill down. The report has three columns Region, Sales, Flag... which will drill down to detail level of sales. The Flag column has Y, N values and we added 'All' Value in flag so that the user can select Y, N and All from the table prompt in the report . We have used union all in the report using combination to add the ' All ' Value in the flag. The problem is that now the main report is not passing the Flag values to the detail report. Flag is prompted in the filter in detail report.
    If I remove the 'All' value from Analysis with only Y N selection criteria the drill down works.
    Is there any work around? I have to use table prompt and All value selection in flag for drill down.
    Thanks,
    Virat

    The problem is without union all when doing combination of analysis drill down works, when I use combination drill down does not work because it does not pass the parameters for flag . I have used union all to add All value in flag.

  • Drill down problem when execute CR Viewer from Sap Web Application Server

    Hello,
    We are using Sap  Was 7.01.
    The report viewer jar files deployed to the j2ee engine , and I am using j2ee servlet application to execute the report.
    Everything works OK, but when I am trying to drill down to the next sub report the screen become blank.
    I checked with httpwatch and it seems that there is no response from the server , after DD.
    The web.xml file look like this:
    <web-app>
         <display-name>WEB APP</display-name>
         <description>WEB APP description</description>
         <context-param>
           <param-name>crystal_image_uri</param-name>
           <param-value>./CrystalReports/crystalreportviewers</param-value>
          </context-param>
          <context-param>
           <param-name>crystal_image_use_relative</param-name>
           <param-value>server</param-value>
          </context-param>
          <context-param>
           <param-name>crystal_servlet_uri</param-name>
           <param-value>/CrystalReportViewerHandlers</param-value>
          </context-param>
         <servlet>
                <servlet-name>CrystalReportViewerServlet</servlet-name>
                <servlet-class>com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet</servlet-class>
        </servlet>
         <servlet>
              <servlet-name>reportviewerClient.jsp</servlet-name>
              <jsp-file>/reportviewerClient.jsp</jsp-file>
         </servlet>
         <servlet>
              <servlet-name>ReportViewerSrvlt1</servlet-name>
              <servlet-class>com.illumiti.demo.ReportViewerSrvlt1</servlet-class>
         </servlet>
        <servlet-mapping>
              <servlet-name>CrystalReportViewerServlet</servlet-name>
              <url-pattern>/CrystalReportViewerHandler</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ReportViewerSrvlt1</servlet-name>
              <url-pattern>/jRun</url-pattern>
         </servlet-mapping>
    </web-app>
    There are no javascript errors and I can see that the following JS files exist on the browser cache:
    allInOne.js
    allStrings_en.js
    crv.js
    Also the dynamic rendering of the graphic objects working,  for exampale:
    http://sapdevpor.themigroup.net:52000/ReportViewerNwds/CrystalReportViewerHandler?dynamicimage=crystal1258027361240644774257355486184.png
    sapdevpor is the Sap application server.
    Need help with this asap.
    Thanks
    Nir

    Hello,
    to which directory have you unzipped the Files? I would suggest C:\temp because there are problems with long filenames. Have you tried to reboot and then disconnect Drive M:?
    Regards
    Gregor

  • Web Analysis Spreadsheet object problem

    Hi All,
    I am facing an issue in WA where a report connected to an Essbase cube, has 2 spread sheet objects in it.
    Each spread sheet object uses 4 dimensions in them of which 3 dimensions are used as columns for both spread sheets sheets and the row dimension differs,
    Say spread sheet A has Dim A as the row and DimC,Dim D and Dim E as columns, and spread sheet B has Dim B as the row and DimC, Dim D and Dim E as columns.
    There exists some sort of a link between SS A and SS B, where SS A is connected to the data source and SS B is linked to SS A through dimension Dim B.
    When I drill down on Dim A of SS A, the consolidated value at the top level of Dim B in SS B gets doubled.
    Actually the consolidated value at the top level of Dim A in SS A should be equal to the consolidated value at the top level of Dim B in SS B, because Dim A is fixed to its uppermost member in SS B.
    Meaning the value in the cell which holds the consolidated value at the top level of Dim B in SS B, gets incremented by the consolidated value at the top level of Dim A in SS A, for the first drill down.
    Can anyone tell me of a way by which I can clear the contents of the cell which holds the consolidated value at the top level of Dim B in SS B, using any function of the spreadseet or if there is a way in code that I can use to clear the contents of this cell?
    Thanks in advance.
    Regards,
    Anindyo

    Just check with your (essbase)administrator has set any security filters to the users having this problem
    - Natesh

  • Web Analysis report loading problem

    Hi,
    I have made my report on Web Analysis. I could open and edit it till yesterday. But now whenevr I try to open it I get an error popped up saying "Error loading document". I am not able to figure out why am i facing this problem. Could anybody please help me on same.

    Just check with your (essbase)administrator has set any security filters to the users having this problem
    - Natesh

  • Xcelsius drill down problem.

    Hi gurus, I'm developing drill down chart and table.
    I want to reset, making cell blank, the drill down cell when i click combo box.
    I used push button to refresh or reset drill down value but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    *Dashboard explanation
    this dashboard consists of one chart, one table, one combo box and one push button.
    Of course, chart has the drill down function
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    Drill down cell changes like this
    1 -> 2 -> 3
    a -> blank -> a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    I think problem is the chart which remains drill down value(a) although pushbutton reset the drill down cell to blank.
    Is there any way to refresh or reset drill down value when i click combo box?
    Should i develop custom-component? i'm waiting for your answer.
    Thanks in advance.
    Regards
    Kwon

    Amit,
    Can you confirm if what you're saying also holds for components with the "Enable Drill Down" option enabled, and the "Default Selection" is set to "No Selection (-1)"?
    I'm running into an issue where the "Default Selection" value is not cleared out after performing 3 levels of drill-down. On the third time I do a drill-down, by default the first element is selected, even though I've set the "Default Selection" to "No Selection (-1)".
    Thanks.

  • Drill down problem in query in BI 7

    HI all,
           I m facing a problem regarding one query on customer.... in that NO. OF CUSTOMER , CUSTOMER NO., AND STATUS (1 OR 0) fields are there. depending upon "no of customer" we r giving the "status" as 1 (for non zero value of "no of customer") in place of yes and 0 for no (for zero value of "no of customer") to count total ...now when we are drilling down depending on CUSTOMER NO,  when i m trying to consider only NO OF CUSTOMER in query then it should show total in the same row for particaular yes or no. So can please ne body help me how to resolve so that i can get this problem solved.
    Thanks in advance,
    Anurag

    thanks

  • Drill down problem in EC-CS when moved 4.7c  to ECC 5.0

    Hi
    We are still using EC-CS and upgraded to ECC 5.0.
    We  have customised report for consolidated BS and income.While running the report thru GR55, we come across a screen ( during drill down ) which is like CX34, we can see that the dimension and version field is blank.We fill the values and excute , get error that "local currency of cons unit 123xx is not maintained " . Now we run cx34 in another session, populate the dimension , version etc. Go back to the report and there is no error. Has any one faced similar problem ?
    Thanks in advance
    Satya
    Edited by: satya kantiwal on Dec 17, 2007 5:10 PM

    I have used the GR55 reports to compare the extracted data in  BCS with R/3.
    Why he can not access the transaction code.. ask him to contact security admin to resolve it.

  • Beans graph drill down problem.

    Hi,
    I am currently using 10.1.2 version of BI Beans and developed a front end application for my OLAP cubes. The nice feature of 10g BIB is that we are now able to drill a graph, which was not possible in earlier 9i versions.
    The problem I am facing is while drilling down the graph on a time dimension. My time dimension has Day/Month/Qtr/yr levels for calendar hierarchy and day/wk/month/qtr/yr for fiscal hierarchy. However, we did not want to show the day values so I applied permit read command to restrict the day level. Now it displays only upto week in fiscal hier and month in calendar hier. When I am in a cross-tab, it shows the drill icon on the month/week data, but if I click once, the icon goes away and shows that level as the last level of hierarchy and everything is fine.
    But if I drill through the graph, clicking on the week/month level makes the graph go away and give the message "data has insufficient number of rows/columns. This graph type requires at least 1 line"
    Is there any suggestions to overcome this? Why can't the graph behave in the same manner like crosstab when drill down?
    Thanks for your help.
    Suresh.

    Suresh, instead of mucking around with blocking access to dimension values with the PERMIT programs, it might be easier to create "summary" hierarchies that simply don't include the day level. Then you tell the graph / crosstab / etc. to use these "summary" hierarchies and you never have to worry about drilling to undesireable levels.
    Let me know if this would work for you!
    Thanks,
    Scott

  • Xcelisius Drill Down Problem

    I am facing problem when using Xcelsius Drill Down functionality.
    I am using two column charts. When one of the bars in the first chart
    is clicked, the second chart shows up on the first one (covering the
    first one) with corresponding data. We have a toggle button and when that
    is clicked, the first one is shown, while the second one is hidden.
    The problem is, we need to select a default selection in the Drill Down
    section of first chart. When the default selected bar is clicked on the
    first chart, there is no way to know that the bar has been clicked.
    (Because it is already selected by default), so we are not able to show
    the second bar on the top of the first for this scenario...
    Your help is much appreciated. Thank you very much in advance
    Janakiram

    Hi Jacob, Thank you very much. It solved my problem. I have one more question, in the same context. When the new Series is added and made the default and any of the bars is clicked, the second column chart is showing up. But, when I click the back ("toggle button") on the second chart and go back to the first one, And select the already selected bar (previously clicked on) on the first chart, then there is no way that the second chart would appear. This is because, the cell which we have chosen to put the selected value in, doesn't change!!. This is driving me nuts.
    I know that my explanation of things is so complicated. But, please bear with me to help me out. I thank you once again for responding to my question.
    Janakiram.

  • Drill down problem using 0FISCPER3

    Hi expert!
    I try to explain my BEX problem.
    I have a query where in column there are two restricted keyfigures and 0FISCPER3.
    Both Kfigures are filtred by 0fiscper3 range variable. This variable is entered by user input.
    <b>kfigure 1</b> --> 0fiscper3: from value 1 to variable value;
    <b>kfigure 2</b> --> 0fiscper3: from variable value+1 to value 12.
    When I run the query, filter on an individual 0fiscper3 value and then drill down a characteristic, the report miss the value and end up with "not data found", even if the data is existing.
    thanks a lot.
    C.
    Message was edited by:
            claudia martini

    Hi,
    Could you give us more details on the layout of your query and the drill down ?
    Cheers,
    Nicolas

  • EC_CS drill down problem

    Hi
    We are still using EC-CS and upgraded to ECC 5.0.
    We have customised report for consolidated BS and income.While running the report thru GR55, we come across a screen ( during drill down ) which is like CX34, we can see that the dimension and version field is blank.We fill the values and excute , get error that "local currency of cons unit 123xx is not maintained " . Now we run cx34 in another session, populate the dimension , version etc. Go back to the report and there is no error. Has any one faced similar problem ? This problem was not there in 4.5 , it only started after migrating to ecc.Gurus kindly shed some light on cx34 mistry.
    Thanks in advance
    Satya

    Dear Satya,
    could you please check in tabe TF164 whether the currency indicator is really missing for any cons unit? (use no selection to dimension or version).
    If it did not help, what is the error message number?
    Cheers,
    David

  • Report-6i Drill Down Problem

    Hi,
    I have problem, while running master report, and press button(for drill down), it is showing error
    "Unable to open file moddet.rdf"
    Procedure Button:
    SRW.RUN_REPORT('moddet.rdf mode='||:p_Style||' paramform=no
    p_deptno="'||:deptno||'"');
    Thanks for advance help!!
    Regards,

    Hello,
    Do you know if the file moddet.rdf is in a directory belonging to the list of directories set in REPORTS60_PATH ?
    Regards

  • BPC drill down problem - computer specific

    I recently developed several drill down reports in BPC v 7.0ms that I tested extensively and work great.  However, I have one user that when they open the report and attempt to double click on the heirarchy item to drill down further into the detail, it only reveals the forumula on that line (evdes) and doesn't propmt the drill down expansions.  I've also noticed that several templates that she opens don't automatically refresh like they should and they work properly for everyone else.   I tried logging into her computer with my user ID and still get the same results so I know it isn't a security issue in BPC.  She is using Excel 2007 and Windows XP.  Does anyone know of a setting in her system that would be preventing these expansions from happening the way they should?  I'm assuming its a setting somewhere either in her operating system or excel - just not familiar enough with those to know what to change or where to look.  I have checked her Macros settings and they are set to low and the box to allow VB is checked.  Any help is greatly appreciated!
    Thanks, Lynette

    I don't have the answer to your problem but I can tell you what happens from our application.
    If I drill down on a report using the crystal viewer, whilst viewing the drilldown report I have 3 possible print options.
    1) File > Print ( this prints the main report )
    2) A print icon we have added to our application (also prints the main report).
    3) A print icon on the viewer itself ( this prints the drilldown report)
    So my only question/suggestion is can you also see a print icon on the viewer header itself. If not you may need to make some alteration in the code to display this if it is a property you can change.
    This isn't something I get involved in, but someone else reading this may know.
    Good luck
    Richard

  • ASO Drill down problem needing desperate help

    In Excel addin and Financial Report, I have problems with drilling down. We're using Essbase ASO 9.3.1.
    The scenario is as follows:
    Parent  Figures
    z   
     z1 100
     z2 200
     z3 300
    1. When I retrieve in Excel or FR for z, I get 600 which is corrent.
    2. When I retrieve in Excel or FR for z1 or z2 or z3 or all together, I get correct figures.
    3. When I retrieve in Excel or FR both parent and child, z = 600, z1 = 100, z2 = 200, z3 = 300, I still get correct figures.
    Problem:
    When I drill down from Excel or FR from a, which had correct figures, z1 = 100, z2 = 200, z3 = 300, will be correct but z will be missing (z = missing).
    Is there anyway so that I can drill down from z and still having all figures correct like I get in point 3.?
    Similarly I found a post as follows, which has similar problems:
    ASO retrieves inconsistent between Excell and Finanical report in 9.3.1
    The difference is that my Excel does not display parent as well when drilled down.
    Edited by: sycshk on Dec 22, 2008 2:14 AM

    Hi Anjana,
    Check your DSO setting was checked for SID generation upon activation or not. If it unchecked then your report will run very long time because of no indexes.
    Try your report with the fields you are drill down indefault view and see how much time report is running. So you will know whether it is dril down problem or huge data problem. Try to keep as many as filters as per user.
    Thanks.

Maybe you are looking for