Table Dimension: m:n relationship

Hi,
I have read about dimension creation and i haven't found nothing about to use the "many-to-many" relation between levels from a dimension.
For example: I'm working with the geography dimension and i'm looking for classifying the countries (low level) into organizations (high level). The problem (??) is that some countries can be part of more than one organization. Ej: Organizations (NATO, EU) >> Countries. Spain is in the NATO and European Union (Spain has 2 parents).
Is this posible in a Data Workhousing a child have more than one parent?
If yes, How can i create the dimension table following the star schema?
Thank u very much for your help!!
(Excuses for my english)

Pedro,
Currently OWB only supports a star schema implementation. You can include multiple hierarchies in your dimension... taking into account that it will be a star schema (i.e. you may end up duplicating data).
OWB is working on a revamp of the dimensional model which would enable your solution. We hope to have this available by the end of this year. For now, a workaround could be to use relational models... but that does not create the dimension objects.
Mark.

Similar Messages

  • Maintenance View for custom table with foreign key relationship

    Hi Folks,
         I have created a custom table with foreign key relationship with other check tables. I want to create a maintenance view / tablemaintenance generator. What all things I need to take care for the foreign keys related fields while creating the maintenance view / tablemaintenance generator.
    Regards,
      santosh

    Hi,
    You do not have to do anything explicitely for the foreign key relationships in the table maintainance generator.
    Create the table maintainance generator via SE11 and it will take care of all teh foreign key checks by itself.
    Regards,
    Ankur Parab

  • ADD a Parameter fixed height from "NI_Word.lvclass:Word Set Table Dimension.ni"

    I would add a parameter to fixed or no the dimension height of the row.
    It can add a parameter form the Generation Report from "NI_Word.lvclass:Word Set Table Dimension.ni".
    Thank you
    Jérôme

    I would add a parameter to fixed or no the dimension height of the row.
    It can add a parameter form the Generation Report from "NI_Word.lvclass:Word Set Table Dimension.ni".
    Thank you
    Jérôme

  • BIDS 2008 - Dimension Usage new relationship Measure Group Column list empty?

    Ive been updating my underlying schema, and DSV and now Im having to update some of the Dimensions.  Looks like things got a bit "sideways" somewhere along the way.  Now that Im going back to reassign dimensions being used within the
    Dimension Usage tab of the Cube, the measure group column list is empty when I go to create a new relationship (regular type)

    Hi shiftbit,
    According to your description, you get an empty Measure Group Columns list when defining relationship. Right?
    Based on your screenshot, you may notice that Measure group table is empty, so definitely it can't show any column in the dropdown list. If there's columns in the measure group that are related to the dimension columns, at least it will show the fact
    table for Measure group.
    In this scenario, please check if the fact table for the Measure group is existing. Re-process the Measure group and try again. If the issue persists, please re-create that measure group.
    Reference:
    Define Relationship Dialog Box (Analysis Services - Multidimensional Data)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Best practice to load a table that is a relationship between 2 parent tabs

    I need to know what is the best way to load a table that is a kind of relationship between 2 master tables and that is relating them. It is an append procedure not a replace procedure.
    should it be a sqlldr?
    what tool should be used?
    Thanks a lot.
    @}--->----->>----------
    Paola

    Yes it is inside of a file that is a kind of .txt, it is ASCII.
    I want to load without having problems with constraints at all.
    But the point is that it should be fast enough to avoid performance problems.
    Thank you.
    Paola
    @{--->----->>----------                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • PS Tables for Documents, Acitivity Relationships

    Hi Frinds
    We are looking for proper talbes for the following. Can any one help us which are tables to be referred for
    <b>1.   Documents (this icon we can see in overview screen of WBS elements)
    2.  Network Relationship Activity Relationships (Besides - AFAB)
    3. Hirarchy levels of WBS elements (besdes PRHI)</b>- "Hirerchy Graphic -Icon" which enalbe users to view hierarchy levels of elements.
    4.  "system status" and "user status"
    would appreciate help in this front and suitably rewarded with points for solution.
    Look forward to hear and thanks in advance...
    Thanks
    Sudhakar
    Message was edited by: Sudhakar Pappu Rao

    Hi Pranav
    Thanks for yr information. we can select the object WBS, and shall be able to view PS texts in overview and create PS Texts.
    My requirement rather, question is, can we attach any documents without having DMS. ie., can we assign any of the Windows document which are available in hard disc?
    please thorough some light on this and thanks in advance and belated happy diwali wishes to you.
    Thanks
    Sudhakar

  • Self referencing table many to many relationship

    I am in a bit of a logic pickle, and I was wondering if someone could help me out.
    I have a table in a database I am designing called document, it holds information on surprisingly on documents in our DMS.
    I want to create the notion that a document can have multiple related documents, and those documents can be the related documents for many documents.
    So it is a self referencing table, I have done these before so no big deal, but this time is a many to many relation, it wasnt before.
    Maybe something like:
    document
    docid (pk)
    related_doc
    docid (pk) (fk to document.docid)
    related_docid (pk) fk to document.docid)
    Does anyone have any experience with this or any advise I might find sueful?
    Thanks!

    A junction table can be used to resolve a many-to-many relationship as is in your example. There are two PK/FK relationships between document and related_document table. This will prevent denormalization of data.
    The other option could be to have just one table with two columns (parent_doc_id and child_doc_id) and have a PK constraint on both the columns - just like bill-of-materials.
    But I think the approach you have in your posting will work well.
    Shakti
    http://www.impact-sol.com
    Developers of Guggi Oracle - Tool for DBAs and Developers

  • Problems setting "table reference" for TopLink relationships

    I'm trying to use TopLink to create Java objects over two tables that are linked in a many-to-many relationship. I followed the instructions on the 10g tutorial page (drag all three tables into a database diagram), then created a new field (of type Collection) in each of the tables that I'm joining. I then set them both to be many-to-many, and tried to configure the first one. On the general tab, I've set the 'Reference Descriptor' to point to the other table. I've set the 'Relation Table' to point to the associative entity, and disabled indirection.
    When I go to the 'Source Reference' tab, there's nothing in the 'Table Reference' dropdown, and there's no button to create anywhere I can find on that screen. From what I've found looking at old TopLink documentation online, there were new, add, and remove buttons off to the right on older versions of TopLink.
    What do I have to do in this version to create a table reference I can use for the join?
    If I run the 'mapping status report' for the object I'm working with (persons), I get the following:
    Mapping persons -> Table reference is invalid because of the target table chosen.
    Mapping persons -> No table reference is selected.
    Mapping persons -> No source reference is selected.
    Mapping persons -> No target reference is selected.
    I don't really know enough about TopLink to know if these error messages are pointing at something other than the fact that I can't get a table reference to show up or not.
    I'm using the JDeveloper 10g preview (build 1375).
    Thanks in advance for any ideas you might have,
    Jonathan

    I'm trying to use TopLink to create Java objects over two tables that are linked in a many-to-many relationship. I followed the instructions on the 10g tutorial page (drag all three tables into a database diagram), then created a new field (of type Collection) in each of the tables that I'm joining. I then set them both to be many-to-many, and tried to configure the first one. On the general tab, I've set the 'Reference Descriptor' to point to the other table. I've set the 'Relation Table' to point to the associative entity, and disabled indirection.
    When I go to the 'Source Reference' tab, there's nothing in the 'Table Reference' dropdown, and there's no button to create anywhere I can find on that screen. From what I've found looking at old TopLink documentation online, there were new, add, and remove buttons off to the right on older versions of TopLink.
    What do I have to do in this version to create a table reference I can use for the join?
    If I run the 'mapping status report' for the object I'm working with (persons), I get the following:
    Mapping persons -> Table reference is invalid because of the target table chosen.
    Mapping persons -> No table reference is selected.
    Mapping persons -> No source reference is selected.
    Mapping persons -> No target reference is selected.
    I don't really know enough about TopLink to know if these error messages are pointing at something other than the fact that I can't get a table reference to show up or not.
    I'm using the JDeveloper 10g preview (build 1375).
    Thanks in advance for any ideas you might have,
    Jonathan

  • Preserving table dimensions in style

    Is it possible to preserve the dimensions of a table in a style? I've set up a little table that I will be using multiple times throughout my document (just with different numbers each time). I've got the table style and cell styles set up so that I can quickly apply them. However, I don't see any way to preserve the width and height of the rows or columns. Is that possible? If not, is there an easier way of duplicating the same table besides copying and pasting? As far as I can tell, I can't save the table as a snippet or in the library or anything like that. Any ideas?
    Thanks, Phyllis

    Thanks Peter,
    That's a good idea. I liked having the text in the frame so that the spacing was exact, but I imagine I can have it separate and use it as an anchored object and have the spacing work just as well. I hadn't thought of that. I'll give that a shot.
    I don't work with tables a lot either so this is new for me. They do look like they'll be handier in some situations though.
    Thanks, Phyllis

  • Table to find d relationship between ticket number and ext notification no

    dear sir ,
                   while creating the support message from help menu it will generate the external notification number as well as ticket number both are same but while creating frrom crmd_order it will generate only ticket number .. so now i want to  table  where they mapped between two fields ticket number and notification number .. please reply
    regards,
    kumar

    Hi Kumar,
    Goto Crm_dno_monitor tcode and here configure the layout.....
    Select the column external ref no and notification no...you get both the no.s as req.
    Please reward points.

  • One Table more than one Relationship to same Table

    Hello,
    I have the following scenario.
    One Table called Hotel and one Table Called Competitor. Each hotel can have several competitors. So i structured the tables in my Azure SQL database like this:
    Hotel:
    HotelID (int, Primary Key)
    Name (String)
    etc.
    Competitor Table:
    ComeptitorID (int identity Primary Key)
    HotelID int
    CompetitorHotelID int
    When i import the tables in my LS Project i get some issues, like the autocomplete box are not filled up.
    Is there a problem if a table has two references to the same table.
    Thank you so much for amy help

    Hi, this setup works in LightSwitch built in the intrinsic data source.
    Hotel <Zero_or_1-to-Many> Competitor <Many-to-Zero_or_1> Hotel
    So a hotel can have many competitors and a competitor can compete with many hotels.
    Is it possible for you to switch to this?
    Cheers
    Dave
    Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

  • What's the tables to find the relationship between OPT and SUV

    Dear CRMers,
      Now, we're trying to find the tables to get the Survey and Answer of Survey to certain opportunity. Any one could give me the details. Any suggestions are appreciated.
    Best Regard
    Gerald

    Hi Gerald,
    Below is the list of tables which may be useful for both lead and Opportunity, but maintenance of this table is not possible through SM30, You can change the maintenance status in the ABAP Dictionary (SE11).
    CRMC_SVY_LEAD
    CRMC_SVY_LEAD_T
    CRMC_SVY_OPPT
    CRMC_SVY_OPPT_T
    These below tables store the values and also the questionnaire id.
    KLAH: Attribute Set Name, ID
    INOB: Object ID, BP Number
    KSSK: Object ID, Attribute set ID
    CABN: Attribute ID and name
    CAWN: Attribute name and values
    AUSP: BP GUID, Attribute Name, Value, Object ID
    CRM_SVY_DB_SV and CRM_SVY_DB_SVS. These tables contain the actual survey response but encrypted in XML format.
    Hope the above info may help you.
    Regards
    SRIM

  • Many to many relationship does not work on certain role played dimension

    Hi,
    I have a cube with role playing Account dimension, used once as “Account” and once as “Other Account” dimension.
    I’ve added Trip dimension related to the account dimension by a bridge table AccountTrip 
    making a many to many relationship (many accounts can be in one trip and one account can go to many trips).
    When I added the bridge measure group to the cube, I saw in the dimension usage tab that the relationship between the bridge and the Account dimension was done automatically.
     I added the trip dimension with regular relationship to the bridge measure group and many to many relationship to the main fact table using the bridge group.
    All compiled fine and gave correct results. Then I noticed that when slicing the fact table by the Other account dimension I get correct results,
     but when I add the Trip dimension I get the results as if I was slicing by the Account dimension, not by the “Other account” dimension.
    I checked the cube and noticed I did not set the relationship between the bridge to the “Other Account” dimension (role playing). I set it now (regular relationship, same as the account dimension), but still getting the same results.
    Conclusion-  when slicing by the new Trip (M2M) dimension and the “Other Account”
     (role played) dimension I get the results of the “Account” dimension, not those of the “Other Account” dimension.
    I checked the relationships of the “Other Account” dimension in the cube but it looks correctly set (to the external account of the main fact table and to account of the bridge table).
    (Just to note I have two other bridges on the cube which are not related and don’t look like they need to be related, plus two other measure groups of the main fact table used for distinct count which are related appropriately).
    What else should be done???
    I would greatly appreciate your help!
    Thanks
    Namnami

    The update server is down; try this temporary workaround
    App Store>Purchased>Select "All"
    Note: Look out for apps that have the word "Update"
    http://i1224.photobucket.com/albums/ee374/Diavonex/9c256282736869f322d4b3071bbb2 a82_zps51a6f546.jpg

  • Defining Dimensions, Attribute Hierarchies for a Link Table(Many to Many)

    I have 3 Tables in the Database
    Table 1: Transactions (Fact Table) - PK(TransactionId)
    Table 2: Relationship (Dimension1) - PK(Relationship Id), FK_TransactionId, FK_CompanyId, RelationshipType
    Table 3: Companies (Dimension 2) - PK(CompanyId)
    Table 2: Relationship table is a link table between Transactions & Companies to facilitate many to many relationship. 
    I defined Fact and Dimension tables accordingly but having issues defining Dimension & Attributes for Relationship tables
    Relationship Dimension:
    I have 3 hierarchy groups defined
    Hierarchy 1 - Relation -Relationship Type,Relationship Id(PK)
    Hierarchy 2 - Transaction - Transaction, Relationship Id(PK)
    Hiearchy 3 - Company - CompanyId, Relationship Id(PK)
    Defined the attribute relationship in the following way
    RelationshipID(PK) ---> CompanyId , RelationshipID(PK) ---> TransactionId, RelationshipID(PK)
    ---> RelationshipTYpe
    I am getting incorrect results when I deploy the cube. Not all the types are being displayed only 4 types are being displayed out of 27 types though there exists Transactions for all the Types.
    To fix the incorrect results, I tried to break the Relationship Dimension into 2 dimensions seperating Transaction(Relationship Dim) & Company,Type (Companies Dim). I tried to configure a many
    to many Relationship type between my  Companies Dim & Fact Table Transaction. But I get the error that says 
    "Companies Dim many to many dimension in the Tansaction measure group requires that the granularity of the Relationship dimension is lower than that of the Relationship measure group "
    Any help regarding how to difine Dimensions & Attribute Hierarchies on a Many to many link table is appreciated.

    Hi Jaya,
    According to your description, you are experiencing the issue when implement many to many relationship by using a bridge table in your SQL Server Analysis Services project, right?
    Generally, a bridge table will have a surrogate key for the dimension and a surrogate key to the fact table or a degenerate dimension based on the fact table. Here are some blogs which describe how to implement many to many relationship using a bridge
    table.
    http://bifuture.blogspot.com/2011/06/ssaskimball-modeling-nm-relation.html
    http://www.sqlchick.com/entries/2012/1/22/data-modeling-tip-when-using-many-to-many-bridge-tables-in-s.html
    http://social.technet.microsoft.com/wiki/contents/articles/22202.a-practical-example-of-how-to-handle-simple-many-to-many-relationships-in-power-pivotssas-tabular-models.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Dimension key in a fact table should be repetitive?

    Hi All,
    We do have one to one  relationship between a FACT table and Dimension table? Is it correct to have this kind of dimensional model.

    You may find this link of some help.
    How to Model Fact table having 1:1 relationship with key Dimension attributes

Maybe you are looking for

  • How to cancel syncronous I/O DLL-call?

    We have an application with timeout set to 300seconds. If the application is terminated whilst a Send of Receive is in progress, the application is killed, but the NI driver remains active until the timeout is reached (and therefore blocks any furthe

  • IWeb '08 Website Design Changes on Multiple Compters

    Quick question. I have two iMacs (one at home and one at work). I want to be able to work on my iWeb website on both computers using .Mac. When I go to look for the website file on my home computer all I see is a folder with the files that are on my

  • Object Status button in Status tab of Item

    Hi All How can i configure to see Object status button in Status tab of item in the Sales order data. Please list down the steps. Right now i dont have Object status button. Thanks in advance Sonali

  • Dropping schema in production...

    Hi We are implementing a block point in our production database.Can I drop and recreate the schema (owner) instead of dropping the schema objects incase there is a backout and the database/schema has to be restored. I will be taking a full DB export

  • Adobe Captivate Error

    I'm using Captivate and at the end of my development process, I tried to insert a "click box" in the file while review my final project. I received a Microsoft Error Message... Adobe Captivate has encountered a problem and needs to close. I'm asked