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

Similar Messages

  • How to call a drill down report using hyperlink ?

    Can anyone please give an example to call a drill down report using hyper link in Reports 10g ?
    Regards
    Capri !!!

    Hi,
    I've been using this approach in a couple of reports and it works great with one problem. Even if I include the srw.set_hyperlink_attr('target=_new") it still launches the drill report in the current window. When the user hits the back button it doesn't take them back to the main report it takes them back to the reports/rwservlet? page. Can you see if there is anything I'm doing wrong...would be a really cool report if I could force it to open a new window.
    Here is what my code looks like:
    srw.set_hyperlink(:P_SERVER || 'dwn&report=transaction2_v8.rdf' ||
    '&PARAM_COMP_NUM=1' || '&PARAM_ACTV1=' || TRIM(:actvty_cd) || '&PARAM_ACTV2=&PARAM_ACTV3=&PARAM_ACTV4=&PARAM_ACTV5=&PARAM_ACTV6=' ||
    '&PARAM_START_DATE=&PARAM_END_DATE=' || '&PARAM_FY_NUM=' || vYear || '&PARAM_PERIOD=0' || '&PARAM_ACTVTY_GRP=%20' ||
    '&PARAM_LIST=%20' || '&PARAM_START_ACCT_CAT=' || TRIM(vCat) || '&PARAM_END_ACCT_CAT=' || trim(vCat2)|| '&PARAM_SYS_CODE=%20' ||
    '&PARAM_SRC_CODE=%20' || '&PARAM_DATA_TYPE_CD=P' || '&PARAM_ACT_STATUS=%20');
    SRW.SET_TEXT_COLOR('blue');
    srw.set_hyperlink_attrs('target=_new');
    Also I get different behavior if the user saves the PDF and opens the report through their pdf reader.
    Thanks for your help

  • 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.

  • 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 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

  • 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.

  • 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

  • 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

  • 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.

  • Excel drill down problem

    Hi Experts,
    I have a problem with the drill down in Excel report.When I filter and drill down by employee, the report show me the profit center instead. This happens intermittenly and a few other users have the same issue.
    I'm using Excel 2003, SAP GUI 710 and BEx Release 2004s (Support Package 12, Patch 1)
    What could be the reason? can anyone please advice?

    Hi Harlina,
    Just a wild guess : do you see profit centre in the free characteristic list (list providing the characteistic for drill down). If you dont I think you can check profit centre info object, short description/medium description - check if it profit centre and not employee.
    Also check if you have two employee characteristics available for drilldown - that could explain the intermittent nature.
    Regards,
    Sunmit.

  • Drill Down problem is query

    Hi,
    We are having a query based on a MultiProvider having a cube and a DSO. The query returns results without any problem.
    But, the moment we try to drill down by a few of the navigational attributes of a particular characteristic, the drill down takes forever.
    We had the "posted value" settings for the navigational attributes originally; we have also tried with the " master data" option, but,that did not help.
    At the backend, for the above mentioned navigation, we see an index scan happening on the DSO. We could perhaps try creating indices on the fields that the users are trying to drill down by. But, this will not be a good option as we have keep guessing all such fields that they might be using and cause an additional overhead.
    Incidentally,the same navigation used to yield results in 10 s sometime back before there was an application of an Oracle patch. It has stopped working as earlier ever since this was done. Our basis team has looked into the issue but they dis not find anything different at the database side due to this.
    I have been looking through the forum to check if I can see anything related but I have not come across any solution that relates directly to this problem so far.
    Any input on this is much appreciated.
    Thank You,
    Anjana

    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.

  • Drill Down Report using Crystal reports in eclipse and jspviewer

    Hi
    I want to understand how to write a drill down report since I have a requirement for my project, so I tried to run the sample drill down.rpt that is available with Crystal Reports 2008 Complete Reference book by George Peck.
    I can see the results correctly( i.e. can drill down) in the preview tab . Since I am working inside the eclipse, the way I run the reports is first  "Create report viewer JSP" by right clicking the report and have a url mapping to this jsp. I am running the reports from a hyperlink that maps to the url which will launch the jsp.
    the jsp is:-
    <%@ page contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1" %><%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %><crviewer:viewer reportSourceType="reportingComponent" viewerName="Drill Down-viewer" reportSourceVar="Drill Down" isOwnPage="true" allowDrillDown="true">
         <crviewer:report reportName="reports/Drill Down.rpt" />
    </crviewer:viewer>
    The one that was created by  "Create report viewer JSP" did not had "allowDrillDown" attribute at all .But I added it since it isnt working.
    So when I launch my web app and click on the link to run the report, I get the report results but only to the summary level. When I double click the summary level I get a 404 error page.
    Can please anyone suggest what is going on.
    Thanks
    poonam

    Ok. So, you added the report to the project. Now we have to add the CR assemblies to the project, add the viewer (if need be) and fire it off. Simplest code would be:
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            CrystalReportViewer1.ReportSource = ("path to report")
        End Sub
    In this case you are using the viewer SDK to runt he report. The report will prompt for any logon parameters - but you can code these also. You can load the report via the engine as bellow. Again, the report will prompt. I prefer to use the engine as it is way more "extensible"...
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
            crReportDocument.Load("path to report")
            'Bind the report to the viewer
            CrystalReportViewer1.ReportSource = crReportDocument
        End Sub
    If you have a report added to the project (strongly typed) the code would be:
    CrystalReportViewer1.ReportSource = New myReport()
    For more details, I'd recommend looking at the sample app vbnet_win_simplepreviewreport.zip available from the following location:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    The developer help files are here:
    [SAP Crystal Reports .NET SDK Developer Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip]
    [SAP Crystal Reports .NET API Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip]
    - Ludek

Maybe you are looking for