Just some child in a webform?

Hi,
Please somebody of you can explain to me how to display in a webform just some child (not all child) related to member of a dimension.
Example:
Dimension: Account
Member:
Generation1: Product
Generation2 : Sales
Generation3 :
- Quantity
- price
- 711111 (Revenue)
I want to display in my webform just Sales, Quantity and Price. How can I do that?
PS: I tried Ichildren(sales) but it didn't work
Thank you

Can I assume you have thought about using the Descendants function with missing blocks and data are suppressed? Otherwise, the only option that comes to my mind is to manually select members, but I know it is not ideal.
Also, I would post this on Planning and Budgeting You may get more responses.
Cheers,
Mehmet

Similar Messages

  • How display just some child in a webform?

    Hi,
    Please somebody of you can explain to me how to display in a webform just some child (not all child) related to member of a dimension.
    Example:
    Dimension: Account
    Member:
    Generation1: Product
    Generation2 : Sales
    Generation3 :
    - Quantity
    - price
    - 711111 (Revenue)
    I want to display in my webform just Sales, Quantity and Price. How can I do that?
    PS: I tried Ichildren(sales) but it didn't work
    Thank you

    We are glad to know that its working. If you ever read this, its always good to mark answers as helpful or correct if you think they are and close the thread. You can do the same just by hit a mouse pointer on the top right side of the answer <:)>. In can see you havnt close 85% of the threads.
    Cheers..!!!

  • How do I set up my iTunes Genius to play selections from all, not just some, of my songs in my currently playing playlist?

    Last night, when I played my playlist songs with iTunes Genius, my iTunes, with one of my playlists selected, and set on "Shuffle On," "Genius Shuffle On, "Genius On," "Match On," and "Play," played selections from all of my songs in my playlist. Today, my iTunes Genius went back to the same problem it was giving me before last night. My iTunes Genius has been playing selections from just a few of my playlist albums. How do I set up my iTunes Genius to play selections from all, not just some, of my songs in my currently playing playlist?

    No backup is a huge mistake.
    You can redownload some itunes purchases in some countries:
    Downloading past purchases from the App Store ... - Apple - Support

  • Back up just SOME of the music library to an external hard drive

    I want to move just some of my music from my iTunes library onto an external hard drive (reason? the music cannot be got again, but right now I am not sure if I need it all or not).
    So I want to move, say, 50 albums from the main iTunes libraray to an external drive and then be able to move some or all of them back again at later date.
    Do I have to copy the whole library over to the external drive and then delete the albums there that I did not want to copy over?  Or is there a better way?
    And how will I copy back just some of the back-up albums at a later date - is it the normal "Add folder/file to [main] library command from the File menu?

    OK, I don't think I have been making it very clear what I am trying to achieve - let me try putting it differently!!
    I have one iTunes folder and, at the moment, that is all backed-up via SyncToy.  I only have music in iTunes.
    Think of that music as being of 2 types - part A that I want for definite, and all that music is also on my iPod (I have my iPod set to Sync manually with iTunes) - this is probably well over 100 albums; and Part B music, that is on iTunes, not on the Ipod, and that I am not sure yet if I want to have in iTunes and on the iPod or not (this was a load of music copied over from another iPod several months ago) - this might be a further 50 albums.
    So - part A, I want to keep and want to be fully backed-up.  OK, SyncToy does that currently by backing up 100% of iTunes.
    But part B - I want to copy the part B music to a different copy location, and then just keep there the part B stuff which, album by album, I will either delete completely (if I don't want it) OR want to copy back to iTunes.  Once this second copy is set up, I would delete from this copy all the Part A stuff, and also delete from iTunes all the part B stuff.
    I would then have:
    - part A stuff on iTunes, iPod and back-up location 1;
    - part B stuff on back-up location 2.
    So the main question is - from what level in the iTunes folder do I need to copy over to the part B back-up so as to ensure that, when I subsequently try to copy albums back from the part B back-up to iTunes, I get all the information, artwork etc that already exists for the albums?  Do I copy the music file; the media file, or the whole iTunes folder?
    This may sound all terribly longwinded but, for various reasons, I am not in a position to be able to decide all at once which of the part B albums I need to keep.
    Is that any clearer?
    Cheers!

  • Need to chart attribute value of just one child node of XML document

    I have a XML document with (for example) 7 parent nodes, each
    parent node has 5 child nodes. The parent nodes have an attribute
    @EarlierDTS (DateTime type) that is the x-axis category of a chart.
    Each child node has an attribute @eventid which specifies the id of
    the event, and another atttribute @NumOccurs which specifies how
    many times that event occured in that period.
    How do I tell Flex I want a simple line chart of the eventID
    = 215? What if I want two lines, for both eventID=215 and
    eventid=307?
    I have studied the posts and blogs for over a week now, and
    have seen this question or similar come up quite a few places, with
    no answer.
    1) Should I focus on learning how to create a filterfunction
    for the XMLList that underlies my XMLListCollection so that the
    filtered data view is just one child node per parent node ( or two
    child nodes for the second case)? And set the filtered data view as
    the dataprovider of my chart's vertical series?
    2) Should I focus on learning how to create a XML Filter
    query that selects just one or two child nodes for each parent
    node, and set the charts' series' dataprovider to this filter
    expression? (I don't think this is allowed - but I'm checking with
    the forum members...)
    3) Should I focus on learning how to convert the
    XMLListCollection into a HierarchicalData object, and then learning
    how to filter this object so there is only one (or two) childs per
    parent? This seems like a lot of coding - I almost have to create a
    pair of classes - one for the parent and one for the child - so I
    can create nested ArrayObjects.
    4) Should I create a brand new XMLList by walking the
    original XML list, and inserting Parent nodes and just the child
    nodes that match the eventID(s) I want to chart, into the new
    XMLList?
    I believe that the easiest way would be to create a
    Filterfunction for the XMLList, and bind the chart series to the
    (filtered) XML List. But the problem with this approach is that I
    have seen more than 2 posts asking how to accomplish filtering that
    removes specific children from the view, with no solutions posted.
    Help! What is the best way to get just one child for each
    parent, from an XMLList?

    "whertzing" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have a XML document with (for example) 7 parent nodes,
    each parent node
    >has 5
    > child nodes. The parent nodes have an attribute
    @EarlierDTS (DateTime
    > type)
    > that is the x-axis category of a chart. Each child node
    has an attribute
    > @eventid which specifies the id of the event, and
    another atttribute
    > @NumOccurs
    > which specifies how many times that event occured in
    that period.
    >
    > How do I tell Flex I want a simple line chart of the
    eventID = 215? What
    > if I
    > want two lines, for both eventID=215 and eventid=307?
    >
    > I have studied the posts and blogs for over a week now,
    and have seen this
    > question or similar come up quite a few places, with no
    answer.
    >
    > 1) Should I focus on learning how to create a
    filterfunction for the
    > XMLList
    > that underlies my XMLListCollection so that the filtered
    data view is just
    > one
    > child node per parent node ( or two child nodes for the
    second case)? And
    > set
    > the filtered data view as the dataprovider of my chart's
    vertical series?
    >
    > 2) Should I focus on learning how to create a XML Filter
    query that
    > selects
    > just one or two child nodes for each parent node, and
    set the charts'
    > series'
    > dataprovider to this filter expression? (I don't think
    this is allowed -
    > but
    > I'm checking with the forum members...)
    >
    > 3) Should I focus on learning how to convert the
    XMLListCollection into a
    > HierarchicalData object, and then learning how to filter
    this object so
    > there
    > is only one (or two) childs per parent? This seems like
    a lot of coding -
    > I
    > almost have to create a pair of classes - one for the
    parent and one for
    > the
    > child - so I can create nested ArrayObjects.
    >
    > 4) Should I create a brand new XMLList by walking the
    original XML list,
    > and
    > inserting Parent nodes and just the child nodes that
    match the eventID(s)
    > I
    > want to chart, into the new XMLList?
    >
    > I believe that the easiest way would be to create a
    Filterfunction for the
    > XMLList, and bind the chart series to the (filtered) XML
    List. But the
    > problem
    > with this approach is that I have seen more than 2 posts
    asking how to
    > accomplish filtering that removes specific children from
    the view, with no
    > solutions posted.
    >
    > Help! What is the best way to get just one child for
    each parent, from an
    > XMLList?
    I'd just look at a dataFunction. There's an example here that
    may point you
    in the right direction:
    http://flexdiary.blogspot.com/2008/08/charting-example.html
    HTH;
    Amy

  • Same child value under different parent node and these also some childs

    Hi guys,
    Can anyone suggest me on the hierarchy creation with duplication of node data as
    follow  we have
    one text node under 3 childs and these have same data value &
    these have some child values 
    here we have problem with same data node as not accept the following childs..
    pls help me on this.....

    Hi.
    have a look on this link
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/fb/b74d3c006f0a1de10000000a11402f/frameset.htm
    hope it helps.

  • Just some thoughts

    Just some thoughts.
    Adobe says that piracy is one of the reasons for going to the cloud.  CC has to verify the subscription periodically why not add that process to the perpetual license for a nominal yearly fee.  On the other hand, why can't a user subscribe to CC for a month to get the latest version and then go on the web to get a crack?
    I also own, unless they go to a subscription, Elements 10.  Lots of functions that CS6 has for photo enhancements.  I found some plugins that really enhance Elements. e.g. ElementsXXL adds new menu items, icons, buttons, key shortcuts and dialogs, so they seamlessly integrate into the user interface of Photoshop Elements. ElementsXXL bridges the gap between Photoshop Elements and Photoshop and greatly enhances the image editing experience in Photoshop Elements.
    I am sure other plugins will appear to make Elements more like Photoshop.

    "Adobe says that piracy is one of the reasons for going to the cloud. CC has to verify the subscription periodically why not add that process to the perpetual license for a nominal yearly fee."
    Why on earth would anyone want to pay a "nominal yearly fee" for another nuisance created by Adobe.  They can already shut down perpetual license holder's software if they pull the plug on the activation servers.  Don't you know that their servers check our software now as it is?
    Just recently with the release of the CS2 software to previous owners, many people could no longer use their already-installed CS2 software because Adobe's CS2 servers were shut down.  What does that tell you?
    I'm not going the way of cruising the internet for cracks.  That's for disillusioned kids who think everything should be free.  When my CS6 software no longer works I'm going with another company.  Probably Corel for some of the programs.  CorelDRAW was always better than Illustrator anyway.  Industry standard doesn't always mean it's great.  It just means everyone is using it and they expect you to do as well.  Personally, I think Macromedia made better software before Adobe took them over and MM software was a lot cheaper.

  • Am suddenly getting error code 3250 when trying to download certain podcasts...not all, just some. How can I fix? Help.

    Am suddenly getting error code 3250 when trying to download certain podcasts...not all, just some. How can I fix? Help.

    I am getting the same error, and have been, since the last iTunes update.     Driving me crazy, as some podcasts download without issue, others won't download at all, and get the 3250 error code.

  • How could I set the proxy settings for just some URLs and not for all?

    Hello,
    I am using HttpURLConnection to establish a HTTP connection . The connection pass through a proxy, and it requires security.
    I know that I can set the proxy settings in the system properties, and this works perfect.
    But I don't want to set the proxy settings in the system properties, because this proxy settings will be for ALL the URLs, and I just want for a few URLs.
    How could I set the proxy settings for just some URLs and not for all?
    Thanks

    java.net.URL.openConnection(java.net.Proxy proxy)
    @since 1.5

  • Back up just some music from iTunes onto an external hard drive

    I want to move just some of my music from my iTunes library onto an external hard drive (reason? the music cannot be got again but right now I am not sure if I need it all or not).
    So I want to move, say, 50 albums from the main iTunes libraray to an external drive and then be able to move some or all of them back again at later date.
    Do I have to copy the whole library over to the external drive and then delete the albums there that I did not want to copy over?  Or is there a better way?
    And how will I copy back just some of the back-up albums at a later date - is it the normal "Add folder/file to [main] library command from the File menu?

    I want to move just some of my music from my iTunes library onto an external hard drive (reason? the music cannot be got again but right now I am not sure if I need it all or not).
    So I want to move, say, 50 albums from the main iTunes libraray to an external drive and then be able to move some or all of them back again at later date.
    Do I have to copy the whole library over to the external drive and then delete the albums there that I did not want to copy over?  Or is there a better way?
    And how will I copy back just some of the back-up albums at a later date - is it the normal "Add folder/file to [main] library command from the File menu?

  • Animation of just some parts of a CAD assembly group

    Hello again,
    Is it possible to animate just some parts of an assembly group (e.g. rotating a shaft between two static bearing cases)?
    I have loaded the geometry as a .obj file. And each part is named by the parameter "g" in the .obj file, as far as I understand it. So I wonder wether one could use these named parts to form a transform group??
    Would there be a better file format than .obj for something like this?
    Thanks for your advice!!!

    see GearTest.java in the j3d demos.

  • Just some feedback on the 2014 CC Update

    Just some feedback. When I installed the 2014 Adobe CC Apps last evening, I was expecting it to "update" (As it was labelled an update) the current CC apps on my hard drive. Instead it installed all new 2014 versions instead of an upgrade. This ended up being a minor issue as I am running my OS and Apps on an SSD, and have limited space. It just would have been nice to have seen it (CC 2014) clearly labeled as a new version of the apps instead of as an "update". That could have been a misunderstanding on my part, but it could be better labeled. Other than that, everything is fantastic, thank you very much.

    martyr2 wrote:
    1) Do I NEED to "update" or INSTALL?
    2) Is this the Adobe way?
    3) We sure thought we were signing up for "always current apps" - updates, yes - but a complete new installation?
    1) If you don't have alot of money tied up in plug-in's that don't work under the new programs... then you way want to update/install. If you have need of the new features, then you may want to update/install. However, need is subjective, and only you can determine that.
    2) For this update, it appears that this is the Adobe way, for the moment. From the information I have gleaned, (Caution! Assumption! ) it appears that they are doing it this way because of the lack of backward plug-in compatibility with the new CC 2014 apps. I can see why they would want not to alienate people who have several hundred dollars or more tied up in plug-ins.
    3) That was my understanding as well, but I can understand why they are doing what they did... I just wish they would have let us know.

  • Just some various things that I see with iTunes 7....

    Ok, to start off with, history..
    Computer(s)
    System one: Home built. (I own my own computer shop)
    AMD XP 2800 running @ 2083mhz. 1024 MB of DDR 400MHz Ram. 4 Hard drives totaling 480 GB of storage space. DVD everything drive from Lite-On. 256 MB nVidia 5700LE AGP 8x video. On-board Avance AC97 Audio card using the Digital SPDIF out to a 5.1 Digital Surround system. (this is just an office system, nothing fancy really)
    System two: Dell Inspiron 4100 PIII 1.13 GHz, 512mb, 40 GB.
    I use iTunes primarily on the AMD system. To date, I have not had that many problems, other than it being a resource hog at times. And especially with the laptop. But that is expected.
    Couple things I have a beef with. I have been using this iTunes for around 3 or 4 years now. I recently started downloading TV shows. They have been playing and working fine on both the laptop and desktop, playing good, no stuttering etc.
    Now all of a sudden, you upgrade us to 7. We can't purchase new videos unless we upgrade. Fine, I upgrade. Normally I do my big downloads with my laptop, as I do not have high speed where the AMD system is. No biggie.
    First off, I noticed some differences. Number one, being the file sizes of the video has changed. For example Battlestar Galacta. Previous seasions before season 2. File sizes averaged 200MB, total bit rate of around 600. Now they are around 500MB per episode, and 1500 bitrate!!
    This makes me ask the question...
    Does this mean that my previous downloads of lesser quality are a WASTE, since you now have these bigger and better? That kinda irked me off actually. I would like to see that rectified, with the option to be able to re-download any I have previously purchased, so that the quality matched across the board.
    Second. This newer quality video, KILLS the video playback capabilities. I mean, now it actually stutters somewhat on playback, even on the AMD machine. Not likeing that. They won't even play on the laptop anymore. Not even the older ones. What in the world did you do to the poor thing???
    Third. This is mostly to those with cracking sound. My guess is... System being played from may not be able to keep up with the demands on the CPU of the new version of iTunes. I don't have that problem, but I am playing it via a digital link, not analog. My laptop however sounded normal on playback of music.
    More to that fact, I have noticed a serious slow down with response on both machines while using iTunes. Any reason why that is? And can it be fixed?
    Finally. Why is the system CPU time in such high demand during a download of a purchased file? It pegs the system at 100 percent the entire time it is downloading, and can take up to 10 minutes to know if I clicked pause on the download screen. THAT is a problem. Again, this was on the laptop, but it was NEVER like that before.
    Anyways, this is my thing, so any info would be appreciated. And I hope someone at Apple really takes heed at this. Hope this helps some of you out there!
    Ace

    Hey DTM, you may want to consider reporting these concerns using the iTunes Feedback page at http://www.apple.com/feedback/itunesapp.html.
    custom built   Windows XP Pro  

  • Migration.  Just some comments.

    Ok, this is a dupe post.  Admins, if you want to pull this go ahead.  But, some things have to be out in the open before someone thinks this is the mother of all short cuts to EP6 SP9.
    I ranted:
    Swell,
    Everyone read the docs on this? Hold on, it's going to hurt.
    Make sure that your clients or bosses understand that there is a difference between migrating and upgrading.
    If your company wants to have your SP2 Portal be converted to SP9 and still be on the same box, this tool is not for you.
    Why? Here's a quote:
    Switch of DB (EP5.0/EP6.0) or OS (EP6.0 only) is not possible during migration when using the migration tools! Switching of DB or OS is made possible using SAP tool Java System Copy.
    Usage of Java System Copy has to be registered at SAP!
    Further reading states:
    Migration requires setting up of a new EP 6.0 on Web AS 6.40 system. After migration, the source server can be shut down.
    Not only that, your portal AND KM must be at SP2 PATCH 5.
    What does this all mean? There is still no upgrade tool. Your Portal is being migrated to another server. OK, let's just say that you wanted to upgrade your hardware anyway. Your EP6 SP2 Portal needs to get beefed for future growth so lets go with Windows 2003 Enterprise so you can use more than 4 gig of RAM. Well, we can't do that either. With the migration tool you can only go from OS to OS. If you are at Windows 2000, you stay at Windows 2000. Only after migration you upgrade your OS and pray the Portal makes it.
    Am I bitter? No, I just want fellow IT grunts like myself get a heads up on this. If you are not running NW04 on your production box, someone is going to ask you about the migration tool. Be informed. Don't back yourself into a corner and let clients or bosses think that this is the easy path to get to EP6 SP9. This is not a one size fits all solution. As soon as they are educated to what the migration tool does and does not do, you maybe surprised on what they end up wanting.
    What are we doing? Rapid Installer 2.0
    Yes, I may be re doing all of my systems again, but I am only loading my OS once. Dev Portal is first. Once done we switch LDAP pointers to our real users (ADS is a wonderful thing) and redirect calls from Production to the Dev Portal. End users see no changes to the portal. The only difference is the SSL alert that we are using an internal CA. Production is next. Once done everything is switched back. End users see no changes, but now the SSL alert is gone because we are now using an external CA again.
    Oh yeah, were you thinking of migrating your SSL certs? Think again.........
    I think I might start to blog some of this stuff. I think I have come across the majority of the errors in Portals at one time or another. My many mistakes just might make life easier for some poor soul on the other side of the planet. Call it a Karma recharge. God knows I have lost my Religion more than once on Portals.
    /rant

    Just by reading the documentation, I knew it was not an option. 
    You are correct in saying that looking at the problem from and SAP stand point that the migration is not a big deal.  It all comes down to the operating system.  As I look at two different portals now, one W2k EP6 SP2 and one W2K3 EP6 SP9 there are differences on the OS level.  The registry entries are different and in different locations.  File permissions and groups are different. IIS is different. 
    The problem is not SAP, they are delivering what they say.  This is a migration tool to move the portal to EP6 SP9.  And under controlled environments I am sure that it works. 
    I just feel that techs like myself have to advised understand the conditions that the tool works under before they make promises to clients and bosses they can't keep.
    This tool migrates the portal to another server and the OS must be the same.  That sums up what is in the documentation.
    If your clients or bosses think that this is an "upgrade" tool.  It is not.  It is a source to target migration.

  • Just some more 24pA footage

    But this one is unique to all the other threads I've read.
    Footage is from a Panasonic HDX900, shot in DVCPROHD 1080i in 24pA mode. I captured 12 tapes from the camera that shot the footage using the DVCPROHD 1080i60 24pA preset and 13 tapes using a AJ-HD1400 deck. The tapes from the deck are fine: 23.98fps in browser, Qtime, and sequence. The ones captured from the camera are the problem: FCP reads these files as being 29.97fps. Qtime reads them as being 23.97fps, and Cinema Tools reads them as being 23.98fps. They need to be rendered in a 23.98fps sequence.
    I tried using the remove advanced pulldown from the Tools menu in FCP - it gives an error about "cadence break, yada, yada" (sure you've heard that before). I can't do a Reverse Batch Telecine in Cinema Tools because it already thinks the footage is 23.98. When I try, it just says this footage has no NTSC signal. I'm in the process of re-capturing all 12 (camera) tapes unless you guys can provide me with a solution?
    Message was edited by: Mr. Landers
    Message was edited by: Mr. Landers
    Message was edited by: Mr. Landers

    My Solution: I did a Batch Conform in Cinema Tools (conforming from 23.98 to 23.98, if that makes sense b/c it didn't to me) and that seems to have done the trick. All clips register everywhere now as 23.98.
    Hopefully this will end up saving someone else some time.

Maybe you are looking for

  • I am unable to fully uninstall Firefox 4 on y dad's windows 7 computer. I click uninstall under programs and nothing is happening. Any suggestions?

    While my father was uninstalling firefox 6 he did not realize that he and my mother were logged in as users and had the application open. Firefox 6 uninstalled properly but left behind firefox 4 that will not uninstall. We have defrag the computer to

  • How to Replace Stock PNG Images?

    Hi. After I published my first app, I've updated it a few weeks later and I got certification error. I've check the rules and there was a warning about stock PNG files like icon, splashscreen bla bla (I can't remember). I've deleted them all. Sent th

  • My History is not showing up

    I have done everything I could think of to fix the problem but nothing is working. Firefox is not remembering the history and the time is wrong if it is. I have tried updating to a new Firefox I have checked the option of remember my history but it's

  • Trouble opening e-mails over 300KB

    I recently upgraded my mac mini to Tiger, and since then my mail is not opening e-mails with attachments larger than about 300kb. When I click on the e-mail to view it the top portion of the e-mail downloads (from, date, if there are attachments, and

  • Open edit page as Dialog

    Hi I use JDev 11g, I have a table with a af:commandMenuItem                           <af:commandMenuItem text="Edit"                                               binding="#{backingBeanScope.backing_Contactpersonen2.cmi1}"