How to Display Column which is not in Subject area.

Hello Everyone,
I have one report requirement where i have to show one column which is not in subject area.
e.g. report requirement is like where i need columns from 2 different subject areas.
1 from PO & 2nd from Invoice.
now i have PO related details in Invoice Subject area, but only one column is missing.
rite now i m capturing that column related details in separate report and from there i am passing values to Main report.
But what if i want to display that column in the main report.
Please let me know your inputs..
Thanks in advance..

You can do this in 10g by using the Advanced tab in Answers. Scroll down to the part of this link titled, "Against two Subject Areas (Multiple Subject Areas)."
http://gerardnico.com/wiki/dat/obiee/multiple_subject_area

Similar Messages

  • How add new column in analysis from two subject area

    which is the right way to add a new column to an existing combined analysis from two subject areas?
    if I add the new column first in my two combined queries, then I saw a new column in the results column panel, but this new column is empty and I can't edit its propreties (the button edit column doesn't work). I can't even save the modified analysis due to a "bad xml" errror.
    if I try to first add a new column from the results panel and then in my combined queries, obiee says that new columns are not of the same type.
    I suppose this is because the new column in results panel has no aggregation formula, unlike new columns in queries.
    But I don't know how to change the properties of the new field in the results panel, with no subject area available.
    I have to restart from a single subject area? possible?
    In this case, there is a way to save/copy filters ecc. from the old analysis?
    If anyone can help.
    Thanks
    Luc

    When you are using union clause in analysis or combining with other subject area you suppose to have same number of columns and their datatypes with other analysis.
    for datatype issues you can use cast in column expression in each analysis. If you want to add a column only from 1 analysis just add and in other analysis use dummy column with exp 0 or ''(for char) based on the datatype.
    These you have to deal with each analysis.
    If helps pls mark

  • How to Display Columns when Query is returning No Columns?

    I am Creating a Load Status Dash Board and I want to Dispaly Columns when Load is Not Started  too. As of Now My query is returning no Results which needs to Modified and Display Columns and Status Not Started to it? Could you please suggest any solutions to it? Thanks

    Hi,
    if you like to show a message instead of NO RESULTS . then you could easily get it by changing the custom text in the properties
    if you want it in a table format . you need to have a table with some data according to the reporting requirement
    thanks

  • How to display Column List (Search Bar - Do Not Display) in Ascending Order

    Hi,
    I am having a Interactive Report..
    In the Search Bar we have Select Columns, under that we have Do Not Display.
    where all the columns (currently not displayed) are listed.
    How can we display these columns in Ascending order
    Thanks,
    Deepak

    Do you want to display these columns in the IR?
    If yes. Select the column you want to display and click the the '>'.
    In the interactive report regions - source, where you have your query to select the columns use order by to sort them in assn order.
    Do you want to keep these columns as 'Do not display' and have them in assn order there?
    Select all columns to display and move the columns back to the 'Do not display' region one by one making selections in assn order.
    Or in the query select the columns in the order desired.
    I don't know if I am helping. I fell like I got your question all wrong. Still...
    Edited by: machan on Dec 11, 2009 11:01 AM

  • How to display  Columns  in Alphabatical  order when using DESC command

    Hello
    A table column is inserted not in alphabetic order during the table creation definition.
    So while describing the table definition (e.g. desc emp)
    it will not show in the same order as we are written during the table creation.
    Question: is there any utility/command/query which will display the columns in alphabatical order while describing it.
    Regards
    Nikhil Wani

    select column_name from user_tab_columns
    order by column_name;
    should do it.
    Sunil

  • How to display sub table and NOT repeat each detail line?

    I am going nuts trying to get this thing to display correctly, so I am someone can help me. I am trying to display a sub table (not subreport - tried that and it doesn't work) for detail records. For Example on an invoice items may have child items.
    I am using Crystal 11
    I have two tables iDetail and iSubDetail
    My detail section looks like this:
    D   iDetail.itemNum                              iDetail.price
               iSubDetail.itemNum
    I have a Left Outer link from iDetail.itemNum  --> iSubDetail.itemNum
    I should see something like this:
    itemOne                  $50.00
         subItemOne
         subItemTwo
         subItemThree
         subItemFour
    itemTwo                $25.00
    itemThree              $30.00
    etc...
    Instead, my Crystal report displays this:
    itemOne                  $50.00
         subItemOne
    itemOne                  $50.00
         subItemTwo
    itemOne                  $50.00
         subItemThree
    itemOne                  $50.00
         subItemFour
    itemTwo                $25.00
    itemThree              $30.00
    etc...
    and of course the total for the invoice is wrong.
    I have tried all the different links and a subreport, but I cannot get it to display correctly. Does anyone have any ideas??

    I tried subreport but I can't figure out how to turn it OFF for non-relative items; from the above example data I would get with a subreport:
    itemOne $50.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    itemTwo $25.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    itemThree $30.00
      subItemOne
      subItemTwo
      subItemThree
      subItemFour
    Looks great for itemOne, but I can't turn it off for itemTwo and itemThree. I have tried hiding the subreport if iDetail.itemNum =
    iSubDetail.itemNumi, but if SubDetail table is accessed it repeats the iDetail record like the original post.
    I tried hiding it in the subreport, but it does not know what the main report record is. I couldn't find anyway to PASS the itemNum from the main report to the subreport. If I could pass it as a variable, I could just hide the subreport when it is NE to iSubDetail.itemNum.
    I kind of got it working by grouping the iDetail record by itemNum. However, the problem with that is when there really is multiple iDetail records, the invoice only shows one!! So, I would still like to find a better solution,
    Thanks for your reply.

  • How can we identify which credit note applied to which AR Invoice?

    Hi,
    We are in 11.5.10.2.
    We want to migrate all the open transactions data of AR.I have few questions as given below :
    1.How do we identify in Invoice Entry screen where a credit memo is linked to Invoice.
    2.One credit note & 3 Invoices are applied with a Receipt,so how we can identify the invoice which is applied with credit note.
    3.Is there any possibility of applying credit memo directly to AR Invoice with out the receipt screen.

    Hello.
    1.How do we identify in Invoice Entry screen where a credit memo is linked to Invoice.
    2.One credit note & 3 Invoices are applied with a Receipt,so how we can identify the invoice which is applied with credit note.Query the invoice and navigate to Action/Installments/Activities.
    3.Is there any possibility of applying credit memo directly to AR Invoice with out the receipt screen. You probably can use an API. There are a lot of questions about this is the forum.
    Octavio

  • How to display a StyledDocument? (not in JTextComponent)

    I have read the following tutorials and relevant API's from the Swing Connection:
    Text overview: http://java.sun.com/products/jfc/tsc/articles/text/overview/index.html
    Text attributes: http://java.sun.com/products/jfc/tsc/articles/text/attributes/index.html
    The Element interface: http://java.sun.com/products/jfc/tsc/articles/text/element_interface/index.html
    .. and still don't get how to display a simple DefaultStyledDocument!
    The Text Overview tutorial has a brief discussion on Views, and the use of them.
    Let's say the doc is my DefaultStyledDocument. If I do a doc.getDefaultRootElement(0) this will give me the secion, which contains the children of all the paragraphs.
    I'd like to get all these paragraphs, put them into ParagraphViews and display them in my paint() method.
    I understand that the children of these paragraphs contain the Attribute information.
    The only way I'm able to dispay something is if I get the child of the first paragraph (eg. root>child>child) - which should be the style run (attribute information)) and then insert it into a LabelView.
    If I were to add all the different text's (each element in a paragraph) and display them, then the only way I can think of is to create a LinkedList or something of LabelView's, keep track of positions etc. myself, and then do a paint() on each one of them in a for-loop. Surely, this isn't the way it should be done.
    If I try to call paint() on eg. a BoxView (which I have given the doc.getDefaultRootElement()), or a ParagraphView (which I have given the first element - the paragraph) - nothing is displayed. I can't find anything in the API on how to add children to a paragraph, or display it's children (I found paintChild() but it is protected)..
    Does anyone know of a tutorial describing how to display a DefaultStyledDocument through one of the javax.swing.text.view's, or have an explanation on how to do it? It would be greatly appreciated!! :)

    You can extract hierarchy of views (tree) from TextUI
    like this
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.text.*;
    import javax.swing.plaf.*;
    public class Test
    JFrame frame;
    public static void main(String args[])
    new Test();
    public Test()
    frame = new JFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    JEditorPane edit=new JEditorPane();
    edit.setEditorKit(new StyledEditorKit());
    edit.setText("test");
    TextUI ui=edit.getUI();
    View v=ui.getRootView(edit);
    Panel p=new Panel();
    p.bv=v;
    JScrollPane scroll=new JScrollPane(p);
    frame.getContentPane().setLayout(new BorderLayout());
    frame.getContentPane().add(scroll,BorderLayout.CENTER);
    frame.setSize(300,200);
    frame.setVisible(true);
    class Panel extends JPanel {
    public View bv;
    public void paint(Graphics g) {
    super.paint(g);
    bv.paint(g,new Rectangle(0,0,100,100));
    best regards
    Stas

  • How can I report which Ressource Related Billing items are not billed yet?

    Hi SDN's
    On my WBS's I have a number of costs - time registrations, travel costs and other finance postings. Some of them are billed, some of them are still not billed. When I go into DP91, this transaction clearly knows which items are already billed, since only the outstanding items are shown here. However, looking into tables COEP and AD01DLI* I do not find any clear references that can give me the basis showing non-billed items in a report.
    Does any of you know how DP91 keeps track of which items on my WBS are billed and which are not?
    Kind regards
    Steen Koefoed

    steve626 said:
    "... There you will be able to see if a more recent version of Safari, etc. was replaced with an older version."
    Not exactly. That screen shows my most recent Safari update was 5.1.2 on 12/16/11 -- then it shows the Mac OS X Update Combined was installed on 1/2/12. That's when my Safari got downgraded to 5.0.5, but that detail is missing from the Installed Updates preference pane.
    It looks like once an update gets installed, Software Update remembers that -- but does not take the newer update off the list if an older version replaces it???
    So, even though I see Security Update 2011-006 was installed on 10/21/11, I'm not sure if the OS Combo Update replaced any security items with older bits. Is there anything specific to security updates that I might be able to check?
    -gw

  • How to find photos which have not been updated to the current Process Version?

    How can I search and/or filter to find photos which have not been updated to the current Process Version?  I would like to get a list of the photos rather than going through them one by one and looking for the lightening bolt.

    Thank you!  As my memory fades, it is good to know that my memory is backed up with you and others on this forum!

  • How to pick columns which don't contain characters

    Hi Experts,
    I am working with EBS 11I and database 9i. I have bleow requirement.
    TABLE A:
    col1 col2
    1 wi-p02
    2 qss-p009
    3 wi-pwb
    Requirement: I want to pick columns which don't contain 'characters after 'p' in col2.
    my output should be first two records.
    Could somebody help me how to get this.
    Thanks

    Try
    SELECT *
      FROM my_tab
    WHERE DECODE (LENGTH (TRANSLATE (SUBSTR (col2, INSTR (col2, '-p') + 2),
                                      '_0123456789',
                   NULL, 1,
                   0
                  ) = 0The substring looks for the -p string and then gets the rest of the characters after -p.
    The translate looks for non-numerics in those characters.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • How to convert images which is not supported by the ImageIO?

    I have made one project.
    In that i have used some images and render them on some screen.
    Now there are many images which is not supported by the ImageIO class bcz its showing me exception like
    javax.imageio.IIOException: Unsupported Image Typeso what to do to render this images or can i convert this kind of images to supported images?
    is there anything which can render this kind of images.
    Edited by: Nitz_09 on May 24, 2010 2:12 AM

    CR2 files from which Canon camera?
    Supported cameras are listed here
    Camera Raw plug-in | Supported cameras

  • How to know on which time dimension level we are ?

    Hello,
    I would like to know is there a variable or a mean to know dynamically on which time dimension level we are in order to use that in a CASE WHEN clause ?
    By using a sort of aggregation tables in which one of the column contains the name of the level, I could know on which level I am but I can't use that for drill down. What I mean :
    Tab1 :
    'Year' as typelevel, year
    Tab2 :
    'Month' as typelevel, year, month
    In BMM, I have made one logical table with as Source tab1 and tab2 and as columns typelevel, year and month.
    tab1 has in content column the year level
    tab2 has in content column the month level.
    So when in Answers I retrieve
    typelevel, year
    the result is : 'Year', 2008
    and when I request : typelevel, year, month
    the result is : 'Month', 2008, 1
    But if I want to drill from year to month in order to have :
    'Year', 2008
    and then after drill
    'Month', 2008, 1
    it is impossible as a filter on typelevel='Year' is added on the month level, so it retrieves 0 columns.
    If someone has an idea on how to do that it would be very great.
    Thanks in advance for your help.

    Hi Supriya,
    OOTB I think you can use SharePoint designer, but I would suggest  custom code to iterate to all pages, and get the lists that are associated with these pages.
    http://stackoverflow.com/questions/633633/sharepoint-how-can-i-find-all-the-pages-that-host-a-particular-web-part
    another one would be if those lists were never used and you can check for list with empty data.
    I would use Get-SPLists to get all of the lists to check for zero items.
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/15/use-windows-powershell-to-manage-lists-in-sharepoint-2010.aspx
     http://sharepointrelated.com/2011/11/28/get-all-sharepoint-lists-by-using-powershell/
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • OBIEE not displaying images for Dashboards of one subject area

    Hi All,
    I have 5 subject areas and lot of dashboards created for all of them.
    For dashboards of one subject area, OBIEE is not displaying images but it is working fine for dashboards of other subject areas.
    Does anyone has any idea about this issue.
    Note: OBIEE is installed on UNIX for my system.
    Please let me know anyone need any other information from my side.
    One more thing : How can I attach a document to this thread.
    Regards,
    Vikas
    Edited by: Vikas Barsaiyan on 25-Apr-2011 00:00

    Hi,
    U have create new Catalog and deploy that via EM then can see u r latest new catalog. u r telling u have created new RPD and deployed only but u didn't change it default catalog (sampleapplte) so create new catalog deploy it.
    refer below one to create new catalog
    http://obieeelegant.blogspot.com/2012/02/how-to-create-new-catalog-in-obiee11g.html
    Thanks
    Deva

  • How do you freeze a row or column which is not a header in Numbers '09?

    Just wondering if anyone has worked out how to freeze a chosen row or column? I know you can do it with header rows, but the row I want to freeze is row 4. I'm using Numbers '09.
    And is it right that you cannot link cells between different documents in Numbers, as I used to in Excel?
    All help much appreciated!

    Using Numbers you cannot reference a cell in another document.
    I do not think you can freeze non-header rows.  You can make up to 5 rows part of the header:
    Then freeze the headers.

Maybe you are looking for

  • How to create schedule job and event trigger in XI to start a ABAP program?

    Dear All: Here are what i need to do: 1.To run a ABAP program to start an XI scenario per hour. 2.To run a ABAP program to start an XI scenario per day at 6 PM. 3.To run a ABAP program used event trigger to make sure that XI scenario has finished the

  • GET_FILE_NAME NOT WORKING IN ORACLE FORMS 9I

    PLEASE HELP THIS COMAND WORKING IN FORMS 5 BUT NOT WORKING IN FORMS 9I TO OPEN THE DAILOG BOX AND GET IMAGE FILES TO SAVE ON FORMS 9I PLEASE HELP. declare salfile varchar2(255); begin salfile:=get_file_name('C:\emp\',NULL,'JPG FILES (*.JPG)|*.JPG|','

  • Network traffic monitor

    Hi! I bought a WRT310N wireless router a few weeks ago and I must say I am pretty satisfied with it. However, I've been looking for something to monitor the traffic on my local network. The easylink advisor just shows me who is connected. Is there a

  • Querying unquoted french decimal numeric values results in  ORA-00933

    using a french (VPC) windows XP Platform, a french installation of the oracle database where the locale setting are set to french, from the clients options regionales settings, the Nobre format is set to: 123 456 789,00 the NLS_Numeric_Characters for

  • Configuration needed for SOA ,BPM,OSB,BAM

    HI, Could any one suggest best configuration System to run all SOA products parallayly as shown below.. SOA ---? (eg.2GB RAM) BPM--? OSB---? (1GB) BAM---? Database ---? (ForMeta data repository) do we have 64 bit software for above..I could see only