Web Intelligate Summer Report drill down and drill up problem

I use summary table and @aggreage_aware function to design a universy.  I want WI report shows highest level summary table data first, then drill down to next high summary table data.  But when I drill up back,  it still shows be next high summary table data.  I don't use the report to do any calculations.  I just want it shows different level data.
Detail:
I have three tables:
1.  Month_Data table:  - Base fact data table.
Year
Quarter
Month
Department ID
Supplier ID
Score          -- Measure type
2.  Quarter_Data table: - High level summary table.
Year
Quarter
Department ID
Supplier ID
Score          -- Measure type
3.  Year_Data table:  - Highest level summary table.
Year
Department ID
Supplier ID
Score          -- Measure type
I like to create a web intelligence report that shows data from year_data table:
Year          Score
2008          105
2007          99
2006          90
If I drill one level down, It will show data from quarter_data table:
Year (example 2007)
Quarter1     Score
Quarter2     Score
Quarter3     Score
Quarter4     Score
If two level drill down, it will show data from month_data table:
Quarter1
     Month1          Score
     Month2          Score
     u2026
     Month12                     Score.
No calculation needed on the report.
I will use follow steps to create a universe:
1.  Three tables will be three classes.  The classes order is:
     Year_Data class;  Quarter_Data class; Month_Data class.
2.  When I create universe, I join:
Year_Data  class to   Quarter_data class:
Year to year                 1 to n               
Department ID to Department ID          1 to n
Supplier ID to Supplier ID          1 to n
Quarter_Data class to Month_Data class:
Year to Year               1 to n
Quarter to quarter               1 to n
Department ID to Department ID          1 to n
Supplier ID to Supplier ID          1 to n
3.  Create a filter class with object Department ID and supplier ID.
4.  I create two aggregate aware classes:
Agg_dimension class:
     Year:    aggregate_aware(year_data.year, quarter_data.year, month_data.year)
     quarter: aggregate_aware(quarter_data.quarter, month_data.quarter)
     Month:     aggregate_aware(month_data.month); 
Agg_Measure class:
     Score: aggregate_aware(year_data.score, quarter_data.score, month_data.score)
5.  I may re-define year, quarter, month and score as aggregate_aware function for objects in all classes:
     Year:     aggregate_aware(year_data.year, quarter_data.year, month_data.year)
     quarter: aggregate_aware(quarter_data.quarter, month_data.quarter)
     Month:     aggregate_aware(month_data.month); 
     Score:   aggregate_aware(year_data.score, quarter_data.score, month_data.score)
6.  create user hierarchies: 
agg_dimension.Year
agg_dimension.quarter
agg_dimension.month 
7.  Figure out Aggregate Navigation  -- it is easy.
Then create a report.  I put follow objects on report:
Agg_dimension.year          agg_measure.score
When I run report, it shows right data:
Year_data.year          Year_data.score
On the report. I drill down on year, it shows right data.
Quarter_data.Year:
Quarter_data.quarter1                quarter_data.score
Quarter_data.quarter2                quarter_data.score
Quarter_data.quarter3                quarter_data.score
Quarter_data.quarter4                quarter_data.score
But when drill it up back on quarter, it shows:
Quarter_data.year     quarter_data.score1
Quarter_data.year     quarter_data.score2
Quarter_data.year     quarter_data.score3
Quarter_data.year     quarter_data.score4
Not
Agg_data.year          agg_data.score.
It has drill up back problem on my report.
Please help.
Thanks
Frank Han

and keyfigures are coming frm 2lis_03_bf..But when i drill down on purchase organization, purchase grou , vwndor account group and planning group then # is coming instead of value....i dont the reason for this..
Did you chk if you have vendor, purchase org, all this coming from 2LIS_03_BF??
Can you chk in listcube transaction what is the output by putting the same restrictions as in the query?
Edited by: mansi dandavate on Jul 10, 2009 11:37 AM

Similar Messages

  • Getting web host name, web-port, oral-report server name and virtual path

    Hi.
    I have been using oralce forms 6i on oracle application server 10g. I have three servers installed on remote locations.I just want that when i am hosting an application on a server, the web host name, web port , oracle report server name and the path of directory should be selected in a dynaminc variable at application level at run time. In this manner, I will be able to make a single application for all three servers. Any other solution to this problem is also welcomed. Please help anyone and oblige me.

    Hi Rajesh,
    Actually Web AS Host name is <Servername>.<domain name>:<Port no>
                 Web AS Path for R/3 is </sap/bc/bsp/sapd>
    Refer the following link.
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=402561">https://forums.sdn.sap.com/thread.jspa?threadID=402561</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=265076">https://www.sdn.sap.com/irj/sdn/thread?threadID=265076</a>
    Regards
    Hemalatha
    /Assign points if helpful/

  • My iMac 8.1 was slowing down and had permissions problems. I backed everything up, and then re-installed. Now all I get is a black screen. Power+D gives me a hardware error message: HDD-1336. Help!

    My iMac 8.1 (10.6.8 ) was slowing down and had recurrent permissions problems, mostly with Java. I backed everything up, and then re-installed from time machine. Now all I get is a black screen which says I need to reboot. Power+D gives me a hardware error message: 4 MOT/1/40000003: HDD-1336 or HDD-1327. When I reboot from the OSX CD and start disc utilities everything checks out OK. When I reload 10.5.2 from the OSX CD everything seems to work OK and no more permissions problems. But then I loose all my email and safari stuff. Anyone have any ideas short of going back to my old PC?

    DonM. wrote:
    Hi
    Thanks for the help. No point in fooling around with it any more. Will I be able to use it as a monitor if I get a mimi mac?
    Cheers. Don
    No unfortunatley it's too old, you are referring to Target Display Mode which became avialble in 2009, your 2008 needs to have the HD replaced. I'd still do that if everything else is OK or you can simply buy a new MM and display or even a new iMac  or an Apple refurbished iMac to save money.

  • My iphone sometimes rings and sometimes goes to VM. I have tried powering down and still having problem

    My iphone sometimes rings and sometimes goes to VM. I have tried powering down and still having problem

    solved phone in do not disturb mode

  • Excel Download of a Web SAP BW Report asks userid and password.please help

    Dear BW folks,
    Issue: When I run a specific SAP BW Report from Web and download the same into excel & csv.
    When I open the excel file downloaded, it asks me user name and password to enter. csv file downloaded doesn't ask.
    The report has 0cust_sales hierarchy and SBU hierarchy.
    Is there any thing to do with these hierarchies that the excel download is asking user name and password?
    Please help me out!!!!! This report needs to be downloaded into excel sent to my manager.....
    Regards
    Pavan

    Hi Pavan
    It is possible,please refer the below link
    Report execution without prompting user id
    Providing un-secured access to a web report.
    Also, for the time being, you can run the query and save a workbook and sent across
    These will resolve the issue
    Thanks
    Pavan Agarwal

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • Spontaneous shut down and possible kernel problems?

    Hi,
    So I was using my macbook pro today (running OSX 10.8.2, bought spring 2010) and the screen froze. The screen image changed- it looked like someone ran thier fingers through a wet painting. I force restarted the computer with the power button and about 10 minutes later the computer shut down on it's own with no warning (I was typing and the screen went black.) I attempted to start the computer again by pressing the power button. The computer eventually turned on when I held the power button down. A black grey screen appeared and the computer made a plusing, low toned beeping noise. Since I was in a class, I was not able to determine the frequencey of the beeps (just trying to get it to turn off). I held down the power button and it eventually stopped after about 3 minutes.
    I was able to turn on my computer after class and it has been running fine (if a bit slow) for the past hour. I checked the console log and the report for the restart and both cite "kernel panics" (i.e.
    Kernel stack memory corruption detected"@/SourceCache/xnu/xnu-2050.18.24/libkern/stack_protector.c:37).
    I've been reading about kernel panics on the support community but I'm not sure what to do next to solve this issue. I had similar problems at the exact same time last week with the screen and shutting off but I attributed the forced shut down to low battery (the computer just turned off and then ran slowly for the rest of the day once I got it plugged in).
    Thanks!

    Try a safe boot, hold the shift key and power up, this will take a little loner than normal, hold the shift till you see the progress bar. See if it works normal, if it does than it is more than likely some 3rd party software.Then restart normal and check your console for panics. That would be your isssue.  You can also start holding command R and restoring from utililities.  Back up before you do anything.

  • Report fonts mapping and PDF output problem(Easten European languages)

    Hi experts,
    I have such a problem.
    If i run oracle reports(10g) via reports builder all layouts looks fine.
    When i run them in PDF format via application server - report text and numbers strech out off frames, also textfields and text itself becomes bigger in size.
    Aplication server runs over windows OS.
    Uifont.ali file looks:
    [ PDF:Subset ]
    Arial..Italic.Bold.. = "Arialbi.ttf"
    Arial...Bold.. = "Arialbd.ttf"
    Arial..Italic... = "Ariali.ttf"
    Arial..Plain... = "Arial.ttf"
    Arial..... = "Arial.ttf"
    "Times New Roman"...Bold.. = "TIMESBD.TTF"
    "Times New Roman"..Italic... = "TIMESI.TTF"
    "Times New Roman"..... = "TIMES.TTF"
    I think the problem is with Lithuanian(baltic) letters in the text. If i do not map fonts in uifont.ali file i get PDF report without the
    lithuanian alphabet letters, but in this case it looks fine(The same as in report builder)
    After fonts mapping, i get my lithuanian alphabet letters, but text and numbers strech out off frames, changes the size and etc.
    I put the example of my report uotput:
    http://pirmas.50webs.com/index.html
    What else can i do to solve this problem?
    Thanks for any suggestions
    Sky_lt

    Vangel
    For the html output issue , there is a patch available on top of 9021. Please contact your Oracle support representative to get a 90211 patch nd apply the one-off patch of Bug 2472932.
    For PDF, please ensure that you are setting the NLS_LANG in the server config file using the dynamic environment switch feature introduced in 90 patch 1 (9021). Please see the patch 1 release notes for the details
    Thanks
    The Oracle Reports Team

  • Rsd? shut down and mouse pointer problems

    hello there
    So, last week I went to the Carrefour Laval apple store to go check out my macbook because it had shut down 3 times in a row for no reason. The genius checked everthing out, ran some tests, and said everything was a-okay, that I might have simply just xperienced a random, insignificant crash. But, yesterday my computer shut down again as I was surfing the internet. I waited about 1 minute and powered it up again. everything seemed fine. so, about 1 hour ago, im checking my emails, when i go up to the toolbar to select a different website, when my mouse pointer seems to start disappearing on and off constantly. so i close my internet window and this weird loud and quick clicking sound comes from my computer. I open up another safari window, and the sound stops. and this happens over and over again as i open and close safari windows. then 10 minutes later, i am watching a dvd when my computer shuts down again! what is going on? Im so tired of this. i would like to have some advice before i go see the genius again. the thing is i cant reproduce the problem for him, it just happens randomly....
    please help me!

    Hi there I am having the same problem. I've been experiencing it often over the past month. First thing you should do is download the latest updates and make sure the firmware is updated which you can get from apple.ca/support. If that doesn't work then take it into a certified repari center that is authorized by Mac. In Toronto I go to CPUsed, Carbon or MacLibrary for repairs. My macbook is still under warranty so I am going to take it in. I am also going to extend my warranty for three years. These intels are great but it is the first year so expect problems.
    Cheers!
    Alan

  • Shut down and wake up problem

    Frustrating problems with my T410i (2518) with Win7 64bit.
    First I can't get it shut down propertly, when shuting down from  inside windows it starts to shut down but never finish.
    It stays with processor fan active and some of the LED's, like WiFi and Batery also the fingerprint reader led is active in green. Only way to shut down is to press and hold the power button, or just take off the batery.
    Secondly, and most probably some how related to above, if the PC goes in to Sleep/Hibernate there is no way I can wake it up. Just to shut down like abowe and start from begining.
    And more stratnge is that it goes down even if the current power scheme is set to _never_ shut down anything.
    I tried to follow old post in the forum regarding similar problems but still the same...
    System drivers is ans long as I can updated to latest versions.
    The only thing I havent been sucessful with is the patch KB981112 - refused by Windows with the message "Application refused on this PC".
    Any one got a hint of how to proceed?
    PS
    Lenovo support has noting to say, except > "just make sure every thing is updated..."

    BeamBoy wrote:
    The only thing I havent been sucessful with is the patch KB981112 - refused by Windows with the message "Application refused on this PC".
    Did you download the right version of the patch? There is one for x86 and one for x64 os versions. This is the right one you should try: 408196_intl_x64_zip.exe
    Lenovo X220 (Model: 4290-G51) | Intel Core i7 2460M | Intel HD 3000 | 2 x 8 GB CORSAIR DDR3-1333 RAM | 256GB SAMSUNG 840 Basic SSD | 9-Cell orig. Lenovo Battery 29++ (FRU: 42T4942, LGC) | BIOS V1.29 | Power Manager V6.65.1 | Power Management Driver V1.67.04.05 | Windows 7 Professional 64Bit (up-to-date)

  • System slows down and power up problems

    Hi,
    I have a Rev A G5 iMac (1.8Ghz, 1.5GB Ram) which has been working fine since purchased in 05.
    Over the 5-6 weeks we have been experiencing system slow downs. All applications will start running slower and slower (not heavy usage, mail, safari, BT client running and occasionally iMovie) to the point have to restart.
    But when restarting the iMac it will not power up, it starts and 1 sec later shuts down. So I leave for a while and try again, and it will work although the fan is extremely loud.
    I was having to restart every few days but now its to the point of a few times a day.
    have run hardware test and all is fine...and as do not have applecare want to see if can do anything myself before taking in for a quote/repair.
    Oh another thing, the superdrive will not burn via finder anymore only via toast...that started at the same time as the rest.
    many thanks
    Zara

    Hi Zara - have you tried opening the back and vacuuming out several years accumulation of dust? You can also try resetting the PRAM and the SMU and see if that helps.
    Please post back,
    Miriam

  • REPORT GENERATION TOOLKIT AND EXCEL

    i have a problem with report generation toolkit and excel
    the problem is:
    i must read & write from a excel worksheet when this is open but when i using the report generation the worksheet is open another time
    have some solution for this problem?
    sorry for my english

    You need to close Exel when before your VI is running. Excel can not have two instances running at the same time.
    Joe

  • Drill Down and Drill UP on Web Analysis Report

    Hi all,
    I have a question regarding Drill down and Drill up on Web Analysis Report.
    The situation is the following:
    I've created a report with some account parent elements in row. The dimension account has a multiple hierarchy.
    I need to drill down on the child of these elements keeping the parente on top and so i've selected the option "Selected Member First".
    The drill down it's ok for the first drill to go on the next level but when i drill down once more to go on the next level of the selected member hierarchy the drill move this level out hierarchy.
    Can someone help me on this point?
    After that i've drilled just to the last level when i drill up on these elements to return on the previous level i note that in the report happens a strange thing:
    The Drill Up works fine but on the report appears another elements which is the same parent with anothe code/alias of another hierarchy instead of the Selected member.
    On this i've noted tha this 2 different parente have the same elements...I think that the children of the selected memeber can be shared members....Can be this the problem?
    Thanks for the help.
    Best Regards
    Eugenio Gualtieri

    Hi John,
    thanks for your answer.
    I've trayed to set the report on Smart View to virify tou test your advise.
    The situatio is the following:
    IS05101010-PUBBLICITA'
    702000 - VEND. DI SPAZIO PUBBLICITARIO
    702010 - RETTIFICHE VENDITE SPAZIO PUBBLICITARIO     
    W10004 - RICAVI PUBBL ICITA' ATTIVA (Q.EDIT) INTE     
    W10007 - RICAVI DA SPAZIO PUBBL. INTERASA     
    W10029 - RETTIFICA RICAVI PUBBL. INTERASA     
    ED05101010-PUBBLICITA'
    702000 - VEND. DI SPAZIO PUBBLICITARIO
    702010 - RETTIFICHE VENDITE SPAZIO PUBBLICITARIO     
    W10004 - RICAVI PUBBL ICITA' ATTIVA (Q.EDIT) INTE     
    W10007 - RICAVI DA SPAZIO PUBBL. INTERASA     
    W10029 - RETTIFICA RICAVI PUBBL. INTERASA     
    If I take only one parent member the drill up works fine but if i take all 2 memeber as above and i decide to drill up on one of the two element occur that the drill work for the two elements at the same time.
    Afetr the drill in this case the situation is:
    IS05101010-PUBBLICITA'
    ED05101010-PUBBLICITA'
    Can be a problem due to shared memebers?
    Thanks for your help.
    Regards
    Eugenio Gualtieri

  • 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

  • Syntax for passing Xcelsius parameters to Webi Report (Drill Down)

    Hi,
    I am trying to drilldown from an Xcelsius chart to a webi report by passing the prompts. And I have given the following syntax:
    http://<CMS SERVER>:<PORT>/OpenDocument/opendoc/openDocument.jsp?iDocID=<DOCID>&sType=wid&sRefresh=Y&mode=full&lsSCalendarYear/Month=JAN2009&&lsSBusiness+Category=
    Corporate.
    When I click on the chart in Xcelsius, it opens the webi report in a new window. First & foremost, it asks me to login again(this is during testing from the Xcelsius application itself and I am not sure this would happen when I publish the dashboard to BOBJ infoview server). And then in the Webi report, it is showing the prompts screen, instead of directly accepting the passed on values and displaying the report. Am I doing something wrong? Can anyone please help?
    Kalyan

    Hi, Kalyan!
    I do not know exactly what the problem of your URL/syntax is, but I know that I successfully managed to call a WebI report out of an Xcelsius dashboard. So, let's have a look at my URL/syntax:
    http://<CMS SERVER>:<PORT>/OpenDocument/opendoc/openDocument.jsp?
    iDocID=<ID>&
    sIDType=CUID&
    sRefresh=Y&
    lsSCountryKey=DE&
    So, the differences are:
    -> I use the WebI report's CUID and I put this ID type ("CUID") into the URL: "...&sIDType=CUID&..."
    -> I do not use "sType" and "mode"
    -> The rest, i.e. the report's specific parameters/prompts - all starting with lsS... is the same.
    As I said before: I do not know if there is a relevant difference, but why not giving it a try...?
    Regards
    Micha

Maybe you are looking for

  • PLD -  VAriáveis

    Estou desenvolvendo um layout de Nota Fiscal, porém estou com alguns problemas: 1. Não consigo encontrar a Variáveis do CNPJ do PN e da Inscrição de Sub Tributaria: Tentei colocar a Variável 60 para o CNPJ, porém não é aceito. Localizei esta variável

  • Why does my ical calendar list not reflect what is in my calendar. It has all the deleted calendars?

    I am trying to sync my IPAD II with iTunes 10. I have reorganized my calendar by renaming and deleting some calendars. When I go to the info tab and try and select what calendar I would like to sync I get the old list of calendars from before I made

  • Context Menu Verb "Read" not "Open"

    I have an application which uses ShellExecute(hWnd,"open",pFile,NULL,NULL,SW_SHOWMAXIMIZED ); to display attachments. The pFile can be any type of document including PDF. On a Vista machine with Adobe Reader (8,9, or 10) in the User's Temporary direc

  • Burning - how to preserve the file hierarchy?

    Hi! I want to burn the songs of a playlist on a CD in MP3 format. I created an MP3 CD and also tried a data CD. In both cases, all the songs of the playlist are burned in a single folder on the CD. I want a CD with the file hierarchy I have in my iTu

  • Link to Particular Spry Gallery

    Dear All - Can anyone help? I have created a spry gallery page with a dropdown to a number of different categories... Gallery Page I want to be able to add links on another page that will automatically load a particular gallery from this page, i.e. s