Influence of hierarchy navigation on different data providers

Hello WAD gurus,
We use few analysis items with different data providers in the same template. The items navigation should influence each other . Therefore, we have maintained entries in list "Affected data providers". Most navigation steps affect the other item, however, navigation on hierarchies doesn't affect other Items.
Is there any solution to this situation?
Thanks in advanced.
Miri.

Hello WAD gurus,
We use few analysis items with different data providers in the same template. The items navigation should influence each other . Therefore, we have maintained entries in list "Affected data providers". Most navigation steps affect the other item, however, navigation on hierarchies doesn't affect other Items.
Is there any solution to this situation?
Thanks in advanced.
Miri.

Similar Messages

  • 3 different data providers

    I have 3 different data providers.
    I want to put all these 3 data providers value in horizontal table.
    I already have veritcal but to see the comparision I need to have horizontal table.
    I tried to drag and drop 1 of the data provider in 1st row and table got populated correctly.
    I tried to do same with another product to be added in the next row but it gave me the sum of its data in all the colunms.
    I tried to merge but that option is not enabled.
    Can anyone tell me if this is to do with combined query or what?
    Thanks.

    Hi KP,
    Regarding merging please follow the suggestion from Michael.
    And regarding Horizontal table, as you said the data is appearing correctly in vertical table then you can convert your vertical table into Horizontal table by Turn into option.

  • Creating a multi series line chart with different data providers

    I have 3 data providers of the same structure i.e ArrayCollection of DataElement and want to use them to create a multiseries line chart. I do not have just 1 dataProvider that can be used but 3 different data providers of the same structure that i want to use each for different series.
    [Bindable] private var orangeSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 101000, month: new Date( '01/01/2008' ) },
                            { sales: 960000, month: new Date( '02/01/2008' ) },
                            { sales: 475000, month: new Date( '03/01/2008' ) },
                            { sales: 425000, month: new Date( '04/01/2008' ) }
                [Bindable] private var appleSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 991000, month: new Date( '01/01/2008' ) },
                            { sales: 140000, month: new Date( '02/01/2008' ) },
                            { sales: 565000, month: new Date( '03/01/2008' ) },
                            { sales: 255000, month: new Date( '04/01/2008' ) }
                [Bindable] private var bananaSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 891000, month: new Date( '01/01/2008' ) },
                            { sales: 147560, month: new Date( '02/01/2008' ) },
                            { sales: 295000, month: new Date( '03/01/2008' ) },
                            { sales: 574000, month: new Date( '04/01/2008' ) }
    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the chart for different dates specified.
    <mx:ColumnChart showDataTips="true" >
            <mx:horizontalAxis>
                <mx:CategoryAxis
                    dataProvider="{orangeSales}"
                    categoryField="month"
                    />
            </mx:horizontalAxis>
            <mx:series>
                <mx:LineSeries displayName="OrangeSales" yField="sales" xField="month" dataProvider="{orangeSales}"/>
                <mx:LineSeries displayName="AppleSales" yField="sales" xField="month" dataProvider="{appleSales}"/>
                <mx:LineSeries displayName="BananaSales" yField="sales" xField="month" dataProvider="{bananaSales}"/>
            </mx:series>
    </mx:ColumnChart>
    Please help!

    Sorry for the confusion. Actually I must be doing some thing wrong like using ColumnChart to display a line chart or something like that.
    I have now realized that a multi series line chart can be built by having a different data provider for each of the LineSeries object.
    So the code below would create a multi series line graph :
    [Bindable] private var orangeSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 101000, month: new Date( '01/01/2008' ) },
                            { sales: 960000, month: new Date( '02/01/2008' ) },
                            { sales: 475000, month: new Date( '03/01/2008' ) },
                            { sales: 425000, month: new Date( '04/01/2008' ) }
                [Bindable] private var appleSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 991000, month: new Date( '01/01/2008' ) },
                            { sales: 140000, month: new Date( '02/01/2008' ) },
                            { sales: 565000, month: new Date( '03/01/2008' ) },
                            { sales: 255000, month: new Date( '04/01/2008' ) }
                [Bindable] private var bananaSales : ArrayCollection =
                    new ArrayCollection(
                        [ { sales: 891000, month: new Date( '01/01/2008' ) },
                            { sales: 147560, month: new Date( '02/01/2008' ) },
                            { sales: 295000, month: new Date( '03/01/2008' ) },
                            { sales: 574000, month: new Date( '04/01/2008' ) }
    I want to create a line chart with orangeSales, appleSales and bananaSales as three different lines on the chart for different dates specified.
    <mx:ColumnChart showDataTips="true" >
            <mx:horizontalAxis>
                <mx:CategoryAxis
                    dataProvider="{orangeSales}"
                    categoryField="month"
                    />
            </mx:horizontalAxis>
            <mx:series>
                <mx:LineSeries displayName="OrangeSales" yField="sales" xField="month" dataProvider="{orangeSales}"/>
                <mx:LineSeries displayName="AppleSales" yField="sales" xField="month" dataProvider="{appleSales}"/>
                <mx:LineSeries displayName="BananaSales" yField="sales" xField="month" dataProvider="{bananaSales}"/>
            </mx:series>
    </mx:ColumnChart>

  • Binary file data plugin : navigating through different data types

    Hi
    I am currently trying to load a binary file into DIAdem with the following structure:
    block 1
    1x 8-bit ascii
    12x double
    block 2
    1280x int16
    block 3
    1280x int16
    block 4
    12x double
    block 5
    1280x int16
    block 6
    1280x int16
    block 7
    12x double
    block 8
    1280x int16
    block 9
    1280x int16
    I managed to read the first string value, but I was unsuccessful in getting any further.
    Could anyone please give me a lead on how to proceed?
    /Phex

    Sorry for revoking this thread, but I need some further advice on two issues:
    1. All values that are set to -32768 in the data mean actually NaN. Right now I am converting all those values to NaN in a post-processing script using the CTNV function. Is there a way to do this directly in the DataPlugin? My idea was to apply the NoValueSet command but the bInterfaceLocked variable returned TRUE, so not accessible. No problem if there is no other way, I can live with the CTNV function.
    2. When I tested the DataPlugin with larger files (up to 1 GB) I pretty quickly ran into the maximum channel number limitation of DIAdem (available 65k, needed 400k). The only thing I could think of right now is to concatenate all data to a few channels and then extract the relevant blocks needed for the analysis during post processing. But that does not seem very efficient and will surely bring up other problems. Is there a way to work with the DataPlugin interactively, i.e. tell the plugin to read X number of blocks at file position Y? Or is it possible to save loaded data sequentially to different files within the plugin? Increase the number of available channels? Any comments or other ideas are very much welcome.
    /Phex 

  • How to affect several data providers from navigation pane in BW7.0

    Hi all,
    I'm trying to use navigation pane for several numbers of data providers at BW7.0.
    This was possible in BW3.5 by using the web item called generic navigation block.
    By assining more than 1 data providers at the parameter of affected data providers.
    How can I do the same thing in BW7.0?
    Could anyone give some informations?
    Any information is needed.
    Thanks in Advance.
    Hiroshi Iwanaga

    Hi Pravender,
    Thanks for your reply.
    Yes, it seems you are right, even i can't see any option to choose more than one Data provider!!
    Ok, if i want to assign one Navigation pane for each Query, can i make it display using a 'Filter Button' on the top which we usually have in the Bex analyzer?
    i.e. There will be two filter buttons - one for each Query or result set.
    And, when we click on the Filter Button, it will display the Navigation Pane?
    Thanks,
    Nisha
    Edited by: Nisha N on May 11, 2010 7:02 AM

  • Multiple Data Providers for Filter/Navigation Pane in WAD

    Hi,
      Refer to post
    3.x functionalities of Navigation pane in 2004S
    I need to know how to connect multiple dataproviders to either filter pane or navigation block in WAD.  I know that they use drag and drop concept but there is still no way to filter on a single value and then add it to a drill down for all data providers at the same time or even one by one.
    Also there is no way to use drag and drop on graphs
    Thanks

    Hi,
    Yes you can add new data provider to the navigation block.  create a new data priovider below the layout pane you have the option "new data provider" create using that and assign that data provider to the navigation pane in its parameters.
    Thanks

  • Navigation between different componets in IC Web Client for CRM 7.0

    Once the user click save button in component ICCMP_BT_BUTTON I need to navigate to component ICCMP_BT_SVO that displays the Service Order Data and display the new Service Request that was created.
    How can I do navigation between different componets in IC Web Client for CRM 7.0?
    Thanks.
    Rodolfo Miã

    Hello,
    You can find detailed presentations in the learning maps available on the SAP Service Marketplace http://service.sap.com/rkt-crm for release CRM 2006s, CRM 2007, or CRM 7.0. In case I didn't mention it before, Intent-Driven Interaction (IDI) was first introduced and is only available starting with CRM 2006s and above. In the Interaction Center area, there is a presentation called "Rule Based Automation and Guidance" which covers IDI. I'm not sure if you can access the URL directly, but just in case here it is: [https://websmp104.sap-ag.de/~sapidb/011000358700001162852007E].
    Warm regards,
    John

  • Data Sources , Data Providers to a Single WebI Report

    Hi Guru's ,
    I am a newbie..!!  I am going through the documents related to a creation of WebI Report and got to know that we can combine two or more data sources (or) two data providers(Queries) in creation of a single WebI Report . However,I am still confused with this incoming stuff for creating a WebI Report .
    Could some one explain me what type of combinations can give as an input for creating a WebI report ?
    For example, one can link two or more queries and create a single report by using merge dimension concept !! If so, Will WebI accept data coming from 2 different universes, data coming from 2 or more different data sources like SQL data and SAP ecc ?
    Please explain this as I am new to this !!

    Hi
    Common in the sense relevant data in the two objects with same data type.
    See chapter 24 in the attached pdf more on merge dimension and how it will work in webi.
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp4_ia_desktop_en.pdf

  • Is it possible to create a multi provider with different info providers?

    hi all,,
    Can anyone let me know is it possible to create multi-providers from different info providers.
    thanxs
    haritha

    Hi..
    An infoprovider is an SAP BW object you can use to create and excute queries .  Info providers include  objects that physically  contain  data ,  for expale ... data target  like info cube ,  ods onjects , and info objects  ( char , att, text or hier ..)
    They also include objects   that do not represent physical data storgae :
    Remote cubes ,  sap remote cubes . and multiproviders.
    info providers are objects or views relevant to reporting ..
    info providers can include
    info cubes ( basic cubes and virtual cubes )
    ods
    char obj ( with attt or text )
    info set
    multiproviders
    with regards,
    hari

  • Issue with Hierarchy Navigator

    Hi there,
    we have some problem with Hierarchy Navigator (EP 3.6).
    We installed and configured Hierarchy Navigator (EP 3.6) as explained in Oracle documentation.
    We created a Trade Spec "A" >  We run Hierarchy Nav > System shows us one only row with the Trade >> OK
    We linked a Material Output "B" (External Product) and its context in Related Specs Tab > We run Hierarchy Nav > System shows us:
         1 - The message “This hierarchy has recently changed. An accurate hierarchy should be available in approximately 1 minute(s).” 
         2 - Trade “A” and the linked Material “B” 
         3 - Formulation does not appear
    After 1 minutes  System shows us the message: “An accurate hierarchy is now available, Refresh to see the latest hierarchy.”
    We click on Refresh button > System shows us:
         1 - The Trade “A” only again
         2 - Neither Material nor Formulation appear
    Do we missing something?
    I hope my question is clear, if not please do not hesitate to contact me.
    Thank you very much.
    Best regards,
    Stefano

    Sounds like two different situations.   Here are some tips:
    1. Context has to be selected with the material associated to the trade for the formulation to appear in the hierarchy navigator.
    2. In your last example, it sounds like a change was made to the hierarchy.  Any change to the hierarchy will cause that message. For example, if you changed a packaging spec or selected context.  The system will only show one level of the hierarchy while it's being updated.   I would need more information to know of you found a bug but it is possible. Seems like the material should have appeared though.

  • UIX - method data providers and the include element

    I've just read in the documentation (Chapter 16 UIX Developer's Guide - Integration with Java ...)
    'Instead of recreating the entire page and all of its UINodes every time you render, you'll be able to keep most of the page cached and only recreate the part that varies.'
    The example given is using a method data provider which returns a UINode and data binding to it using <include data:node="node@source">
    Is it true then that method data providers are always actioned when a page is rendered, even if it has been cached by the framework? If so does that apply to all method data providers not just those which provide data for <includes>? When hitting the back button I have a requirement for part of my page to be the latest view of some data - at the moment I'm overriding 'isCacheable' in my implementation of UIXPageBroker and always returning false to get the right effect but am unhappy about doing it this way.
    Hope this makes sense
    Cheers
    Ian

    Data providers are always re-queried on every render; not just
    method data providers, but all. So if the UINode served
    up to data:node is different every time, you'll get different
    output.
    However, this is an entirely orthogonal question to whether
    the browser will bother asking for the page when the user hits
    "Back". Server-side caching and client-side caching are
    very different beasts!

  • Two Data Providers

    Hi All,
    I need to create two charts in the same report and I have to use one column in both the charts with different condition. How can I create two queries for this?(like we do in BO,Crystal reports and other reporting tools) Plese help me.
    Thanks in advance

    Hi,
    As venu and karthik said you must a have a atleast one common dimension (same date type for both dimensions) two link two data providers to get a single report.
    For ur requirement check whether any one dimesions exists in both data providers. If so then goto Data Manager -> expand 1st DP ->select the common dimension -> right pane (at bottom) you will get link to button -> click and select the common dimension in 2nd DP.
    Repeat the above process for all the common dimensions and then drag and drop all the required objects to create a single report.
    Cheers,
    Suresh ALuri.

  • Combining two different data warehouses

    i have a user who wants to combine data from 2 different data warehouses.  Can someone explain or provide instructions on how this can be done in BO Deski Reporter?
    Thanks.

    Hi-Create 2 data providers from the 2 different universes representing the data warehouses. After they are created go the data manager by clicking on View Data and then click the data provider. Make sure the Definition tab is open. Click the dimension/s you want to join in the other data provider (one at a time)  and click Link to..select the dimension in other data provider you want to join. Repeat for each dimensions you want to join in the other data provider.
    When creating a report the joined dimension can be placed in the report and dimensions from one data provider. Dimensions from the other data provider can be added by creating new detail variables pointin to the dimension.
    Any questions let me know and do award points if it works for you.
    Ashok

  • Quick question(s) about UIX Data Providers...

    Hello,
    I have a UIX Template that I use for all of the pages in my application. In this template, I have several data providers bound that are used to create the accessible tabs and links for navigation within the application.
    When a data provider is called, does a constructor for the class get called before the actual method to get the Object/DataObject/DataObjectList is called? For the providers that I have defined (3), there is a common set of information that is needed by by each before it can provide the required data. All of these methods are in the same class. Each of these methods call an 'init()' method to retrieve the pre-requisite information. My problem is that when the page loads, as each method is called the 'init()' method is called. So 'init()' is called 3 times. Ideally, I'd like the logic in 'init()' to be executed once per page load. If I put this in a constructor for my provider, will it be executed on page load? Do UIX templates/pages created multiple class instances for data provider definitions?
    How does classloading for data providers work? What is the best way to handle what I am trying to do?
    Thank you.
    August Harrison

    Hi August Harrison,
    UIX doesn't instantiate your data provider classes.
    If you look closely, they are call to static methods.
    When this returns a bean class - you would have taken care to instantiate them.
    Data binding chapter in developers guide - Clearly state how every thing works.
    There is a simple example which talks about a similar kind of scenario which you are refering to.
    Hope this helps.
    Regards,
    Vijay V

  • Comapre 2 same channels from two different dat filea

    Hi ,
    I want to compare the wave forms of two same channels names (in my sample data which is in attachment, the same channel names are S1KNSLLE00H3DSZP) from different dat  file(S2100044 and S2100041) .
    Load the 2 dat files from navigator.
    Come to report and open two 2d axis systems to see the wave forms of two different channels ( Like in attachment result.jpg)
    I need an autosequence to do the same for all the channels for 2 dat files automatically.
    Attachments:
    cmp.zip ‏1967 KB
    result.JPG ‏158 KB

    Hi RSH,
    I appreciate you posting 2 data files and the jpg, but I'm afraid I still have lots of questions before I can advise you.  You sent 2 *.dat files which each had 1 channel in them named "Data", which is different from your email text and the jpg you posted.  Will your data sets typically have many channels in them?  Your posted *.dat files had no time channel and the "Data" channel was not a waveform channel, yet the 2 different "Data" channels were different lengths.  Do you want to plot your channels vs. the array index all the time (as is shown in your jpg)?
    Do you want to have N sheets in REPORT, one for each channel?  Why don't you want to have both "S1KNSLLE00H3DSZP" channels as curves with different colors on the same graph-- wouldn't that make it easier to compare them?
    When you drag over the data channel onto a REPORT graph, you will get a reference like "[1]/Data" or "[2]/Data", which is exactly what you want to compare the "Data" channel from 2 arbitrary data files (note that the file name does not show up in the channel references).  So it seems to me that the REPORT layout you sent a jpg of already satisfies what you're asking us to create for you.  Why do you need a script at all?
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

Maybe you are looking for

  • Toshiba TV with older Mac Mini

    Hi, I was thinking of buying a HD TV by Toshiba that claims it can be connected to a Computer (makes no mention of Mac) using it's "PC INPUT (15-PIN D-SUB)" port. I've seen others mention using HDMI instead. What port on my older Mac Mini would I con

  • Error while registering CCMS Agent !!!!

    Hey, I was trying to configure the SAPCCMSR agent in the development PORTAL which is a JAVA (Non ABAP)  stack through "J2ee Visual Administrator". I am getting the following error: 1 ) ERROR: DSR: Dynamic Library dsrlib.o is Non-Unicode.        Canno

  • Acrobat 8 Standard will not apply transform file during installation

    I also posted this in the Acrobat form before I noticed this Enterprise Installation forum. I am using the Adobe 8 customization wizard to create an MST file for Acrobat 8 Standard. The MST file disables automatic updates, Acrobat Connect and several

  • Apple Please read and respond to this post

    There are many of us who have upgraded and installed the new version of itunes 7.0. From within the itunes store, if you select either television shows or movies, many of us are getting an error message that states, "itunes is unable to browse album

  • I forgot my own identity and password and I can not I use my iphone 5c

    I forgot my own identity and password and I can not I use my iphone 5c