How to create two independent queries report and templates?

Hello

I have a requirement where I have to use two queries in the data model. Now, these queries are not related and I need to display the data of these two queries in my report. Can someone let me know how to do this?

You can create two independent sql query (Q1, Q2) and put them in the data as a different group model

Tags: Business Intelligence

Similar Questions

  • How to make a form with report and a form of inclusion in the same page?

    Hey, guys:

    I was wondering if you could have any link or examples to show how to make a form with report and a form of inclusion in the same page, these two forms are related to the same table. Our customer wants that a user can add a new row to the table in a form and see all lines created by this user in a report, the report should provide link change as well. the problem is: whenever I inserted a new line or change a line or delete a line, and submitted and return to this page, all hidden elements lost their values, this report is empty, and some display only items also lost their values. Could someone give me any suggestions?

    Thank you very much!

    Sam

    So, the problem is essentially with page elements lose their session state values when re-loading of the page. How do you define values for the elements of the hidden page? You have default values defined for those? They are based on the database column? What is the "Source" parameter for these items on the page? It is set to "Always, replace any value in session state"? You have any process of 'Empty the Cache', which is reset these values to null element?

    What is your version of the Apex?

    I would recommend that you have installed for example in apex.oracle.com. This would help to better understand the issue.

    Published by: jaouad khalifi on 13 December 2012 22:11

  • Create two independent signals and a pulse train with NI USB-6259

    Hi all

    I'm new to the forum, I searched but I've found no info about it.

    I have recently set up a vi that is able to generate from an NI USB-6259 case two different signals in frequency, amplitude and phase (see attachment).

    To do this with each cycle of the memory buffer size is changed accordingly for frequencies in order to see a whole number of periods and, thus, having not leak in the generation (or breaks).

    Now, I would like to generate a pulse train at a frequency that is an integer multiple of the frequency of the input signal (not the 50 Hz one).

    The resulting frequency of the pulse train could be changed on the fly (or at least be updated at each new round of vi).

    I'm stuck because I have already said that two analog output channels and I want the pulse train so that a digital camera for my Board (channel PFI) output, you have any ideas?

    Thank you very much

    Alberto

    PS. the vi is "program generazione.vi" but you must first install "signal.vi production".

    Hello
    It is a simple .vi which generates a configurable, buffered pulse train dynamically. I also want to let you know that with this type of advice (DAQ), it is impossible to update the output in real time. You must be careful because the time between you use "DAQmx Write" and the output effective physical change not IS NOT FIXED.

    Kind regards

    Matteo

  • How to create a dynamic RTF report that creates dynamic columns based on the selection of dynamic columns in a table?

    Hi all

    Suppose I have table, whose structure changes frequently on a daily basis.

    For example. / / desc my_table gives you after the name of the column the day 1

    SQL > my_table DESC;

    Output

    Name

    Age

    Phone


    Day 2, two other columns are added, viz, address and salary.

    SQL > my_table DESC;

    Output

    Name

    Age

    Phone

    Address

    Salary


    Now, I want to create a Dynnamic RTF report which made extracting data from all columns from my_table daily. For this, I have defined a simultaneous program with XML output type and include in annex a data/definition of data model that takes XML as input and gives the final result of the conc program in EXCEL layout. I am able to do that for a constant number of columns, but don't know how to do it when the number of columns to display dynamically changes.

    For 1 day my XML file should be like this.

    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="XYZ" description="iExpenses Report" Version="1.0">
    <dataQuery>
    <sqlStatement name="Q2">
    <![CDATA[
    SELECT Name
    ,Age
    ,Phone
    FROM my_table
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_my_table" source="Q2">
      <element name="Name" value="Name" />
      <element name="Age" value="Age" />
      <element name="Phone" value="Phone" />
    </group>
    </dataStructure>
    </dataTemplate>
    
    

    And my day 1, EXCEL output RTF model should be like this.
    Name age phone

    Swapnill 23 12345

    For 2 days my XML file should be like this. With 2 new columns selected in the SELECT clause.

    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="XYZ" description="iExpenses Report" Version="1.0">
    <dataQuery>
    <sqlStatement name="Q2">
    <![CDATA[
    SELECT Name
    ,Age
    ,Phone
    ,Address
    ,Salary
    FROM my_table
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_my_table" source="Q2">
      <element name="Name" value="Name" />
      <element name="Age" value="Age" />
      <element name="Phone" value="Phone" />
      <element name="Address" value="Address" />
      <element name="Salary" value="Salary" />
    </group>
    </dataStructure>
    </dataTemplate>
    
    

    And my day 2, exit EXCEL model RTF should be like this.
    Name address telephone pay

    23 12345 Madrid 100000 Swapnill

    Now, I don't know below things.

    • Make the dynamic XML as we did in the day 1 there are 3 columns in the SELECT statement and the day 2, 5 columns. I want to create a dynamic XML which must not be changed if the new columns are added into my_table. I don't know how to create this query and also create their corresponding items below.
    • Make the RTF model dyanamic as day 1 there are 3 exit EXCEL columns and the day 2, 5 columns. I want to create a dynamic RTF model that would display all the columns selected in XML dynamic. I don't know how the RTF will create new XML tags and how it will know where to place them in the report. Means, I can create model RTF day 1, by loading the XML data for 3 columns and place 3 tags XML in the model. But how he will create and place the tags for the new columns the day 2?

    Hope so, you got my requirement, it's difficult. Please let me know how I can implement the necessary solution using the RTF dynamically without any manual intervention.

    Kind regards

    Patricia K.

    Post edited by: SwapnilK

    Hi guys,.

    I was able to solve above the requirement.

    I created a procedure that would create & update (attached to the data definition) XML file dynamically for each race. This dynamic XML contains the SQL statement for the data query that is built dynamically. I am updating this XML file using XDOLoader utility to the definition of data. Then run my program customized to generate the excel output.

    Exit excel retrieves correct number of columns dynamically (3 on Day1 and Day2 5), with corresponding data records.

    Kind regards

    Patricia K.

  • How to create a model Web ADI and save it in our applications?

    Hi all

    I want to create a user registration model he Web ADI so that I can send the form to the customer and they will just fillup the spreadsheet with all users want to add to the system and then load using Web Adi.

    For example, this form is:

    Capture.PNG

    I want to create a model Web ADI for the forms above, which is recorded in the database of applications. As in the example of template below:

    1. Add Oracle WEB ADI you your responsibility. Learn how to create document etc.

    2. via large Oracle book, Journal enter and click Launch Wizard Journal... from there, you can create similar joint document


    Capture2.PNG

    Please help how to create templates like this.

    Thank you very much

    MK

    I haven't worked much on WebADI recently. But I think I understand the mode of operation has not changed, so the link I gave (the one Karim) should always hold.

    The other two (more recent) that I found when google

    oatrain: Simple Custom WebADI Integrator with 12.1.2 Desktop Integration Manager

    Oracle Web ADI: Creating a custom Integrator | Suite Oracle e-Business Applications

    According to the second link:

    Desktop Integration manager involves the creation/management of integrators and parameters

    Office Integrator allows you to create any documents, layout, Mapping, configuration options etc.,.

    You can connect to the application and see what the differences are. Sorry I don't have access to an instance at the present time and no longer remember.

    Cjeers

    AJ

  • How to create drop down menus ' if/and/then.

    I'm building a website for a transport service company and I was wondering how to create a function to display the prices based on the two sites chosen by the customer in a menu drop-down. Basically, it would look like this:

    (departure) (to get) [cost]

    The idea would be to have customers select two locations (departure and arrival) and then based on these two sites, the cost would be displayed. Is there a way to do this?

    Which would not be supported by Muse directly. You create a widget customized for this by using Javascript.

  • How to create a menu of reports in APEX

    Dear Sir
    I want to create a menu of reports, so that the user click on the report name to view the report. I save all the reports in a database table and display interactive report on the home page.
    How can I bind the relevant reports to each row of the table
    kindly help me to achieve the functionality

    Hello

    Process of creation of list as follows *.

    You must follow these steps in the wizard to create a list,

    1. go in the shared components of your application.
    2. by navigation, click on the menu lists.
    3. click the Create button which would be available in this page.
    4. Select the Option 'From Scratch' and click Next.
    5. enter a name for the list, select dynamic as the type of list, you can choose any list template and compiler options too. Click Next.
    6. write the SQL query to dynamically generate the list, you can look in my example to get more clarity on the same with denunciations of target too. Click Next.
    7. click the Create button to complete creation of list.

    Now, the list has been created in the components of shred.

    Then you create a page from scratch in your application, this can be done by clicking on the button to create in your application and choose the type of page to Page zero. You think about the functionality of zero order page, otherwise please try to go through some documents and learn it.

    In the zero page, please follow the steps below.

    1. create a new region.
    2. choose the type of region as a list.
    3 give the title to the region and click Next.
    4. in the list, the above created list name will be available, choose and click on create the region from the list.

    As we have created it in the page from scratch, it will be available in the full application.

    Go to the Pages of the report,

    Page 5 - used

    Change the region of interactive to display in the column 2 reports.

    Page 6 - Department

    Change the region of interactive to display in the column 2 reports.

    Now run the application. It works very well.

    Kind regards
    Santini.

  • How to create the top 20 report?

    Hi all

    I have a requirement to create a TOP 20 CUSTOMERS by category report.

    I never did and I remember that some RANKING functions are available in the responses.

    Please let me know if anyone has this knowledge.

    Thanks in advance.

    Concerning
    Nathalie

    Hi Nathalie,.

    You can create a TOP 20 reports by following the steps below.

    1. create an analysis by category, customers, and the .
    2. now, include another (all) column and change its formula as RANK ( category).
    3. now, if you run the report, you can see the measures by category.
    4. now to include a filter on the RANK column as<>

    I hope this helps.

    Thank you
    Diakité

  • How to create a job in OEM and pre it?

    Hello
    in 10g of 2, I'm looking in the following documents:
    Concepts of Enterprise Manager and Oracle 2 day DBA Database

    http://download.Oracle.com/docs/CD/B19306_01/EM.102/b31949.PDF

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14196.PDF

    but I can't find any explanation for how to create a job and pre it.
    Where can I find?
    Thank you.

    What do you mean you can't find how to create a job? Go in the Administration tab, on your right, you will find a link called jobs. Click above and go forward.

    HTH
    Aman...

  • R12 - how to find the exact form, report, and Web Server Version

    Hi DBAs,


    How can I find the version of web server, report and exact form in environments of R12.

    Thank you
    -Samar-

    If you're on 11i, pl see MOS Doc 466890.1 (Script to find the Apache, Java, Jinitiator, version of forms and details of the JVM for Oracle E-Business Suite 11i)

    For R12, see Doc 468311.1 (Script to find the Apache, Java, JRE, Forms for Oracle E-Business Suite R12 version)

    HTH
    Srini

  • How to create the new catalog, categories and products within the ACC with the CCI

    Hi all

    I'm new to atg, I just want to create a new catalog, categories and products within the ACC with a BCC (publishing server) and then I have to browse through my jsp application.for added this requirement what configuration I need to do with VAC. Please help me on this ASAP.

    Kind regards
    Jyothi.MJ

    There is nothing you need to do for this.
    Go to ACC and create a catalog.

    In the JSP using droplets CategoryLookUp get the properties of the category and its products of the child to display.

    Peace
    Shaik

  • How to create two different smart albums with photos with the same date?

    I created a smart album by using 'Date is' and ' keyword is EAA.»  (The photos have a keyword like "EAA" or "Flower".  Photos of keyword EAA & flower have the same date.)  When I use "Corresponding to all" are has no pictures in the album.  When I use "Match any" all the photos are in the album - EAA & flower.  I would like an album with only pictures of CEA for that date and another album with photos of flower with the same date.

    I get the same answer.  I can get the date and to a key word to work with 'all' selected, but not date and keywords.  So you will need two smart albums: one with date and ECA ('all' selected) and the other with date and flowers ('all' selected).

    Use the file menu option ➙ new Smart Album.

    Report the problem to Apple via https://www.apple.com/feedback/photos.html.

  • How to create two accounts (different passwords / different e-mail addresses)

    From the outset, does not yet have a Surface, I am seriously considering the purchase of a.
    In fact, I still have donot have a tablet at all :-)

    I heard that - starting from 4.2.2 - Android, it is possible to create multiple accounts.
    This is important to me.

    Would like to know if it is possible with 2 surface. Meaning:
    -Two accounts
    -Two email addresses
    -Two log-in codes, according to the entered login code, either the first or the second account (environment) is launched.

    Where to find the "How to" step by step?

    Thank you!
    =

    Yes, you can add additional accounts to your Surface. You can add additional administrator, child accounts, and user accounts. Details below.

    http://Windows.Microsoft.com/en-us/Windows-8/user-accounts-frequently-asked-questions

    http://www.Microsoft.com/surface/en-us/support/security-sign-in-and-accounts/all-about-accounts

    http://www.Microsoft.com/surface/en-us/support/security-sign-in-and-accounts/sign-in-and-out-of-surface

    Hope that the above is useful.

    Sean

  • State multi objects - how to create a State asset/down AND a visited State Captivate 9

    Hello

    I hope someone might be able to help me understand how I am best at what a "assets/down" State and a "visited" .

    I have a screen with a number of buttons - when the learner clicks on a button, they appear different information (easily click reveal sort of interaction) can I do now with the functionality of the State multi 9 Captivate object.

    But can I use "States" to show that they have visited a button.

    The scenario is as follows:


    Screen has 10 buttons.

    By example, Normal (not yet visited) - button is blue.

    Active/low (learner has selected the button)-button is purple.

    Visited - button is green.

    Thank you.

    Lisa

    Sorry, but Lisa doesn't quite ask on built-in States (Normal, Rollover, Down)! Read each question carefully, please.

    She questioned an integrated State and a State of 'Clicked', which is NOT at all.

    @Lisa the easiest way is to States. I use above all form buttons, because they are much more flexible than the old types of buttons. You see in this Panel of State of the object, I've changed the text on them and rolling to the bottom of the State, which is impossible for the transparent buttons and text and for text image buttons must be in the image, which means that whenever you want to change the text, you must re-create the three images. Not very friendly, because it must still occur in another program.

    You see that on top of the InBuilt three States I created a custom state "Clicked". Do not confuse this Panel: the button has the same size as in the integrated States, but the thumbnails have a fixed size, where the last State of the scene shows that three States integrated.

    If you want the State Down to be the same as the clicked State, you can do it as well, but I wanted to show that it's a different State. With this configuration, you can have the Clicked State, replacing the Normal State (attention: the flyover States and down will remain the same) after clicking on the button with this workflow:

    • Create a tip or shared action standard (in this article, I used shared actions: 1 share = 5 buttons toggle - Captivate blog )
    • Add the command "change the State of MyShapeButton, Clicked
    • Put the command you want to be executed by this button (like the jump to slide X)

    If you navigate away from this slide, the "Clicked" State is only kept in 9.0.1.320 - not in the previous version - if you check the option "Maintain state on the overview of the slide" which you will see in the upper part of the properties of the button panel.

    I would like to know if that's what you're looking for? If you want to have the rollover state change, you will need two buttons and will have to replace the first box of the other which shows all States in a version Clicked.

  • How to create the snap shot report of multiple Vcenters.

    Hi all

    How to get the report of several VC in html file snapshot. , I am attaching the out put the HTML file and the script I used.

    Get the consolidation SP report I'm missing the name of VC. In the out put 1 rank is the SP of Vcserver 1 & 2nd row is to serve as a VC 2

    I need to get the name of VC in the corresponding column.

    Thanks in advance.

    SIV

    You can try this:

    
    # Adding PowerCLI Snapin
    if(!(get-pssnapin | where {$_.name -eq "vmware.vimautomation.core"})) {
            try {
                add-pssnapin VMware.VimAutomation.Core| out-null
            } catch {
                throw "Could not load PowerCLI snapin"
            }
    }
    $VIServer = "vcenter1","vcenter2"
    $Report = @()
    foreach($VCserver in $VIserver){
        $currentVC = Connect-VIServer -Server $VCserver -Protocol https -User administrator -Password Pass@123
        $Header = @"
                
                Snapshot Report - $VcServer
    "@
    $a = Get-VM -Server $currentVC | Get-Snapshot | Select VM,@{N="VCname";E={$currentVC.Name}},Name,Description,Created,SizeMB,SizeGB
        If (-not $a){
            $a = New-Object PSObject -Property @{
            VCname = "No snapshots found on any VM's controlled by $($currentVC.Name)"
            VM = ""
            Name = ""
            Description = ""
            SizeGB = ""
            Created = ""
            }
        }
    Disconnect-VIServer $currentVC -Force -Confirm:$false
    $Report += $a
    }
    $Report = $report | Select VCname,VM,Name,Description,SizeGB,Created | ConvertTo-Html -Head $Header -PreContent "

    Snapshot Report


    " $Report | Out-File "C:\VM-operations\dailyreport\SnapShotReport.html"

Maybe you are looking for

  • Vista upgrade to Windows 7

    Hi, need help on the Windows 7 upgrade. I did an upgrade from Vista HP for Windows 7 HP without reading the literature and realized I should have used the upgrade wizard to complete the task, ie remove the incompatible files etc and replace them with

  • Build - in webcam of the Satellite Pro P200 - 14 d is defective

    Hi all When I install the program of webcam - drivers on the website of the camera works very well. When I restart it no longer works. When I select Preview for photo mode or something toolbaar camera assistant, he told me that the camera is locked b

  • Cannot find adapter Wlan on Equium A200-1V0

    Hello! Can you help me with something? I can't find my Wlan on my Equium A200-1V0 adapter, model: PSAF5E I think that you hade the same problem? How did you fix this? THX /Andreas

  • The password of Bios HP mini 110-1145NR

    Hello, I seem to have forgotten my bios password for my hp mini. I tried every password I could think of and none of them work for me. The stop code is cnu9384m9d

  • My CD-ROM/DVD-ROM does not work

    My CD-ROM/DVD-ROM does not work.  Manager of devices display a "!" on the Optiarc DVD RW AD - 756 A ATA DEVICE.1 device state poster (this device cannot start. (code 10)).2 update driver... shows that the best device driver software is already instal