Re Create Joins in Complex folder?

Hi all, I have a question regarding complex folders. I am reading the Oracle Discoverer Handbook, and it says that when a complex folder is created and Items are dragged in, the Joins are not copied, and must be created. (I noticed that the joins are missing when I drag all items from other folders in.) How do you do this? I havn't been recreating Joins all along and it seems to be working ok... can someone elaborate? I think the book only has one sentence on it.

Hi,
If you have 2 base folders A and B, and you create a join between A and B then both folders will contain the A<->B join.
If you then create a complex folder X and drag items from A into X. X will not contain the A<->B join. If you want to join X to B in your report then you will have to create a X<-> B join.
However, if you drag items from both A and B into X, then folder X will implicitly contain the A<->B join. It won't show up in the folder items, but will be shown in the folder dependencies.
Hope that helps,
Rod West

Similar Messages

  • Issue with Joins in Complex Folder

    Hi,
    We have two problems when we include items into complex folders.
    1.
    Say, I have a folder FOLDER1 with joins to FOLDER2 and FOLDER3.
    Create a complex folder with items from folder2 and folder3.
    Include items fro folder1 - Now starts the problem. Discoverer is using join between folder1->folder2 to resolve the items in the complex folder. but i want it to use folder1->folder3. How can make sure it uses the other join?
    2.
    There are some folders included in the complex folder as components but we are not using any items from them anymore. How do I get rid of those components ? They are causing problems because of the joins between them and the real folders I want to use in the complex folder.

    Hi,
    If you have 2 base folders A and B, and you create a join between A and B then both folders will contain the A<->B join.
    If you then create a complex folder X and drag items from A into X. X will not contain the A<->B join. If you want to join X to B in your report then you will have to create a X<-> B join.
    However, if you drag items from both A and B into X, then folder X will implicitly contain the A<->B join. It won't show up in the folder items, but will be shown in the folder dependencies.
    Hope that helps,
    Rod West

  • Join in Complex Folder

    Is it possible to do a join when building a custom folder? According to the training books the SQL supported in custom folders is limited. It seems like every corner I turn in discoverer I run into a limitation.

    Im not sure I have ever replied to myself so much, I feel like I have multiple personalities now. Anyways I was testing the join theory when contructing a custom folder and got a strange error message. "Ambiguous column name", however, I can not see the error in the following statement. The query runs fine in Rapid SQL.
    select distinct cpm.ncmd_analysis.document_no, rmsdw.ncmd_document_srvfunc_signt.document_no
    from rmsdw.ncmd_document_srvfunc_signt, cpm.ncmd_analysis
    where (cpm.ncmd_analysis.document_no = rmsdw.ncmd_document_srvfunc_signt.document_no (+)) and
    ((CPM.NCMD_ANALYSIS.DOCUMENT_STATUS_CD) In ('A','B','C','D','E','F'))

  • Creating complex folder from one Simple Folder

    I have one simple folder (test) which is like one large table in the database. I want to create 5 complex folders from this "TEST" folder and be able to create joins, drill, sorts, conditions etc., and also calculate some items to help users with what they want.
    I need to know how possible it is to do this and would I run into problems in future.
    Actually am I better off splitting the table in the database into five tables so that I would have five simple folders instead of One simple folder.
    I need an answer please.
    Thank you.

    Hi,
    If your folder contains only 1 table then how you can create a join.If you wants this folder to split you can do what ever you want except joining from other table in a work book,
    better create a view at database and join the tables in that view then you can go ahead with the business area.
    (OR)
    take two tables in the business area and join them together but there should be constraints in both the tables.
    If your problem is not yet solved please give the detail question what actually you needs.
    Regards,
    Moin

  • LOV in Complex folder

    I&#8217;m having problem with LOV for item that has DECODE function in
    a complex folder.
    For eg if I have item1 and item2 in complex folder and item2 is
    derived from item1 as DECODE(item1,&#8217;X&#8217;,&#8217;A&#8217;,&#8217;Y&#8217;,&#8217;B&#8217;,&#8217;Z&#8217;,&#8217;C&#8217;). If
    I create item class for item2 with LOV A,B,C and then create a
    query with item2 in select statement Discoverer generate such a
    robust query that takes a lot of system resources and running
    slow. It looks like
    SELECT i111364 as E111364 , i111369 as E111369 , i111371 as
    E111371 , i111381 as E111381 , i111397 as E111397 , i111399 as
    E111399 , i111409 as E111409 , in153 as "in153"
    FROM ( SELECT i110913 AS i111364, i110914 AS i111369, i110915
    AS i111371, i110916 AS i111373, i110917 AS i111375, i110918 AS
    i111377, i110919 AS i111379, i110920 AS i111381, i110921 AS
    i111383, i110922 AS i111385, i110923 AS i111387, i110924 AS
    i111389, i110992 AS i111391, i110956 AS i111393, i110991 AS
    i111395, i111025 AS i111397, i111027 AS i111399, i111029 AS
    i111401, i111030 AS i111403, i111028 AS i111405, i110925 AS
    i111407, DECODE(( i110920&#8230;&#8230;&#8230;.etc
    If I take out LOV from the item2 Discoverer generates normal
    query .If I use item2 in where clause it&#8217;s fine too. Is there
    any catch about complex folder and is it better to create view
    on database side instead complex folder. Any suggestions will
    help.

    Im not sure I have ever replied to myself so much, I feel like I have multiple personalities now. Anyways I was testing the join theory when contructing a custom folder and got a strange error message. "Ambiguous column name", however, I can not see the error in the following statement. The query runs fine in Rapid SQL.
    select distinct cpm.ncmd_analysis.document_no, rmsdw.ncmd_document_srvfunc_signt.document_no
    from rmsdw.ncmd_document_srvfunc_signt, cpm.ncmd_analysis
    where (cpm.ncmd_analysis.document_no = rmsdw.ncmd_document_srvfunc_signt.document_no (+)) and
    ((CPM.NCMD_ANALYSIS.DOCUMENT_STATUS_CD) In ('A','B','C','D','E','F'))

  • Use of Complex Folder in Discoverer Administrator

    Hi!
    Can anybody help me? I’ starting to use the Discoverer
    I've this view
    CREATE OR REPLACE VIEW CATEGORY _V
    (ID, TLI_ID, TQU_ID, CODIGO, DESCRICAO)
    AS
    SELECT cat.ID, tli_id, tqu_id, tlic.codigo, tlic.CLASS
    FROM CATEGORY cat, TYPE_LICENCE tlic
    WHERE tli_id IS NOT NULL AND tqu_id IS NULL AND tlic.ID = cat.tli_id
    UNION
    SELECT cat.ID, tli_id, tqu_id, tql.codigo,tql.CLASS
    FROM CATEGORY cat, TYPE_QUALIFICATION tql
    WHERE tqu_id IS NOT NULL AND tli_id IS NULL AND tql.ID = cat.tqu_id
    This view gets together the class from two different tables,
    When one has a class another has null (vive-versa) and I need them both as this view does.
    I’ll need this class for get grades for the students of this school and things like this.
    I suppose, I've to do a complex folder and joins from:
    3 Joins:
    Id.CATEGORY = Id.CATEGORY_V
    Id.TYPE_LICENCE = tli_id.CATEGORY _V
    Id.TYPE_QUALIFICATION = tqu_id.TYPE_QUALIFICATION
    After I've to do a complex folder? And drag what to this complex folder, I don't know:
    id of TIPOS_LICENCA
    CLASS of CATEGORY_V
    id of TYPE_QUALIFICATION (error doesn’t let me :S )
    Thanks

    Hi
    In complex forlder you can't create select with union by drag and drop.
    Create an SQL folder with the select of the view.
    Ott Karesz
    http://www.trendo-kft.hu

  • How do I add the Address for 2 different PARTIES to the same complex folder

    I have a PARTY table and an INTERESTED PARTY table and both contain an ADD_ID from the ADDRESS table.
    I created a complex folder with both PARTY.ADD_ID and INT_PARTY.ADD_ID and I want to add the Address info for each each to the folder.
    I am only prompted to CHOSE A JOIN when adding the first ADDRESS items, but not for the second.
    How do I get both addresses into the same complex folder?

    Hi Lance,
    Using Discoverer Admin 9i, I had already created the Complex folder and was dragging items from the simple ADDRESS folder into it.
    Because the simple Address folder is joined to so many other folders being used by my complex folder, I was prompted to chose which join I was referring to - so I selected ADDRESS->PARTY.
    Then I tried dragging the same set of address items into the same complex folder again. I expected it to ask me to chose another join (ADDRESS->INTERESTED PARTY) - but it didn't. It assumes I'm still referring to the PARTY join, but I'm not.
    I even tried bringing the ADDRESS table in from the database twice (like you would do in an Access query).
    I joined ADDRESS->PARTY and ADDRESS1->INTERESTED PARTY, but Discoverer got hung up on that so I ditched that idea.
    I will look into your suggestion of manually entering the appropriate SQL.
    Thank you for responding.
    G Brookes

  • How to view code of all the custom and complex folder  folder

    How to view code of all the custom and complex folder folder in EUL?

    You do not need to run all the reports.
    Also i am not sure about why do you need to see the code of every thing, i assume you will not get much from it.
    If there is a certain folder you are interested in then this is the way.
    Any way there is no way to get the code of the complex folders since they are logical join of other folders.
    to get the code of the custom folder s you can use:
    select * from eul_us.eul5_objs t
    WHERE t.obj_type='CUO'
    AND t.obj_object_sql1 IS NOT NULL;
    you should look (and concatenate) at the obj_object_sql1,obj_object_sql2.....
    Tamir

  • Components of Complex folder

    Hi
    Currently, the components of a complex folder is pointing to folders in a different business area. The business area that the complex folder is in also has those folders. I would like to know if it is possible to modify the folder properties for the complex folder so that the components point to the same business area. It is not possible to drop the folder and recreate it using the folders in the same area, because reports have already been developed

    Hi
    I am sorry to be the bringer of bad news but you cannot do what you ask. I have looked at the tables that comprise a complex folder. These are:
    EUL5_OBJS - Folder Table - this hold a single row defining the folder name
    EUL5_OBJ_DEPS - Folder dependencies - this holds one row for each sub-folder used in the complex folder
    EUL5_JOIN_USGS - Folder joins - this holds data about how the sub-folders are joined together
    If you look in the database and get the OBJ_ID for the complex folder you want to repoint you will see that this joins as follows:
    EUL5_OBJS.OBJ_ID joins to EUL5_OBJ_DEPS.OD_OBJ_ID_FROM and
    EUL5_OBJS.OBJ_ID joins to EUL5_OBJ_DEPS.OJU.OBJ_ID
    To make the switch you would have to be able to change both EUL5_OBJ_DEPS.OD_OBJ_ID_FROM and EUL5_OBJ_DEPS.OJU.OBJ_ID to be the OBJ_ID of the main folder. Unfortunately, these columns are part of a unique key and you cannot update them as it would clash with the definition of the original folder.
    The other thing that would stop this from working is that when Discoverer saves a worksheet it embeds the unique key for each join within the worksheet code. Even if you could switch all the pointers within the EUL the workbook would still not open. It would find the folders but then detect that the join ideintifier was not the same and you would get an error.
    I have tried for several hours manipulating a test EUL that I have to see if there was a way of doing this and I have not been successful.
    It looks as though you will have to edit each workbook, drop out the new folder and reattach the old folder.
    Sorry about this
    Michael

  • Reuse of complex folder across projects in OWB 10 g r2

    Hi
    How do I reuse a complex folder created in one OWB project in another project without recreating ?
    Best regads Klaus

    Thanks Mali,  I am still very confused.  The answer to your question A links to SC2012 blog, but the source of the blog is then linked to Operations Manager 2007 R2 page.
    My statement earlier "My understanding is that the management server is not backwards compatible.  SP1 agents will not work on R2 management server, however R2 agents will "talk to" SP1 management server." was gathered a blog from Marnix Wolf on
    http://thoughtsonopsmgr.blogspot.com.au/2013/10/scom-2012-r2-scom-2012-sp1-scom-2012.html
    and
    http://technet.microsoft.com/en-us/library/dn249707.aspx
    My take on "talk" meaning it is not fully operations, other then some basic functions.  In my test environment, I was able to discover SP1 agents (windows and Linux) in R2 management server, and R2 agents in SP1 management server in two different instance
    of OM and both SP1 and R2 agent appears healthy in both environment.  I have not complete a full test yet, however I've noticed Unix log monitoring not working with OMI agent and SP1 management server.
    The problem in our environment is that it is very likely, taking 3 - 6 months plus for us to go through the approval and process to upgrade all the agents and we really can't afford to have the system running semi functional or run two
    separate environment and have missing performance data.
    Can anyone suggest a upgrade path that would suit our environment?

  • Custom Vs. Complex Folder???

    Hi friends,
    I have a BusinessArea: BA_1
    BA_1 has a database folder: DF_1 (based on Table TB_1)
    now i want to create some calculated items that are used frequently by the users. So i wanted to create those items in Admin so that they are available to all.
    For example i need an item based on following calculation:
    SUBSTR(NVL(DF_1.DIT_1,0000),1,1)
    I don't want to add these calculations to existing/delivered folders, so i have two choices :
    1. Custom Folder
    2. Complex Folder
    1. Custom Folder: CF_1
    Query = select SUBSTR(NVL(DF_1.DIT_1,0000),1,1) "IT_1" from TB_1;
    2. Complex Folder: CXF_1
    IT_1=SUBSTR(NVL(DF_1.DIT_1,0000),1,1)
    I want to know which one is better way & why??
    Note: Keeping in Mind that i am working on Apps.

    Thanks a lot Rod West & njethwa,
    njethwa, i don't want to create a DB view as i have lot of calculations & may increase in future. also i want to reduce interaction with DB directly for Disco work.
    Rod West,
    I think you are right, becoz I have req. from a group of my clients that they all are using a set of common calculation based items, and calculations are bit complex in some cases, so they wanted to avoid creation of those calculation each time they create report. The number of items may increase in future.
    I don't want to add them to base folder so that other clients are not confused with new items & also i don't want to make a folder a long tail of items.
    But what i wanted to know is "Performance". when i use a simple folder, discoverer builds an sql and fires it to get the data. for custom folder it takes the sql from eul and fires it (both look similar to me except the fact you explained about Custom folder issues). But i don't know how Complex folders are interpreted, e.g. i create a report using only complex folder based on single simple folder, then disco must be building an sql but is it in addition to the sql used to query the simple base folder or disco builds only one statement and adds all the calculation along with base folder items.
    Similarly if i use Custom folder in combination with simple how disco builds sql: Single or multiple??
    I think my question is bit more clear this time :-)
    Thanks for your time once again.

  • Summary Folder based on complex folder

    Hi,
    I am new to Discoverer.(10.1.2.48.18). Database 9i.
    I created a summary folder based on complex folder.
    When I created a worksheet using items from complex folder,
    Discoverer is not using the summary folder.
    Is I am doing something wrong?
    Thanks for you help.

    Adrian,
    As a workaround (until 3.0.9 comes out), you could build a report component using the content area views, new in 3.0.8. For example:
    select ...
    from WWSBR_ALL_ITEM
    where CREATEDATE >= sysdate-7
    or UPDATEDATE >= sysdate-7
    These views are secured, so users will only see what they are authorized to see.
    One qualifier - you will need the patch to bug 1724250 to run these views. Please contact Oracle Support for the patch.
    Regards,
    Jerry
    null

  • Is there a way to create a password protected folder for pictures or lock the photos app? For Ipad Air and Iphone 5s.

    Is there a way to create a password protected folder for pictures or lock the photos app? I want to do this for Ipad air and Iphone 5s. I have other family members that use my Ipad and Iphone and do not want some pictures to be able to be viewed.
    Thanks

    Use 3rd party apps like Photo Manager Pro.

  • How can I create a new documents folder

    Anyone know how I can create a new documents folder in my home folder? I accidently deleted it. Nothing was in it, so I don't need to recover it. I just want a new empty documents folder.
    Actually, never mind. I solved the problem myself.
    At first I created a folder in the sidebar, and it didn't have the documents icon on it. I just solved the problem by deleting that icon, then creating a new folder in the main window, naming it "documents", and then the documents icon appeared. Then I dragged it to the sidebar and it created a copy there.

    My mistake. I was able to create a new documents folder without any throuble.

  • How to create an association in folder options panel in order to open an e mail

    when trying to open attachment, it tells me that this file does not have a program associated with it to perform this action.
    I have to create an association in folder options panel.
    how do i do that?

    See this: <br />
    http://support.mozilla.com/en-US/kb/Managing+file+types

Maybe you are looking for