Mutli level heriarchy

Hi All,
I am trying to return XML from oracle. I am using XSU utility for the same. Seeing some solved examples I have been able to get it working for a simple one to many case.
I need some help to model multi level heriarchy. For examle if a customer has many orders, and orders have many line items. I need to return an XML for this. The problem is that when I am creating object views i cannot create a table with vararray or nested table. Can any one show me some examples as to how i can model this.
Thanks in advance
Raghu

I currently have something similar working as an image gallery,
basically for the different image folders i have the XML format arranged something like this:
<Folder>
     <name>Example</name>
     <previewPicture>Example.png</previewPicture>
</Folder>
<Folder>
     <name>Example2</name>
     <previewPicture>Example2.png</previewPicture>
</Folder>
On itemclick on that tileList, i POST the 'selectedItem.name' to a PHP file, which opens the folder of that name, and returns all the image files.
On result of that request i simply set the other Tile List's dataprovider to the event result;
private function fillTileList(evt:ResultEvent):void
     TileList2.dataprovider = evt.result;

Similar Messages

  • Asset Base Value = 26 "Rem. book value w/o revaluation"

    Hello Experts
    i have got a requirement from my client. He don't want to have the depreciation on " revaluation amount" for certain asset /s
    The current configuration settings are as follows:
    (a) Activated new depreciation "EA-FIN" is actived through T.Code SFW5
    (b) Depreciation is being used based on "useful life"
    (c) New Deprecaition key is configured as "ZREV" with a period control (T.Code AFAMP) of  (01/01/11/01). here, i have kept blank against "Revalution" and Multi level key as " Z01"
    (d) The Mutl-Level configuration through T.Code - AFAMS -> the Base value is chosen from drop down as "26 - Rem. book value w/o revaluation"
    (e) new depreciation key is maintained in asset master data
    However, i am getting the value of depreciation is being calculated on revaluation amount.
    Kindly help me, is there any additional configuration is required to done?
    Regads
    Anil Kumar

    Hi,
    please see the explanation part of note 1475896 (not the coding corrections).
    regards Bernhard

  • XSU and multiple tables

    Hi,
    So far I have success using XSU to store an XML file to a single table datawise where each element of the XML correspond to the field name of the table.
    But I have couple of questions.
    1. I am still using ROWSET and ROW tags in my XML. Can i change it to something meaningful say...PRODUCTS and PRODUCT respectively? If so how can i do that?
    2. How do i stored an XML onto more than one table. Each PRODUCT have some linked information to be stored in another table. How can i do this?
    Basically this time the XML will look somewhat like this:
    <?xml version="1.0" ?>
    <ROWSET>
    <ROW num="0">
    <BRAND>brand name</BRAND>
    <CATEGORY>category</CATEGORY>
    <ROWSET1>
    <ROW1>
    <MERCHANT>merchant name</MERCHANT>
    </ROW1>
    </ROWSET1>
    </ROW>
    </ROW>
    </ROWSET>
    Please help me. Thank you.
    Regards,
    Abdul Rasheed

    Hi,
    search this xml form for 'multiple tables' and you will learn a lot about it. it seems that using XSU you can only to save to one table or a view. Possible solutions are:
    1. create a view over those tables. If your view is complex and not
    updatable then you can use insteadof triggers with your
    non-updatable view"
    2. split your mutl-level XML to several single level XML files and save each xml seperately.
    3. And another person was nice enough to mail me the following solution, which might be of help. i copy the mail here...
    I saw your message in the XML oracle forum, and i've just finished a small project for my company in doing things like saving an XML document to a DB table.
    I think that saving the XML document in one or many tables is not different because what you need is to build dynamic SQL queries to update your tables so you need to guess the setter part of the querry.
    UPDATE my_table SET column1=value1,column2=value2... WHERE table_key=key_value.
    the best way to do the job is to use an XSLT processor, you give it your XML document and an XSL document for filtering the output.
    the output of the XSLT processor could look like:
    <?xml version="1.0" ?>
    <ROOT>
    <TABLEROW table="table1">
    <COLUMN1_1>value1_1</COLUMN>
    </TABLEROW>
    <TABLEROW table="table2">
    <COLUMN1_2>value1_2</COLUMN>
    </TABLEROW>
    </ROOT>
    now it's easier to guess the SQL queries all you have to do is to parse this output document and say in you code something like:
    String[NBR_OF_TABLES] Queries;
    int i=0;
    -- Loop inside the xml document {
    Queries="UPDATE ";
    Queries[i]=+(curent_node.getAttribute("table")).getNodeValue();
    -- Loop inside the curent node {
    column_name=current_node.getNodeName();
    column_value=curent_node.getChild().getNodeValue();
    Queries[i]=+" SET "+column_name+"="+column_value; //FIRST TIME
    Queries[i]=+","+column_name+"="+column_value; //2,3,4...
    you may need some type conversion, from string to numbers,and dates, and the WHERE part of the query is up to your indexation mecanism
    of course you can put the tables primary keys values and names rigth in the yout XML document.
    and last you simply execute the Array of queries you have:
    for (int i=0i<NBR_OF_TABLES;i++)
    execute(Queries[i]) .
    hope this helps.
    abdul rasheed

  • I want to copy the text from the SAVED PASSWORD window so i can make a txt doc for back up.... how do i do it?

    is there a certain file in the '''mozilla firefox directory''' that has the saved passwords ,etc info in TXT form, somewhere on my compputer that i havent discoverd yet?

    @dmcritchie
    I don't see any "sort" done at all on the resulting output. And the code on my page doesn't have any sort functions included, that I can see. ''(I know little about writing Javascript.)'' It sure doesn't "sort" as displayed in the Firefox Saved Passwords window, which is alpha from left to right - chrome:// - ftp:// - http:// - https:// - as the primary sort. And within each of those protocols there are mutli-levels of alpha sort, which are separated by each period in the URL, it seems.
    The resulting output from my page seems like it may be in the order the passwords were originally saved, which is the order that data would have been originally saved in the signons.sqlite file. I can't say that 100% though, as the Profile I used earlier to test that it still works in Firefox 5.0 has been through hell and back over the last 8 or 9 years. I honestly can't remember the last time I started saving passwords from scratch in a new Profile, I have passwords from websites that I haven't been to in the last 8 years in there. I just copy the two password files into any new Profile I may create and I'm then sure I have any of the passwords I have saved since I started using Firefox.
    Sorry, I don't have any idea about how to add another column with (xerox.com) pulled out of this URL (www.office.xerox.com), if I am following you. The script used basically takes the data saved in Firefox an outputs it direct, without modification, just placing that data into the correct place as per the script. I'm not sure that would even be possible, we're already hitting two security alerts in Firefox as it is.

  • ATP Check(in SCM ) for a Configurable product  during sales order creation.

    HI Guru's,
        our client is implementing GATP(SCM) and Variant Config(ECC 6.0)
    when a Sales order is created for a Configurable Product of 20" width and 10" diameter, and with some other Characteristics, He wants the ATP check to be done for that particular product with specific width and diameter.
    Is there any possible solution?
    Plz let me know....  
    Thanks
    jk

    Hi
    Assuming that you know how to configure Variant configuration in R/3, ATP check in R/3 I will list down the ATP set up and setup relevant to Variant Configuration in SCM.
    APO side.
    1.Check Definition of Characteristics and Class system:
    SAP APO - Implementation Guide -> SAP Advanced Planner and Optimizer (SAP APO) -> Basis Settings -> Define Class System (CDP or Classical Characteristics)
    2. Check Mode ( use same requirements class used in R/3 mat master)
    SAP APO - Implementation Guide -> SAP Advanced Planner and Optimizer (SAP APO) -> Global Available-to-Promise (Global ATP Check) -> General Settings -> Maintain Check Mode
    3. Create a check instruction with your check mode and AE(make to stock SD order) combination and set up the desired ATP check method in it.
    SAP APO - Implementation Guide -> SAP Advanced Planner and Optimizer (SAP APO) -> Global Available-to-Promise (Global ATP Check) -> General Settings -> Maintain Check Instructions
    4. Check Control with your ATP group and AE business event.
    SAP APO - Implementation Guide -> SAP Advanced Planner and Optimizer (SAP APO) -> Global Available-to-Promise (Global ATP Check) -> Product Availability Check -> Maintain Check Control
    5.Maintain suitable scheduling horizon in SAP APO - Implementation Guide -> SAP Advanced Planner and Optimizer (SAP APO) -> Supply Chain Planning -> Production Planning and Detailed Scheduling (PP/DS) -> Global Settings -> Maintain Global Parameters and Defaults -> Planning Tab
    5. Don't forget to CIF classes and charecteristics
    6. Maintain check mode, ATP group, PP/DS horizon, planning procedure 3 in product master.
    If you want to trigger production you have to maintain planning procedure 5  in product master and appropriate settings for MATP like configure check instructions, production type Mutli level ATP. you have to have valid BOM and Routings, CIF PDS for the material, maintain production version in material master, etc. That will be quite a complex scenario again.
    This should give you proper results. Hope this helps.
    regards
    Mohan V R chunchu
    Edited by: Mohan V R Chunchu on Jan 30, 2008 6:17 AM

  • Texture Mapping Problem

    When i map image to box the image is repeated for each face
    But i want to Wrap only one copy of the image to the overall box
    How Can i do?
    thanks

    Hello Recketguy,
    The reason why colours look faded and washed out is because 3D graphics accelerators provides texture mipmaps. A mipmap is a powerful tool on a video card that smoothens out the pixels on an image when you go close enough to a texture on the screen. For example, in First-Person shooter, you'd want to mipmap the textures so that when you go up close to things like walls, you don't want to look at the enlarged pixels on the textures used for the walls. There are two ways to control the mipmap, there is a mipmap filter on your video card and there is a mutli-level mipmap on your Java 3D. The mipmap filter on your video card smoothens images automatically, the mutli-level mipmap in Java 3D works not by using multiple images for the same texture. Each image you load for a texture has a different resolution, so when you get closer to the object, Java 3D automatically loads the texture with the higher resolution. The benifit is that it does not slow down your video card by wasting memory for high resolution pictures when something is too far away to look at anyways. Unfortunately, I don't know how to change the mipmap filters from Java 3D, but I do know how to use multi-level mipmaps if you're interested.
    Cheers,
    Botan

  • IFS Benefits/features over default portal functionality?

    If I can already create folders, upload/download/search docs in portal and grant access to those with item level permissions, etc., what is the real benefit of using iFS with portal?
    After reading the iFS docs, I can't really see any. I hope that some of you who already have experience using both in portal could provide some insight.
    Thanks

    Portal is not meant as an Enterprise Content Management Platform. In fact, in upcoming releases you will find that most of Portal's current CM functionality is replaced with Oracle CMSDK/Files functionality.
    For starters CMSDK gives you access to the same content from a variety of protocol servers(FTP/SMB/WebDAV/NFS/AFP/) as well as the simple Portlet.
    Compare this to Portal which only as of v9.0.2 has introduced WebDAV support.
    Portal does not offer the ability to extend, customize and override the internal file system functionality that the CMSDK provides you.
    CMSDK gives you features such as
    Document Subclassing / Defining of Custom Objects and Metadata
    Categories
    Agents - time based / and event based
    Server Side Overrides
    Mutli-levels of Versioning
    Rich API
    The list goes on.
    View the CMSDK Developer's Guide.
    Matt.

  • GL Translation at Transaction Level?

    We are mutli-national company with 22 Sets of Books and 21 different functional currencies running on 11i (11.5.10.2) We consolidate all into single SOB at end of each month into USD. Issue is we are getting a lot of questions from our upper level management wanting to see transactional and/or balance detail in USD "live" throughout the month so they do not have to wait until the end of the month to get the picture in USD.
    Currently only way we know of to do this is to schedule the standard Translation program ( GLTTRN ) to run at appropriate intervals. Not crazy about that idea because to fully please the users we'd literally have it scheduled to run every few minutes for every balancing segment in each set of books. That's a lot of load to pile up on the Concurrent Managers to constantly have the Translation program running and translating each SOB's balances to USD.
    Our users had prior system that literally translated at the transaction level. Technically Oracle translates to the the functional currency every time a transaction is posted and even marks a translated balance as out-of-date so it can be re-translated but we cannot find any indication of a "better" way to handle this to meet our users requests.
    Question is.....how are other companies handling this? Just running Translation repeatedly? Some other standard functionality we're missing? Other workarounds?
    Thanks,
    Jason

    Dear Jason,
    Gather key reporting requirements of user and convert the transactions on the basis of Translational rate at reporting level. i.e. Say a user runs GL Trial Balance, the converted transactions shall be picked from the Translated Lines and the remaining lines shall be picked from particular SOB gl_je_lines, multiplied with Translational currency rate and displayed in Report.
    Here we are mimicking the effect of translation in reports.
    I agree that these reports will have some performance issue, but not that much of Translation program.
    The advantages are, Users are given the choice, they can run report whenever they want
    Second advantage is, say he does not run the report today, there is no burden on system for Translation program schedule.
    I believe if you discuss with your Technical and Functional team, this option can work.
    Regards,
    Sridhar
    Edited by: K Sridhar on Apr 30, 2009 6:05 PM

  • FCC for Multi-level Hierarchy

    Hi Friends,
    Can someone please help me out with this.Below is my Sender Data Type which needs to be converted:
    DT_TRAC_MESG
    (Hierarchy 1)         TRAC_INFO
                      (Hierarchy 2)   TRAC00
                         (Hierarchy 2)GROUP1
                                    (Hierarchy 3)TRAC05
                                    (Hierarchy 3)GROUP2
                                                 (Hierarchy 4)TRAC10
    (Hierarchy 4)                                             GROUP3
                     (Hierarchy 5)                                         TRAC11
    and my input data is as below :
    XXXXXXXXX  TRAC00 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (occurance 1)
    XXXXXXXXXXXXXXXXXXTRAC05XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (occurance 1)
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX
    I know Std SAP XI doesnt support more than 3 hierarchies but we are using a JMS adapter and this support more than 3 hierarchies.So please help us in achieving this mutli hierarchy conversion.Please atleast provide me the procedure to convert a 3 level Hierarchy structure.
    It would be of great help for me if someone can answer this and asap.
    Thanks & Regards,
    Pradeep.

    Hi
    follow this weblog
    File Content Conversion for Multi Hierarchical Structure
    or
    you can use seeburger to use multi level hierarchy
    SAP PI/XI : Content conversion using Generator mapping functionality of SeeBurger : Part 1.
    SAP PI/XI : Content Conversion using Generator mapping functionality of SeeBurger : Part 2.
    regards
    sandeep
    Edited by: sandeep sharma on Dec 15, 2008 10:45 AM

  • Error Level 10: I have this error where a plugin broke that I had to remove because it was not finding it. How do i install it back so it functions?

    8/29/2014 7:15am
    It seems to me that if Microsoft's platform can not fix it with the troubleshooter that the troubleshooter sucks.  It does not know when errors are thrown so your developer sucks on creating software for errors that are popping up in your software?
    if a error is thrown in Windows 8 it should catch it upon a thrown error in programming? This hsould be a level 1 ticket. Since when I call you support for error in your product no one wants to address problems in your software and get mea tech to resolve
    it?
    The question now is how do I fix this and why is it causing me an internal error 500 for my web server install?
    I may have other issues but I need access to my web server through my browser I used fsocketopen to troubleshoot it?
    It gets back a internal 500 on Gecko process in firefox and on IE it just won't serve out the document in my web server abyss or apache? So the question is what service is broken so I can't serve my [web server] pages out? Let me go through all the event
    logs that I have with errors below?
    Under Applications:
    1) Failure to load the application settings for package microsoft.windowscommunicationsapps_8wekyb3d8bbwe. Error Code: 10
    2) LMS Service cannot connect to Intel(R) MEI driver. Error level 1
    3) Failure to load the application settings for package microsoft.windowscommunicationsapps_8wekyb3d8bbwe. Error Code: 3
    4) SearchIndexer (3476) Windows: The database engine attached a database (1, C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb). (Time=0 seconds)
    5) Internal Timing Sequence: [1] 0.000, [2] 0.000, [3] 0.125, [4] 0.000, [5] 0.000, [6] 0.000, [7] 0.000, [8] 0.000, [9] 0.000, [10] 0.000, [11] 0.000, [12] 0.000.
    Saved Cache: 1 0: Evenet Id level 326.
    6) SearchIndexer (3476) Windows: The database engine started a new instance (0). (Time=0 seconds)
    7) Internal Timing Sequence: [1] 0.000, [2] 0.000, [3] 0.000, [4] 0.000, [5] 0.000, [6] 0.000, [7] 0.000, [8] 0.000, [9] 0.000, [10] 0.000. eveent level 105
    8) SearchIndexer (3476) Windows: The database engine (6.03.9600.0000) is starting a new instance (0). Error Level 102
    Under Security:
    1) We might want to check this out here User Account Management changed?
    Under Setup: no errors.
    Under System below:
    1) Name resolution for the name win8.ipv6.microsoft.com. timed out after none of the configured DNS servers responded.Event level  1014
    2) Intel(R) 82567LM-3 Gigabit Network Connection
     Network link is disconnected.
    3) The system has returned from a low power state.
    Sleep Time: ‎2014‎-‎08‎-‎29T05:10:07.602701000Z
    Wake Time: ‎2014‎-‎08‎-‎29T13:13:47.945773100Z
    Wake Source: Device -USB Root Hub : Error level 1
    4) The browser has forced an election on network \Device\NetBT_Tcpip_{58565081-3013-43B6-AE07-CC89C71F6036} because a master browser was stopped. Event Id 8033.
    5) The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\_??_USBSTOR#Disk&Ven_EPSON&Prod_Storage&Rev_1.00#7&2d369789&0&533536503532383375&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}. Event error 219.
    6) The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\{3c83e4cf-28e9-11e4-827b-b8ac6f8aec21}#0000000000004000. Error Level Id 219.
    7) The UMDF reflector was unable to complete startup because the WUDFPf service was not found.  This service may be started later during boot, at which point Windows will attempt to start the device again. Error Id 10114.
    8) Unable to bind to the underlying transport for [::]:80. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine.  The data field contains the error number. Event Id 15005.
    9) The supersafer64 service failed to start due to the following error:
    The system cannot find the file specified. Event ID 7000.
    10) The SNMP Service encountered an error while accessing the registry key SYSTEM\CurrentControlSet\Services\SNMP\Parameters\TrapConfiguration. Error: 1500.
    11) The SAS Core Service service failed to start due to the following error:
    The system cannot find the file specified. 7000
    12 The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The site has been disabled. The data field contains the error number. 1004
    13) The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\_??_USBSTOR#Disk&Ven_EPSON&Prod_Storage&Rev_1.00#7&2d369789&0&533536503532383375&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}. Error level 219
    14) Name resolution for the name win8.ipv6.microsoft.com. timed out after none of the configured DNS servers responded. Error level 1014.
    Now I need help with all these error since Windows 8 with maybe 15 applications is failing after no setup errors? What would cause these we need to find out? Since I can not use your product with so many developer errors? and to put out a products that doesn
    work is pointless? So please call me and have some help me through the errors and tell your support to stop ignoring the errors that broke the products?
    Sincerely, William Dunlap {removed} N. Academy blvd, 201, Colorado Springs, CO 80910 http:\\interfacesone.fnhost.org
    {removed}.  I need a tech to help me get my web server up?

    So now you don't release the security breaches in windows 8. You mean to tell me that you can use Powershell - Using WMI to breach security in VB apps on the web by getting my file structures?
    What is this all about?
     1 Set VPN NIC Settings
        2 Get Network Data from servers
    Set VPN NIC Settings
    $error.clear | out-null
    cls
    $ErrorActionPreference = "SilentlyContinue"
    if ( $Args.Count -ne 1 ) { "
    Not enough arguments
    Usage :
        script.ps1 server
    "; exit }
    $server = $Args[0].ToLower()
    "We are working with $server"
    $netAdapt = get-wmiobject -class Win32_NetworkAdapter -computer $server
    if (!($netAdapt)) {  
        "Failed to connect to the target server!"
        exit(5)
    foreach ($card in $netAdapt) {
        IF (!([string]::IsNullOrEmpty($card.NetConnectionID))) {
            if ($card.NetConnectionID.CompareTo("VPN Virtual NIC") -eq 0) {
                $myID = $card.DeviceID
    $NAC = [wmi]"\\$server\root\cimv2:Win32_NetworkAdapterConfiguration.index='$myid'"
    $guid=$NAC.settingID
    "Setting DNS Toggles"
    $dnsToggle = $NAC.SetDynamicDNSRegistration(0,0)
    if ($dnsToggle) {
            "Success"
        } else {
            "Failure"
    $strShowNicKeyName = "SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\$guid\connection"
    #$strShowNicKeyName
    $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $server)
    $regKey= $reg.OpenSubKey("$strShowNicKeyName",$true)
    $showIcon = $regKey.GetValue("ShowIcon")
    if (!($showIcon -eq 1)) {
        "The icon is hidden.. Setting it now"
        $setIcon = $regKey.SetValue('ShowIcon',1,'DWORD')
       } else {
        "The icon is visible already."
    "Script Ends"
    Get Network Data from servers
    $myfile = get-content servers.txt
    echo "Server    IPs    Subnet    GW" | out-file "Results.txt" -Append
    foreach ($server in $myfile) {
        Write-Host "Looking at $server"
        $colitems = Get-WmiObject win32_NetworkAdapterConfiguration -computer "$server" -Filter 'IPEnabled = "True"' | select ipaddress,ipsubnet,index,defaultipgateway
        foreach($objItem in $colItems) {
        Write-Host ""
        $myip = $objItem.IPAddress -join " "
        $mySubnet = $objItem.IPSubnet  
        $myGW = $objItem.DefaultIPGateway
        $temp = $objItem.index
        $myid = Get-WmiObject win32_NetworkAdapter -computer "$server" -Filter "index = $temp" | select  netconnectionid
        $myid = $myid -replace "@{netconnectionid=",""
        $myid = $myid -Replace "}",""
        echo "$server    $myip    $mySubnet    $myGW    $myid"
        echo "$server    $myip    $mySubnet    $myGW    $myid"  | out-file "Results.txt" -Append
    Is this possible on any machine with power shell and if so how is access done?
    William Dunlap

  • Logical Level in Content Tab

    Hi,
    What is the use of Logical Level under Content Tab in Logical Table Source?
    Need more information, docs related to this
    Thanks,
    Satheesh

    Hi
    This logical level is useful for level bases metrics.It shows the levels in your hierarchy.We can give the level in this and in the report it shows the data for that level only.
    See this lnk, http://gerardnico.com/wiki/dat/obiee/measure_level_based
    Thanks
    Don

  • Logical level in Fact tables - best practice

    Hi all,
    I am currently working on a complex OBIEE project/solution where I am going straight to the production tables, so the fact (and dimension) tables are pretty complex since I am using more sources in the logical tables to increase performance. Anyway, what I am many times struggling with is the Logical Levels (in Content tab) where the level of each dimension is to be set. In a star schema (one-to-many) this is pretty straight forward and easy to set up, but when the Business Model (and physical model) gets more complex I sometimes struggle with the aggregates - to get them work/appear with different dimensions. (Using the menu "More" - "Get levels" does not allways give the best solution......far from). I have some combinations of left- and right outer join as well, making it even more complicated for the BI server.
    For instance - I have about 10-12 different dimensions - should all of them allways be connected to each fact table? Either on Detail or Total level. I can see the use of the logical levels when using aggregate fact tables (on quarter, month etc.), but is it better just to skip the logical level setup when no aggregate tables are used? Sometimes it seems like that is the easiest approach...
    Does anyone have a best practice concerning this issue? I have googled for this but I haven't found anything good yet. Any ideas/articles are highly appreciated.

    Hi User,
    For instance - I have about 10-12 different dimensions - should all of them always be connected to each fact table? Either on Detail or Total level.It not necessary to connect to all dimensions completely based on the report that you are creating ,but as a best practice we should maintain all at Detail level only,when you are mentioning any join conditions in physical layer
    for example for the sales table if u want to report at ProductDimension.ProductnameLevel then u should use detail level else total level(at Product,employee level)
    Get Levels. (Available only for fact tables) Changes aggregation content. If joins do not exist between fact table sources and dimension table sources (for example, if the same physical table is in both sources), the aggregation content determined by the administration tool will not include the aggregation content of this dimension.
    Source admin guide(get level definition)
    thanks,
    Saichand.v

  • AiO Remote Ink Levels etc not accessible with USB connection

    My printer prints and scans just fine...except that it ran out of ink after about 15 pages. I'm trying to view the ink levels, but everything in the HP AiO Remote says it's not supported with the USB connection. There's no other way to connect my printer. I need to view the ink levels and be able to put in new ink, but I can't because the software isn't working right. Help?

    Hi @HnnhSmth95, 
    I see by your post that you are unable to view the ink levels by a USB connection. I can help you with this, but I will need some more information.
    What is the full name and product number of your printer? How Do I Find My Model Number or Product Number?
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Simulair report for FBL5N and FBL1N for new general ledger on segment level

    We are working with segments in new G/L ledger. We want to run a open item report where we can combine customers and vendors by segment. The vendors and customers are linked in the master data. In the "old"  reports FBL5N and FBL1N you can do this but not by segment.I found the following report on segment level:
    - S_PCO_36000218 - Receivables: Segment
    - S_PCO_36000219 - Payables: Segment
    What I'm missing is to run 1 report for Customers and vendors. What I'm missing to is that there are only some fields available on line item level. (I like to have invoice number, documentype,.......)
    Is there a standard report for this in new genaral leger?
    Is it possible to ad additional field to th list viewer.

    What is this user license type?  All financial transactions need professional license.
    Thanks,
    Gordon

  • Open and close posting periods for at ledger level

    Hello,
    We are running on ECC6 with the new ledger. We have activated two ledgers (the leading ledger and a non-leading ledger for group reporting). Our client would like to manage the posting period at ledger level.
    Example: during the month closing, the Leading ledger is closed on the previous month at Day +4, while the non-leading ledger is closed at Day +5.
    Is there a way to open/close period at ledger level only ?
    Thank you.
    Best regards,
    Steven Moulinot

    It is possible to assign a different posting period variant to company code in a non-leading ledgers (the extreme right field) in the foll. node in SPRO.
    Financial Accounting (New) -> Financial Accounting Global Settings (New) -> Ledgers -> Ledger -> Define and Activate Non-Leading Ledgers

Maybe you are looking for