Fusion of data/result defines what are parent/child?

Hello:

I have seen a few examples to make a data model so that a BI report can have master-detail data. They are a set of Q1 data and a set of T2 data with a variable binding to connect the two in a parent/child relationship.

But what I need, it is actually a UNION. I have the same table on multiple instances of database and I want to show the results grouped in a single report, as if it all happened to a table. Examples of master-detail have a section defining the grouping but they group Q1 (see here)

http://blogs.Oracle.com/BIDeveloper/data_template/

and I need to regroup in a column in Q1 and Q2 to "merge" the two sets of data.

Does anyone do this?

Thank you.

If you define multiple SQL-queries/data models data sets, you can combine them into a single set of data by selecting the concatenated SQL Data Source.

Choose concatenate them box, concatenation will result in the union.

RTF again, you can use the two dataset and display as a single table.

Tags: Business Intelligence

Similar Questions

  • Update the data to uppercase in the parent/child tables

    Hi gurus!

    In production, we have a table product and that is in reference by many tables making parent child relationship. By mistake, we realized last month some products have been added to lowercase and now we have a request to update all these product codes uppercase so that existing code that use these tables have no impact. Appreciate if you can give an idea about how can I update the existing data in the table parent uppercase as well as child records?

    Concerning
    Sri

    Are the product code that you need to update what is stored in the tables of children? If Yes, then you must do it in several steps, something like:

    Identify the child tables

    SELECT table_name, constraint_name
    FROM user_constraints
    WHERE r_constraint_name = (SELECT constraint_name
                               FROM user_constraints
                               WHERE table_name = 'PRODUCT_TABLE' and
                                     constraint_type = 'P');
    

    Create new product of upper-case code in the product table:

    INSERT INTO product_table
    SELECT UPPER(product_code), other_columns
    FROM product_table
    WHERE product_code <> UPPER(product_code);
    

    Update the children tables for caps product codes

    UPDATE child1
    SET product_code = UPPER(product_code)
    WHERE product_code <> UPPER(product_code);
    

    Finally, remove the tiny product_table product codes

    DELETE FROM product_table
    WHERE product_code <> UPPER(product_code);
    

    John

  • What is airportd in the activity monitor.  Is there a list defining what are these processes?

    I have a 'airportd' process that appears in my monitor activity periodically and locking system. I don't know where it comes from, or find a definition of what is our why it runs.

    The airportd process is the demon of the airport. This process is used to manage your wifi interface, which Apple has already called the airport. Do you use the WiFi on the Mac?

  • What are the steps to merge database files?

    Hello

    I have 23 files of data in a tablespace .i to merge those 23 data files in 4 or 5 data files. What are the steps to merge database files

    Published by: mithun 22 October 2011 23:29

    I have 23 files of data in a tablespace .i to merge those 23 data files in 4 or 5 data files. What are the steps to merge database files

    Create new tablespace with 4 or 5 files of data and use
    "alter table move tablespace new_tablespace;
    Once completed, drop the old_tablespace.

  • CS4: can I ask a logic based on the fusion of data?

    Hi all

    I create a document using CS4 InDesign that has variable text in it.  Some of the variable text is 'static', it is inserted directly a data merge.  In other cases, however, I want to display a block of text (specify) If an element in the data merge has a value and another block of text, if the data merge element has a different value.  I can do it with a script?  Here's an example: in the data merge file, I have something "WorkingHours.  It can have a value of "5-8" or "24 x 7".  If the value is '8-5' I want to display ' 08:00 - 17:00 Monday - Friday ' and if the value is "24 x 7"I want to show '24 hours, 7 days a week'.  I want the text to display in a cell in a table in my document.

    If I can do this, I just create the script, save it, and then select it via the data merge Panel to insert it into the cell where I want to output data to display?

    Thank you very much

    Ed

    As Peter has already pointed out, you could do a simple IF formula in Excel, problem solved...  Well, that's if you are in a unique fusion of data.  If you are uncomfortable in Excel (first program I've ever used, I love it) you could get around that also.  Merging InDesign and data are not the ideal workflow for this sort of thing, the XM Pie to Indesign plugin is however, works costs a lot, lot$.

  • What are the causes of data loss during an update?

    Just what are really the causes of data loss or corruption when you update. Most sites will tell you to back up what I'm doing, but none of them actually appoint a cause to save.

    -Thanks in advance

    Minor updates in an OSX * may * break the file system.  Fully upgrades to other OSX replaces almost all file systems.

    Some backup of people even before you install some software packages, because they know how this package changes directories OSX.

    Backups are never a waste of time.

  • What are the data size of the buffer on PX1394E - 3 50

    Hello

    I bought this drive a few days ago and I'm a little confused on the
    the size of the data buffer. The box indicates 16 MB, Toshiba web page says 8 MB, etc...

    Nobody knows, what are the data buffer size of this model?
    Is there a SW or the request to meet with whom?

    BTW, great car, fast, noise, however, extremely when it comes to finding large files.

    Thank you
    Francisco

    Hello

    I have lurked around a bit and it seems that your drive has buffer of 16 MB that is absolutely definitely sure. To check the details of your computer, you can use the tool "Sisoft Sandra". You can download [url href = http://www.sisoftware.net/index.html?dir=&location=downandbuy&langx=en&a=] here [/ URL].

    After download, just install it and you will get all information about your computer, as the size of the buffer of your external hard drive.

    Welcome them

  • What are the parameters? How are Variables differenet? Why we can not use variables to pass data to one sequnece to another? What is the advantage to use parameters instead of Variables?

    Hi all

    I am new to TestStand. Still in the learning process.

    What are the parameters? How are Variables differenet? Why we can not use variables to pass data to one sequnece to another? What is the advantage to use parameters instead of Variables?

    Thanks in advance,

    LaVIEWan

    I'm sorry... I discovered that... its not at all possible to pass data to another sequence using variables... it must be through settings... once again I apologize for the display of such a stupid question

  • What are the best practices for creating only time data types, and not the Date

    Hi gurus,

    We use 12 c DB and we have a requirement to create the column with datatype of time only, if someone please describe what are the best practices for the creation of this.

    I would strongly appreciate ideas and suggestions.

    Kind regards
    Ranjan

    Hello

    How do you intend to use the time?

    If you are going to combine with DATEs or timestamps from a other source, then an INTERVAL DAY TO SECOND or NUMBER may be better.

    Will you need to perform arithmetic operations on time, for example, increase the time to 20%, or take an average?   If so, the NUMBER would be preferable.

    You are just going to display it?  In this case, DAY INTERVAL in SECONDS, DATE or VARCHAR2 would work.

    As Blushadow said, it depends.

  • All the members (but 1) are removed from the entity dimension in planning and deployed to essbase. -What are the data deleted in essbase so? / The data can be restored by restoring the entity dimension?

    All the members (but 1) are removed from the entity dimension in planning and deployed to essbase.

    -What are the data deleted in essbase so?

    The data can be restored by restoring the entity dimension? EPMA the entity dimension is still in tact.

    It is unclear what exectly arrived, but looks like a change was made in the dimension entity planning (not EPMA) and then deployed (successfully).

    In essbase, we see that the entity dimension has only one member left for the appropriate plan types, as in the planning.

    If you remove members and then push that yes the essbase data is deleted, if you need back then you will need to go back to your restore process.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • What are the tables that store data card pay self-service?

    Hello

    Please tell us what are the paintings that self-service stores data card pay in it.


    Best regards

    pay_action_information

    Your location may also have built views above this table.

  • How do you define the expiration date of a secure area?

    I'm trying to set up a form where a user can register to access an area safe for 1 year. How set the expiration date of the secure area so that they expire one year after what they sign up for it?

    I tried to use a hidden field named "ZoneExpiry" (I tried "Posted" so) in the form and set its value attribute manually in the HTML code (with the format may 13, 13), and the expiry date always ends up being 31-Dec-9999.

    Any help would be greatly appreciated.

    Thank you!

    After the presentation of a support ticket, we understood the question. Ordinarily, the solutions above work to change the expiration date of the wire... unless you check the box 'Belonging to sell' for the parameters of the safe zone. Once this box is checked, it sticks to the frequency of billing implementation.

    Given the nature of how we put things in place, we just who turned off and used the trick of treatment on the forms for billing credit cards and set the date of expiry of the secure area manually for users.

  • What are the consequences of a trigger in peaktime compiling in a data base.

    What are the consequences of a trigger in peaktime compiling in a data base.

    Compilation of a trigger (table), should temporarily be a lock on the table involved.
    Therefore, cannot exist any current transactions involving the table.
    As a trigger is an object of higher level (dba_dependencies - wise), the compilation it does not cancel other objects.

    That said: I would not recommend doing so for peaktime...

  • Fusion of data and separate auto-pagination. Are they incompatible?

    I use the automatic numbering of the pages for my documents, but I want to use the fusion of data as well now I find that my page numbering is continuous with each iteration of the document. Is there a way to define automatic numbering for each new document starts on page 1 or should I number each page individually or waive the data merge?

    Your help will be appreciated.

    nrowlands

    How is it, Peter Gets a prize of the second shelf with all these points.

    function() {return A.apply (null, [this] .concat ($A (arguments)))}

    Spier P wrote:

    I did not limit to a simple record merger. You say you can merege the entire list at once, with a limit of one record per doc, and it will make the docs n for n records? It would be interesting.

    With precision. I created 30 three pages of documents, each with 9 fields merged on a laptop for 2 years, in about 30 seconds.

    My record source has 460 lines; I'm not going to burn my box pushing all, but this could be done with moderation. Setting the limit of records per Document in the merge records dialog box, Options tab, allows such. Really sloppy.

  • peripheral equipment - what are Clusters of hard drive?

    I get messages on the hard disk clusters, what is?

    Hello

    Hard drive Basics
    http://www.NTFS.com/hard-disk-basics.htm

    -------------------------------

    This troubleshooting is for Windows 7 - Vista is similar, except that you use disks of Vista - XP fine
    RUN instead of start - search (check for more on the Forums of XP)

    Disk problems can take seriously very quickly so I carefully check the disc now and do not forget
    to keep redundant backups of your important data (use several methods).

    Inside the Windows - Regular or Safe Mode (repeatedly press F8 as you start).

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    GOLD:

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    Then run checkdisk (chkdsk).

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    ----------------------------------------------------

    For even better and more efficient to check:<- advanced="">

    At the Recovery Console prompt (if you have one) or a Vista/Windows
    disc 7 - If you do not have a Vista/Windows 7 disk you can borrow a friend (it must be the same
    32 or 64 bits and they are not protected against copying) or make a. Also your system manufacturer will sell the
    physical disks cheap since you already own windows.

    Chkdsk /f /r

    RESET

    After k and before space / f and before.

    sfc/scannow

    RESET

    Space after c and before.

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    What are the system recovery options in Windows 7?
    http://Windows.Microsoft.com/en-us/Windows7/what-are-the-system-recovery-options-in-Windows-7

    ----------------------------------------------------------------

    Go to settings/settings F2 (BIOS/CMOS) often as you start so watch the screen as you start. Define the
    Start the command of CD/DVD disks of Windows (Vista or Windows 7 If you have installed.)
    Be sure to set in when.

    If you need to repair disks - these help repair Windows not re-install.

    Download Windows 7 system recovery discs
    http://NeoSmart.net/blog/2009/Windows-7-system-repair-discs/

    How to create a Windows 7 system repair disc
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html

    =====================================

    If CheckDisk is unable to fill as above:<-- manufacturer's="" diagnostic="">

    (The old 302602 links isn't now valid for Diagnostics links).

    Manufacturer diagnostic utilities - run one to your hard drive
    http://www.techsupportforum.com/hardware-support/hard-drive-support/462298-no-IDE-device-found.html

    Corrected list dated 06/09/2010

    Fujitsu hard drives: utility of diagnosis here
    http://www.Fujitsu.com/EMEA/products/HDD/

    Hitachi hard drives: utility of diagnosis here
    http://www.HitachiGST.com/support/downloads/

    IBM hard drives: use Hitachi utility *.

    Toshiba hard drives: use Hitachi or Maxtor utilities

    Maxtor hard drives: Diagnostic Utilities here (now SeaGate)
    http://www.Seagate.com/www/en-us/support/

    Quantum hard drives: use the Maxtor utilities

    Seagate hard drives: here Diagnostic utilities
    http://www.Seagate.com/www/en-us/support/downloads

    Conner hard drives: use the Seagate utilities

    Hard drives Samsung: utility of diagnosis here
    http://www.Samsung.com/global/business/HDD/

    Hard drives Western Digital: utility of diagnosis here
    http://support.wdc.com/product/download.asp?lang=en
    Trial versions of one of these 'might' help.

    SpeedFan
    http://www.almico.com/sfdownload.php

    HD Tune
    http://www.hdtune.com/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

Maybe you are looking for

  • Satellite X 200 - cannot find 64-bit drivers for GT8700

    Hello someone has a link with some work for windows 64-bit drivers I can use in windows 7.I tried all the vista / win 7 drivers from the NVIDIA site, but they all create graphic errors... .This is a real pain because the 32-bit drivers from Toshiba a

  • Why is my user library so great?

    My MS user lib is 25 MB, even if there is only a handful of parts.  My corp lib is 14 MB with hundreds, maybe thousands, of pieces.  Why is he so great? Is it swelled with the space that has not been recovered?  Is there a way to rebuild and return t

  • You can copy Rhapsody Playlists from a PC to another PC?

    Anyone know if you can copy playlists that you create using Rhapsody from one PC to another PC? I've done several Playlists on Rhapsody which are very large - one of them has 600 songs in there.  I definitely want to make copies of these lists backup

  • Belkin Wireless connections, lack of quick links

    Hi all, my wireless connection has worked for centuries with no prob, now every time I have quit or restart my machine, I have to restart my wireless connection via removing the dongle in a usb port and wait ten seconds insert it again as vista windo

  • Power supply question - amber LED flashing - Dimension E520

    So, I'm working on the dust removal and re - install windows on a machine. I've done dusting, but now I have problems with a LED flashes orange. The system will not top all - fuel without fans or beeps. After looking through some posts for ideas, I t