Need hierarchical chart that support multi-parent multi-child for each node

I'm looking for a charting solution to display the parent-child relationships between jobs in our job schedule. A given job may have 0 or more parent jobs and may have 0 or more child jobs. Similar to org chart but allowing child node(s) to link to more than 1 parent node. Any ideas...?

Correct; our job scheduler is InControl and I can pull the schedule data from there into our database for reporting. Ultimately my goal is to get the data from InControl into our database for reporting/visualization, and build an Apex application that will allow us to make changes to the schedule (add/remove/modify jobs and their dependencies) and then generate a report to serve as the job documentation for our team and for the schedulers to make the corresponding changes in InControl, and so the data center operators have up-to-date information for overnight support in the event of job failures. It's just that visualization piece that seems elusive, the rest is just writing queries designing the app, writing the report, etc.

Similar Messages

  • I need a query that selects the amount of records for each day in a table.

    I need a query that selects the amount of records for each
    day in a table.
    Eg the result would be:
    date 1 14
    date 2 3
    etc
    Any ideas?

    sorted:
    SELECT count([commentID]),convert(varchar, dateAdded, 112)
    FROM COMMENTSgroup by convert(varchar, dateAdded,
    112)

  • Is there an apple approved agreggator that allows me to publish to the iBookstore ibooks created using iBooks author? I would like to use the interactivity that iBooks Author allows but need an aggregator that supports it. Thank you.

    Is there an apple approved agreggator that allows me to publish to the iBookstore ibooks created using iBooks author? I would like to use the interactivity that iBooks Author allows but need an aggregator that supports it. Thank you.

    Apple - iTunes - Partner Programs - Book Publishers
         See a list of Apple-approved aggregators
    Start contacting them with your particular needs and see who fits best.
    Be sure to understand this info:
    Please note that if you choose to work with an aggregator to distribute your content on the iBookstore, Apple's contractual and financial relationship is with that aggregator.

  • I need a camera that supports Win Vista

    Hello, I need a camera that support WINDOWS VISTA and can work without problems.
    Can you give me some model's?
    Thanks

    You can try Creative Live! Cam can run at vista.I find that a recent deal for it is $43.http://www.dealstudio.com/searchdeals.php?deal_id=40599?

  • Need videocard that supports dual monitors and Rotation -for PowerMac G5

    I'm looking for a videocard that supports dual monitors and Rotation for PowerMac G5. I've got two Dell 2407WFP monitors rotated to 90 -I've been running an ATI Radeon X1900 256 pcie16 but apparently it is over heating -not even exactly sure if that indeed is the case but all the symptoms I've looked up online point to this problem. Anyways -just looking for a card that will do the job -I don't run games -this is just for work machine doing photoshop and related programs. Thanks for any help anyone may have!

    Hi-
    A flashed card is a WinPC card that has been modified to accept a Mac ROM to provide for Mac compatibility.
    Occasionally, soldering and other physical modifications are required.
    Without this modification, a WinPC graphics card cannot be used in a MAc.
    Without this modification, Mac users are limited to only a handful of used, OEM options.
    The Geforce 7800 GS is the only 7800 card that may be used in a G5 (or G4).
    The card must have been or be converted to Mac compatibility.
    For dual monitors (DVI) the best performance choices are the Geforce 6800 Ultra (flashed or OEM), a rare, but occasionally available Geforce 6800 GT (flashed), an OEM Radeon X800XT (use ADC/DVI adapter on ADC port) a rare and expensive Radeon FireGL X800 (flashed).
    These are the only performance oriented cards to offer dual digital display support.
    For less demanding graphics work, an OEM Radeon 9650 offers dual digital output.
    Other OEM graphics cards will have either DVI/DVI or ADC/DVI.
    All OEM graphics cards are only available as used.
    All cards are easiest to obtain on eBay.
    Prices vary, but deals can be found.
    Expect to pay $150-$325 for any of the cards listed.
    Any card considered MUST be stated as Mac compatible, unless you are willing to research and learn how to perform the necessary modifications.

  • Do I need to buy a separate download of Mountain Lion for each Mac that I own?

    Do I need to buy a separate download of Mountain Lion for each Mac that I own?

    No, not if you bought it as an upgrade option.
    Mountain Lion multi-computer installation license discussion - https://discussions.apple.com/thread/4142823
    http://osxdaily.com/2012/07/26/install-upgrade-os-x-mountain-lion-multiple-macs/

  • 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

  • Once made a download app paying with my credit card. I need to delete that card no longer descargsndo things for card payment

    once made a download app paying with my credit card. I need to delete that card no longer descargsndo things for card payment

    http://support.apple.com/kb/ht1918

  • How do I set up two libraries on one pc so that we have two separate libraries for each iPhone?

    How do I set up two libraries on one pc so that we have two separate libraries for each iPhone?

    Launch it with the Shift key held down, or create a second Windows user account.
    (60390)

  • Phones that support multi keypress

    In my several tests i came across one phone that i suspect that really doesn't support multi keypress in java, that phone is Samsung J200. Can anyone confirm?
    How do i know if a phone supports multi keypress in java without having to test it (like is specs)?
    Thanks

    Hi,
    Your requirements are covered in Sony Ericsson Z1010 phone, which will be released in the market soon.
    /Thilak

  • Can I install an older version of traditional DAQ that support legacy DAQ with DAQmx for support of a new card?

    I have a LabPC+ that works fine, but is not supported in the latest versions of NI DAQ.  I also have a 6024E that I would like to use.  I know that the version of DAQ that supports the LabPC+ also supports that 6024E, but I would prefer to use the latest DAQmx with this.  Is this possible?

    Hi Brain:
    Doesn't look like it, the PC+ will only go up to 6.9.3 tradition DAQ
    http://www.ni.com/support/daq/versions_legacy.htm
    while the 6024E will go up to 7.4.1 traditional or 7.5mx or 8.0mx, dependiong on OS.
    http://www.ni.com/support/daq/versions_pci_pxi.htm
    I assumed these cards were PCI based.
    I am not a DAQ expert, so hopefully someone can verify this.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Does anyone have a chart that translates the new weather icons for the IOS7 iPhone?

    There are many icons inside the new weather app in iPhone update IOS7 which are difficult to understand. Can you confirm our best guess that the weather for Wednesday and Thursday will be windy? Hope we are right. Does anyone have a chart that deciphers all of those symbols?

    Thank you Templeton. Much apprecaite your answers and how swiftly they arrived. There are other symbols that we find confusing. I can't replicate more of them right now. But if you, or anyone knows of a chart that has interpreted most of them, I would be very grateful. I have beeen looking online for quite some time, and am surprised this hasn't been done...at the very least by Apple or Yahoo.
    Best, Frederick

  • Using Acrobat X and creating a PDF File from EXCEL 2010, I notice that the Pagination restarts at 1 for each Worksheet included in the PDF.

    I use Acrobat X Standard and created a PDF file from two or more worksheets using EXCEL 2010.
    The resulting PDF file restarts the PAGE # (In header/footer settings of Excel) at 1 for each worksheet.
    However, a colleague of mine who has Acrobat X Pro version, using EXCEL 2010 and same exact file does the same task, he gets a file that starts at page 1 and second worksheet continues the page # from the last page of the First worksheet.
    We both are using the ACROBAT menu (not the print to Adobe printer) to create the file so that we can get Bookmarks included in the resulting file for each worksheet.
    We cannot figure out any option in Acrobat's preferences that controls the pagination on either of these versions of Acrobat.
    So is this just a feature that works one way in Standard version and another way in the Pro version, and the user has no control over it?

    This is so sad. I read your comments and I said, "Huh?" Haha!
    I tried the indexed color option and it did make the final file smaller. Around 600KB. But there's probably another way to make it even smaller like the gazillion-paged pdf file that I mentioned that was only about 300KB.
    And by saying a layout program, does that mean like Adobe InDesign? Does that mean that I should just make my graphics in Photoshop and then import using another program and finish the file there?
    What other layout programs can I use?
    Thank you so much!

  • Need a program that will save the capacity settings for all storage bins

    Hey all,
    I would really apprecaite any help with a program I am trying to come up with.
    What I need to do is create a program that:
    1. Will save the capacity settings for all storage bins to
    a file
    2. Then update them all to allow unlimited capacity BUT be able to revert back to the
    original that was saved.
    Any suggestions about possible existig reports that I may be able to modify to suit my needs, or where to start from if I have to do this from scratch?

    I know I'm talking about expensive apps, but having been in prepress for about 30 years now, I really don't look at anything other than Quark XPress or InDesign for page layout apps. Your printing vendor will also be much happier with you when you use these products. Some areas of the U.S. tend to be mostly Quark oriented; others, InDesign. Ask your vendor what they would prefer, and if there are any free or cheap alternative apps they'll accept documents from.
    Apple's Pages app (part of iWork) is a decent page layout program, but hasn't been updated in four years. It also doesn't support CMYK. If you place a CMYK image in the app, it will export out an RGB version of it. Not good! You can work with RGB images if you prefer, but your CMYK translations will be left to the skill of the print shop you use to do the conversions.
    Don't even think about using Word. It has what it calls a page layout option, and does pretty much work like one, but there's no good way to import it into a real layout app such as InDesign. You end up paying the printer for their time to rebuild your entire project in either XPress or InDesign so they can actually do something with it.

  • I have IOS Version 10.6.8 and want to download pages, but it will only allow 10.9 ios only, is there anyway to get the older verson of pages downloaded? I hope someone can help me, as I am needed a program that allows Greek and Hebrew languages for docs.

    I was told by a friend that pages would help me do greek and hebrew documents if needed. I went to download, but the requirement is 10.9 IOS. Thats only on the new macbooks. Can anyone recomment another product to do these docs, or do I just have to wait on the 10.9 IOS to be released?

    Thanks...here it was mine says...
    Hardware Overview:
      Model Name:          MacBook
      Model Identifier:          MacBook7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          3 MB
      Memory:          2 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MB71.0039.B09
      SMC Version (system):          1.60f6
      Serial Number (system):          W80337U2F5W
      Hardware UUID:          BEB7FA07-9857-5F9D-B2FD-764A1DA74BFA
      Sudden Motion Sensor:
      State:          Enabled

Maybe you are looking for