combining a similar request

What is the best way to address this requirement.

Combined report (2).png

Hi Felix,.

as suggested by Srini, you can create the above requirement with request of the Union and make the dummy columns in col1, col2.col3 in second request and col4, col5 col6 at first request.

Use something like ifnull('',0) (I guess col1 to col6 are numerical values).

It will be useful.

Kind regards

IBAG

Tags: Business Intelligence

Similar Questions

  • Combining a similar request for responses

    Hi all
    We strive to create reports using ' * combine similar request *' option, in which we are combining 2 different measures in different fields, but with the common dimension.
    Suppose if we have topics below.

    Subject to area A
    Measure - recipes
    Dimension - year

    Domain B
    Measures - units sold
    Dimension - year

    In this case, we expect to result as below
    Revenue units sold
    2008 1234 $10
    2007 $345 3


    but instead, we get the result as below

    Revenue units sold
    $2008 1234 0
    2008 0 10
    2007 345 $0
    2007-0-3


    I sit possible to get the above result?

    Kind regards
    Floquet

    Hello..

    In any case you do not get two straight lines for each year of law?
    According to you, you get nulls for any other measure...
    Have you applied aggregation rule > sum for both measures ?
    Do it and a report...

    Thank you & best regards
    Kishore Guggilla

  • Combine a similar request

    My requirment as below
    TableA
    Name, Date, country, Aux01, Aux02,.
    TableB
    Name, Date, country, Aux01, Aux02

    Expected result:

    Name, Date, country, Aux01, Aux02 (union HERE of all the values in TableA and TableB)

    I created a similar application

    After the creation of quick dashboard based on name (values should be TableA prompt name.) Name and TableB.Name Union).
    Could you please explain to me

    Thank you

    Hello
    For each quick column create variable presentation.
    Apply the filter to each column of each criterion separately making it equal to the presentation variable. (Click on the filter columns-> below you can see Add Click on this-> Variable-> presentation). Give variable that you created for this column in the command prompt.

    Reference: http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization

    Kind regards
    Srikanth

  • Combine with a similar request has plunged to values

    Dear all,
    I have a report with the help of combined with a similar request. (Union)

    TableA
    Name in the amount of SAR

    TableB
    AMT name SAR

    Result column:
    Name salary

    My requirment in the result of salary column I have shoul use divided by 100.
    When I shot the fn button I am unable to see in the result column.
    How to divide 100 then Multipla with another column of result SAR

    Thank you
    Govind R

    Hello
    In order to divide the salary by 100, on each separately criteria under treatment fx.

    Kind regards
    Srikanth

  • Lost money after combine with a similar request

    Hi experts

    I used the option "combine with a similar request" to combine the 2 reports that have exactly the same columns.
    The only difference between them is that they use different filters.
    The action of the combine is made correctly but the sum over the years is missing
    When I run the 2 reports separately for each of them that the amount is shown in the report but when I combine it is absent.


    Can anyone explain why?

    Published by: aharrab_be on April 30, 2009 10:32

    who discovers that you are using. ?

    rule of sum game aggregation and try in privot... for this measure.

  • index for a similar request with order of

    Hello

    I have a table with an ID number and the channels as follows:
    CategoryParentChild
    -----------------------------
    parentId
    childId
    isFolder
    parentPath
    bookName
    I want to get all the books whose parentPath begins with a string where a like clause.

    I have an index on the table as such: (isFolder, parentPath, bookname)

    My request is as follows, where the: likepath parameter will be something like "/ abc/def/%" and I want all the books whose parentPath starts with/abc/def /.
    select pc.childId from CategoryParentChild pc
    where pc.isFolder='F' and pc.parentPath like :likepath
    order by pc.isFolder, pc.parentPath, pc.bookName
    I guess that Oracle will see that my generic is only at the end of the: likepath parameter and use the indexes without doing a table scan. Is this true? IsFolder and parentPath are also the where clause arguments and parentPath and bookName are used in the order of. I hope so that Oracle uses not only the index to select books of candidates whose parentPath begins with a string of path, but also uses the same index to sort optimally. Does anyone know if I made the right choice with the ordered index? NOTE: it seemed that even if isFolder is always 'F' (false) in the query, it seems that I need it include redundantly in order by to ensure that Oracle can use the index to the place where both of the order of.

    Thank you
    Andy

    If the Joker is at the end of the searched string, Oracle should consider using the index. If it does will depend on an estimate of the Oracle of the selectivity of the condition (i.e. WHERE parentPath AS ' / %' is going to be radically less likely than parentPath AS ' / abc/def/ghi/somethingElse/foo/%'). It can get a little complicated depending on the version of Oracle if the selectivity of the different search conditions is significantly different. If you're on 11g, adaptive cursor sharing helps a little. But on 10g, it is possible that the first person who executes the query enters a state very not selective, Oracle optimizes the query for this binding variable value, do a table scan, and then the future queries use the wrong path.

    Justin

  • How to pass the value of a column to a variable to be used in another analysis

    Hello

    I'm on OBIEE 11.1.1.7.1.

    I have the following problem.

    I have DISCOVERED called analysis. It has just a column with the result. Simple. Assume that the answer is 2500

    I have another scan which has two other columns, namely GOLD and LOANS. I want to calculate the total DISCOVERED + GOLD + READY.

    That's why I need to pass the value of 2500 of the first analysis of the second analysis via a variable.

    I can not add all three of them in the same analysis there are various filters for OVERDRAFT, and the application of these filters on the GOLD and LOANS gives the desired result. I tried to add filters in the column of the overdraft, but that doesn't seem to work.

    Any help will be greatly appreciated.

    I'll give you an example. I hope that you will mark for my time...

    Hope that you will be aware of how to combine a similar request.

    in the first criterion you have

    Goldprice Loanamount year 0

    Second criterion

    Year 0 0 Overdraftamount

    the two maintain the necessary filters.

    Add a column of result (option you can see in the topic area pane) that add all three columns. You can choose the columns. formula will come something like below

    saw_1 + saw_2 + saw_3

    Thank you

    AJ

  • Conversion of NULL values to 0 in graphics

    Hello again everyone,

    I use Oracle Business Intelligence 11.1.1.7.131017.

    In our chart, we have 2 lines with made cumulative information, but whenever this information is equal to 0, it will not draw the line, only for items > 0.

    I tried to change the data format to: #0;-#; 0 but it does not work...

    Although the table indicates 0 where NULL values are supposed to be, when he tries to draw the graph, the line appears only for values > 0...

    Is it possible to convert NULL values to 0 in graphics?

    Thanks a lot for all the help and have a nice day!

    Kind regards

    Frederico Barracha.

    Hi Fred,.

    It's not because you have NULL values in the table. This is because there is no entry in the warehouse.

    For example, you wise date data for March 1 to March 5. in this March 4 isn't any data in the table. That is to say, there is no entry for March 4. In this case, you can see graphs broken. You can follow one of the below approach.

    Combine a similar request and add the column date dimension of time where all date entries are there and all the other Null columns. It will be visible from the graph in uninterrupted.

    Another thing to do is cross join with a date column so that the data will come for all dates.

  • On combined requests conditional formatting

    Hello Experts,
    Is this possible? If I have a chart based on a criterion of requests and I want Conditional format, I get (error null) whenever I have it try. Anyone realize this?

    Best regards

    Hello

    It is possible.

    Try this after you have combined with a similar request go to chart (data in graphical format) options-> click on conditional-conditional-> column > select Add (who you want conditional formatting (you will get invalidate alert formula window. ignore that) enter the value of-> and give some color...)

    awarded points if the answer...

    See you soon,.
    Aravind

  • Windows Media Player library sharing request

    I received a request to share Windows Media Player library. I'm not on a network. Is this some type of malware or something? How should I handle this? A month ago, I received a similar request for iTunes sharing Jeremy-PC. Help, please. My computer has been hacked?

    You're invited because you are on a network, this is a security feature of Windows.

    I assume that you have chosen the option to not share when asked?

    You can safely share if you know who you are sharing with (if you know who is Jeremy-PC)

    If you prefer not to share with who you can disable media sharing.

    To activate:

    When you are connected to the internet, go to: Control Panel, network and sharing Center.

    Expand the sharing of multimedia files, click on edit, if media sharing is currently disabled, there will be a popup.

    If you check the share my media, then click OK, you get another popup.

    Here you can highlight the computers on the network and allow or deny.

    If you click settings, you can choose what you want to share.

    To turn off:

    When you are connected to the internet, go to: Control Panel, network and sharing Center.

    Develop sharing media files and click on change, if media sharing is currently on uncheck share my media to:

    Click on apply, OK

  • Want to combine the two queries

    Hello

    It is my first post here, I hope it's a good place to put it.

    I have two queries that both gave me the results. I guess that both are way more elegant or better to do what they do, but that's what I came with. So feel free to modify them. However, my real problem is I want to combine these two queries in a single query, removing duplicate information.

    analytical_query

    SELECT * from(
      select
      requisitions.acc_id AS "Accession #"
      ,requisitions.draw_date AS "Draw Date"
      ,requisitions.received_date AS "Received Date"
      ,req_panels.run_date AS "Run Date"
      ,tests.TEST_ID
      ,(CASE WHEN tests.TEST_ID IN (7101) THEN results.RESULT_NUMERIC*2
             ELSE results.RESULT_NUMERIC
       END) AS RESULT_NUMERIC
      ,doctors.f_name || ' '|| doctors.l_name AS "Physician"
      ,organizations.state AS "State"
    FROM requisitions
    
    inner join req_panels ON requisitions.acc_id = req_panels.acc_id
    inner join results ON req_panels.rp_id = results.rp_id
    inner join tests ON results.test_id = tests.test_id
    inner join doctors ON requisitions.doc_id1 = doctors.doc_id
    inner join organizations ON requisitions.org_id = organizations.org_id
    
    WHERE requisitions.DEL_FLAG='F'
         AND req_panels.DEL_FLAG='F'
         AND results.DEL_FLAG='F'
         AND req_panels.PANEL_ID IN (7000,70001,70551)
         AND results.TEST_ID IN (7101,7102,7107,7108)
         AND requisitions.RECEIVED_DATE > TO_DATE('9/1/2013', 'MM/DD/YYYY')
    ORDER BY requisitions.ACC_ID
    )
    
    pivot(
          MAX(RESULT_NUMERIC)
          for TEST_ID IN ('7101' AS CRP,'7102' AS Hemoglobin,'7107' AS "LDT Run 1",'7108' AS "LDT RUN 2")
    )
    

    culture_query

    SELECT * from(
    select
      requisitions.acc_id AS "Accession #"
      ,MAX(requisitions.draw_date) AS "Draw Date"
      ,MAX(requisitions.received_date) AS "Received Date"
      ,MAX(req_panels.run_date) AS "Run Date"
      ,tests.TEST_ID
      ,LISTAGG(results.RESULT_ALPHA, ';')
      WITHIN GROUP
      (ORDER BY results.RESULT_ALPHA) RESULT_ALPHA
    FROM requisitions
    
    inner join req_panels ON requisitions.acc_id = req_panels.acc_id
    inner join results ON req_panels.rp_id = results.rp_id
    inner join tests ON results.test_id = tests.test_id
    inner join doctors ON requisitions.doc_id1 = doctors.doc_id
    inner join organizations ON requisitions.org_id = organizations.org_id
    
    WHERE req_panels.PANEL_ID IN (7000,70001,70551)
         AND results.TEST_ID IN (10010,10052,11010)
         AND requisitions.RECEIVED_DATE > TO_DATE('9/1/2013', 'MM/DD/YYYY')
         AND requisitions.DEL_FLAG = 'F'
         AND req_panels.DEL_FLAG = 'F'
         AND results.DEL_FLAG = 'F'
         AND req_panels.RUN_DATE is not null
    group by requisitions.ACC_ID, tests.TEST_ID
    )
    
    pivot(
          MAX(RESULT_ALPHA)
          for TEST_ID IN ('10010' AS "Organism",'10052' AS "Negative/No Growth", '11010' AS "Growth")
    )
    

    Basically, what is missing from the first query is the global list of the 'RESULT_ALPHA' for 'TEST_ID"10010, 10052 and 11010 numbers. And because of the way they want to view this information that I had to tilt it, which is where I ran into problems. If anyone has any idea on how I can combine these two requests and make them more effective that would be great.

    Thank you.

    Hello

    JayG30 wrote:

    ... I have however found a way to do what I would call "swivel conditional."  ...

    I think it's the crux of this problem; you want MAX BOF a few tests and LISTAGG for others.  I don't know a good way to attract the SELECT... PIVOT to do both at the same time.  I think it's one of those situations where SOME... PIVOT is not the best tool for the job;  MAX (CASE...) and LISTAGG (CASE...) may be more practical and more effective:

    SELECT rq.acc_id

    , MAX (rq.draw_date) AS "the draw Date.

    , MAX (rq.received_date) as BEING "received Date".

    , MAX (rp.run_date) AS "Date of the race.

    , MAX (CASE WHEN rs.test_id = 7101 THEN rs.result_numeric * END 2) AS the crp

    , MAX (CASE WHEN rs.test_id = 7102 THEN rs.result_numeric END) AS hemoglobin

    , MAX (CASE WHEN rs.test_id = 7107 THEN rs.result_numeric END) AS "LDT Run 1.

    , MAX (CASE WHEN rs.test_id = 7108 THEN rs.result_numeric END) AS "LDT, 2nd round.

    , LISTAGG (CASE WHEN rs.test_id = 10010 THEN rs.result_alpha END)

    , ';'

    ) Within GROUP (ORDER BY rs.result_alpha) AS "organization".

    , LISTAGG (CASE WHEN rs.test_id = 11010 THEN rs.result_alpha END)

    , ';'

    ) Within GROUP (ORDER BY rs.result_alpha) AS a 'growth '.

    , LISTAGG (CASE WHEN rs.test_id = 10052 THEN rs.result_alpha END)

    , ';'

    ) Within GROUP (ORDER BY rs.result_alpha) AS 'Negative/No growth '.

    Rq requisitions

    INNER JOIN req_panels ON rp.acc_id = rq.acc_id PR

    INNER JOIN results rs ON rs.rp_id = rp.rp_id

    WHERE rq.del_flag = 'F'

    AND rp.del_flag = 'F'

    AND rs.del_flag = 'F'

    AND rp.run_date IS NOT NULL

    GROUP BY rq.acc_id

    ORDER BY rq.acc_id

    ;

    I don't quite get the results you have posted; for example, I don't see how you get a row of results with 'Accession' = 142425, while acc_id does not occur in the sample data.  It was maybe just a typo.

  • Nod to the point. Similar courses is not catching points

    I want to combine two similar courses in gray,

    It looks OK in contours only...

    .illustratorsbug.PNG

    How to solve this problem?

    Aligned to the pixel grid is activated for some objects. Check the transformation Panel

  • feature request - share this

    I noticed this sharing was removed CC pro flash. It's the one and only missing feature keeps my company to upgrade to the latest version of flash pro. I understand decisions on all of the basics of adobe, but I thought I'd get my request and hope that there are enough similar requests. Sharing this is the glue that holds together our portfolio of assets, and we are very disappointed to see that the section this sharing has been removed from the properties of the Symbol dialog box. To be clear, we do NOT use pro flash projects. We only use the opportunity to share a symbol of a source file (and the checkbox "Automatically update".)

    None of the artists can make changes in one of the xfls 'shared assets', and they know that these changes will be propagated automatically to the xfls of production that using these assets until they are developed (in fact, as soon as they are open - use us the checkbox "automatically update".) It's a huge waste of time (and errors) to manually copy over the assets of one of the xfls "shared assets" to each xfl production using the assets, whenever an artist made a small change.

    We thought using runtime shared for the Commons libraries, but we arrived at the conclusion this sharing is better, for 2 main reasons.  First, artists consider essential to be able to listen to samples and to work with shared within the xfls of production assets. Then, as common assets are compiled into the SWF of production, only 1 swf file must be loaded by visitors to our site; We found that each additional asset charge has a small chance of failure. It's quite strange runtime shared libraries included in flash pro CC, but not of this share.

    Please add this crucial function, or we'll be stuck with CS6, and we really like the experience much faster, more responsive cc. I'm curious to know what gave you that printing sharing is not an important feature. It seems that you are serious about the future of flash pro, and this sharing is necessary to use it in our production pipeline. Please add it back.

    The new update (version Flash Pro CC - November 2013) is now available to you; has the above sharing is turned on. This update of Flash CC will update your version of flash to 13.1.0.217.

    You can update the application Adobe Creative Cloud or Flash Pro CC help-> Update menu.

    You can find more information about the update: http://helpx.adobe.com/flash/using/whats-new.html

    Thank you

    Odile

    Adobe Flash Professional Team

  • Combine the 2 columns in a single table

    Hello people.
    I have the following query:

    SELECT col1, COUNT (*)
    FROM table1
    WHERE ID = 10
    AND col1 IN (' a ',' B', 'C', d ', 'E', 'F', 'G', 'H', 'I')
    GROUP OF CUBE (col1);

    which generates:

    col1 COUNT (*)
    --------------- -----------------------
    A 7677
    B 25852
    A s
    D 176
    E 10
    F 127
    G 508
    H 6
    34357

    Now I have the same query with an additional condition (NR > 50):

    SELECT col1, COUNT (*)
    FROM table1
    WHERE ID = 10
    AND NR > 50
    AND col1 IN (' a ',' B', 'C', d ', 'E', 'F', 'G', 'H', 'I')
    GROUP OF CUBE (col1);

    Which generates:

    col1 COUNT (*)
    --------------- -----------------------
    A 4567
    B 14544
    A s
    D 16
    E 7
    F 105
    300 G
    F |
    19542

    I need to combine these 2 requests so I can get a report like this:

    col1 COUNT (*) COUNT (*)
    --------------- ----------------------- -----------------------
    A 4567 7677
    14544 25852 B
    1 1 C
    D 16 176
    7 10 E
    F 105 127
    G 300 508
    2 6 H
    19542 34357

    I tried something like:

    SELECT b.col1, COUNT (b.ID).
    (SELECT COUNT (d.ID)
    OF table1 d
    WHERE d.ID = 10
    AND d.NR > 50
    AND d.col1 IN (' a ',' B', 'C', d ', 'E', 'F', 'G', 'H', 'I')
    CUBE GROUP (d.col))
    Table 1 b
    WHERE b.ID = 10
    AND b.col1 IN (' a ',' B', 'C', d ', 'E', 'F', 'G', 'H', 'I')
    AND b.ID = d.ID?
    GROUP OF CUBE (b.VEHICLE_KIND_CL);

    but I can't get it to work.
    Any help will be much appreciated.

    Try:

    SELECT col1, COUNT(*) count_all, count(CASE WHEN nr > 50 THEN 1 END) count_over_fifty
    FROM   table1
    WHERE  ID=10
    AND    col1 IN ('A','B','C','D','E','F','G','H','I')
    GROUP BY CUBE(col1);
    
  • Re: Portege R600 - port replicator is compatible with regional products?

    Community of greetings from Toshiba,

    I need to buy laptops for several employees who are moving between the United States, the United Kingdom and the Middle East.
    The Portege R600 exist in all 3 markets, but each has a slightly different part number.

    The part number Replicator of compatible Port to the R600 is difference to the United Kingdom, the United States and the Middle East.
    Users would be able to dock their laptops in one of the 3 offices, because they travel extensively between each country.

    What's the Slim Port Replicator II (PA3603U-1PRP) and Slim Port Replicator III (PA3681E-1PRP) compatible with each of the products of the soil of Portege R600?

    United Kingdom Replicator of ports Slim Portege R600-11B (PPR61E-01G00CEN) III (PA3681E-1PRP)
    Middle East Replicator of ports Slim Portege R600-10 b (PPR61E-00F00MAR) 2 (PA3603E-1PRP)
    USA, Portege R600-S4201 PPR60U - 01700C Slim Port Replicator II (PA3603U-1PRP)

    Someone has an experience buy Toshiba products in the Middle East? Or needed to use Docking Stations in offices in several countries?

    Thanks in advance,
    Ted

    (I posted a similar request in the Forum we and receives no answer - http://laptopforums.toshiba.com/t5/Port%C3%A9g%C3%A9-Laptops/Port%C3%A9g%C3%A9-R600-US-UK-Middle-East/m-p/32060#M489)

    Post edited by: TedRNelson

    Hello

    I think that it shouldn't be a problem with the different Portege R600 in combination with the Slim Port Replicator 3.

    Portege R600-11b, R600-10 b belongs to the same series (PPR61E), that the R600 US belongs to the PPR60U, but this should t be a problem.

    As far as I know the different R600 from different regions are not really different (some belongs to the same series) as far as I know there could be a difference between some pre-installed applications and some modules as for example the card wireless network, but this should not affect the use of Slim Port Replicator 3.

    Cheers mate

Maybe you are looking for

  • Cannot start my AT300

    Hello I can't start my AT300 :-( The startscreen appears with toshiba for 2-3 seconds, and then nothing going on...In the start menu (power + stronger) also nothing happens, it goes into the menu but when I choice android or start nothing happens...

  • Error code 800B010B when installing KB982670.

    Can't download the new update. How to solve this?

  • status notifier vs wait on the duties of notification

    Hello I have just this doubt about the receipt of tax filers. In most of the examples I found, they have used waiting on notification to receive the alert system sent, but I also found that get notifier status function gives you the last receivied de

  • Non-Oracle DB with SQL Developer

    I wonder if any body knows if the SQL Developer "Requester" can work with databases non-Oracle? (using connection drivers we can connect to a database)I have to work with Teradata now, but the Oracle tool was perfect for me, now I want to use this to

  • Purchasing Adobe software

    I am looking to buy a version of Adobe that allows the creation of PDF files from several different documents like Excel, Outlook emails, Docs, etc. I also want to ensure that PDF files are available for specific words. Is there a version out there o