Several facts and consistent dimensions / nonconfirmed

Hi all

There has been a lot of posts on this issue, I've read a lot about this, but still can not get this to work. We are looking for a basic marketing operation where we can follow the links that were clicked in email marketing that have been sent. What I have is two fact tables, with a dimension in line with each other and one of the facts with a dimension not compliant:

Fact 1 Sun - related links
Fact 2 Sun - related links. Dim - Email name;

In fact, I've defined a measure that counts the number of links clicked 1
In fact 2, I defined a measure that counts the number of links

So I can't take fields of Sun - Email name and fact 2 this properly will show me the number of links in this e-mail. I can add in the name of the Sun link - links to give me the details of the links in the email. However, when I then add the number of links clicked of the fact 2, it is shown as zero. Withdrawal of the name Email will cause the number of clicks to display correctly for each link.

I read this post here:

report based on 2 different fact tables

which seems to contain my exact problem, but the listed solution did not work for me. I created hierarchies, set the LTS of fact 1 retail for Dim - links and the LTS in fact 2 detail for Dim - Dim - Email name and links. It does not work. I then put the LTS in fact 1 total for Dim - Email name. It does not work. I then put the LTS to the dimension tables to be detail in every case, and this does not work either. My business issue is quite simple: for each email list links and the number of times the link has been clicked.

I started from scratch, I seek only to these 4 logical tables, I've got to the stage where I'm BI reboot after each change, but I still don't see the problem. Can someone give me some advice please?

Thank you
Matt

Matt,

Just a small change more...

/ * The single fact table now columns as two, one a separate count on linkid, and the other a number on the clicksid * /.

Given that clicksid is a source is 1 that has no mapping to Dim Email, for this column value mapping contained level Email Total.
That is to say, double-click your count (clicksid)--> go to the tab levels--> set Email name Dim at the Total level. Note to all levels of rest must be left untouched (unselected).

This South do the trick...

Blackburn

Tags: Business Intelligence

Similar Questions

  • Problem: two tables of facts and a dimension in accordance with

    Hello world!

    I need solve this situation:

    I have two fact tables, say F1 and F2, which are both linked to D1, my dimension in line
    I just need to select fields of D1, but I know that, when querying, OBIEE links to a table of facts anyway... How is it chooses the fact table? In other words, if I want to only fields D1, not the system also queries of F1 or F2? What is a random choice?

    Is there a way to "force" this choice, saying the system for example to choose only from F1?

    Is there a work around to resolve this situation? Remember, I only need fields D1.

    Thank you!!

    The solution to your problem is "column name".
    Go to the layer of presentation and double click on your domain. Then you will see name column option. Click on set. give the corresponding column actually it (in your column of fact give deal F1)

    References: http://oracle-bi.siebelunleashed.com/articles/implicit-fact-column/
    Thank you
    GSR

    Published by: GSR on 20 March 2012 15:22

  • How can we who is a fact and that is a different dimension?

    Hi all

    I am a new bee to OBIEE...

    If anyone can help me out or give me a link...

    If we have several facts and dimensions? How can we who is a fact and that is a different dimension?

    Thnkx in advance.

    Hello

    You can identify the facts and Dimension based on the data.
    You must analyze.
    Generally the table with measurement (Max column in the table), we will consider a fact.
    Table with attribute as Dimensions.

    For the facts, we can apply the global rules.

    Thank you
    Ananth

  • Performance problem with SQL for recovering data in FACT and Dimension Table

    Hello

    We have a query that performs very slow when extracting data in FACT and the DIMENSION Table.

    SQL and Plan are in the attachment.

    Please suggest how this can be improved.

    The version of DB is 11.2.0.4

    Kind regards

    VN

    Slow is a very relative term, for about 1 hour is slow for some 1s is slow. So please always quantify your settings.

    The first thing caught my eye is done 4 times ia_oasis_tot_prov_cur_d access. Try to isolate which and change it like this and see if it returns the same result.

    select case when a.clm_capitn_ia_bil_prov_edw_sk = b.prov_edw_sk then b.prov_id end ben_billing_prov
         , case when a.clm_capitn_attnd_prov_edw_sk  = b.prov_edw_sk then b.prov_id end ben_attending_prov
         , case when a.clm_capitn_ia_pcp_edw_sk      = b.prov_edw_sk then b.prov_id end ben_pcp_number
         , case when a.clm_capitn_ia_ipa_prov_edw_sk = b.prov_edw_sk then b.prov_id end ben_ipa_number
      from edw.clm_capitn_f partition (jan2015) a
      left join
           edw.ia_oasis_tot_prov_cur_d b
        on (
               a.clm_capitn_ia_bil_prov_edw_sk = b.prov_edw_sk
            or a.clm_capitn_attnd_prov_edw_sk  = b.prov_edw_sk
            or a.clm_capitn_ia_pcp_edw_sk      = b.prov_edw_sk
            or a.clm_capitn_ia_ipa_prov_edw_sk = b.prov_edw_sk
           )
    

    If it works this means allows you to reduce certain I/O.

  • Answers OBIEE 10G - 2 facts with different dimensions

    For example

    fact 1: sales.

    Of dimensions: Branch, time, product

    fact 2: promotions:

    Of dimensions: business, time, promotional code

    These two facts and related dimensions are in Star patterns.

    Only two made run OK.

    What I want:

    Branch, time, promotional code, Sales, promotions

    In SQL, it would be something like (pseudocode):

    Select t1.*, code t2.promotion, t2.promotions

    Of

    (

    Select the branch, the time, the sales

    Branch, the time, the sales

    where - joins and filters

    ) t1

    left outer join

    (

    Select the branch, promotions, promotional code

    direction, time, promotional code, promotions

    where - joins and filters

    ) t2

    On t1.branch = t2.branch

    and t1. time = t2.time

    I don't know what is doable in OBIEE, or should I use SQL?

    Try to create a fact in MDB with 2 LTS: sales and Promotions and set the level-based measures.

    The two facts sharing the dimensions of the branch and time (consistent dims), OBIEE will join the facts with these columns.

  • Problem with a lot of facts and dimension conform

    Hello gurus:

    I'll have 2 consistent dimensions and 3 facts.
    Now the problem is that whenever I try to wear all three made, I get an error display of consistency.

    I need to make a report that has at least one column of all of them.
    Please guide me.

    Thank you.

    ~ Vinay

    Vinay,

    You can resolve this problem by creating dimensional hierarchies and fix levels of content appropriate to the fact tables. Follow this

    1 create hierarchies for both of your consistent dimension, if you don't have all of the levels, create the hierarchy with at least two levels, total and retail.
    2. open the properties of the logical source of each fact table and define the level of content at retail for the two dimensions.

    It will work. Make sure that you select only measures the fact with confirmed dimensions tables (aggregated).

    Madan

  • Try to install purchased box.  Alls well until the last window when this message appears. INCONSISTENCY IN THE DATABASE OF THE INSTALLER. RESTART YOUR COMPUTER AND INSTALL IT AGAIN. Fact as stated several times and redisplays but same message?

    Try to install purchased box.  Alls well until the last window when this message appears. INCONSISTENCY IN THE DATABASE OF THE INSTALLER. RESTART YOUR COMPUTER AND INSTALL IT AGAIN. Fact as stated several times and redisplays but same message?

    Run the cleanup tool and manually delete the caps.db file.

    Important directories | Error postal codes of Mylenium

    Use the CC cleaning tool to resolve installation problems. CC, CS3 - CS6

    When you reinstall, make sure that you run with user privileges sufficient and external tools like virus scanners do not interfere. This is why you have the question in the first place.

    Mylenium

  • facts and dimensions

    I have a fact table and three tables of dimsnsion. Two dimension tables are joined to the fact table and a dimension table is related to another table of size and not to the fact table. Now what should I do this in order to get the appropriate data. Not very knowlegdable in fact and dimension tables.

    In the physical layer only joined him accordingly.
    In the layer of logic (MDB) flatten the snowflake into a single dimensions, i.e., integrate dimensions single logical table.

    Thank you
    Vino

  • Two Tables of FACTS, some common Dimensions and common

    Hello to all, question, I'm sure you have met in the past, but always wanted to get your opinion.

    I have a few FACT tables and dimensions that are shared (common size). Rest of the dimensions are related to one or the other FACT tables.

    What is the best way to present a view where users CAN pull information from both tables?

    I managed by pulling the shared dimensions (common) on the tables of BOTH FACTS and having the same grain, but this view breaks down when I pull information from a Dimension that does not much to do with another.

    What is the best way to present it? Should it be broken down in three areas?

    Business line 1-> some Dims-> FACT Table has
    Area 2-> some Dims-> Table of FACTS B

    AND

    Business line 3-> * only commune Dims *-> Table of FACTS A & B Table of FACTS?

    Your comments are always appreciated.

    Kind regards

    Published by: user10679130 on October 12, 2009 15:27

    Start by checking the forum for similar discussions/questions.

    Join two tables of facts different dimensions in the single logical table
    http://108obiee.blogspot.com/2009/08/joining-two-fact-tables-with-different.html

    This solution maintains two tables of facts in the same area in the logical table is unique, with municipalities and non-common dimensions.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • Several facts in the report

    Hello gurus,

    How to use the multiple facts in the same report using OBIEE 10 g?

    I followed the instructions on this Web site, but it does not work...

    http://obibb.WordPress.com/2010/05/31/multiple-fact-reporting-on-non-conforming-dimensions/

    Physical model:

    ASSETS (DIMENSION) - ASSET (FACT) - PERSON (DIMENSION) - CAMPAIGN (FACT) - CAMPAIGN (DIMENSION)

    Business Model:

    ASSETS (SUN) - FACT - CAMPAIGN (SUN)

    (TRUMP - CAMPAIGN)

    |

    |

    |

    |

    PERSON (SUN)

    Assets and campaign: no consistent Dimensions.

    Person: Dimension in line;

    Note that I want to use my report some active information and campaign to answer questions such as:

    The assets that were created after the launch of the campaign? or the list of assets of the person and the campaigns.


    Is it possible to do? I'm changing all kinds of levels of column (Total/detail) and it continues to send an error like:
    «Internal error: no table for expr Fact_W_CAMP_HIST_F_Teste.SOURCE_WID, file server/Query/Optimizer/SmartScheduler/PhysicalRequestGenerator/Src/SQOSPSimplifyJoin.cpp, line 118.»


    Thank you in advance.
    Ramon Cortez

    Try to go for only 1 fact IE assets

    then adding Asset properties / card or sign + and then add the person, then Comaign

  • Several facts with some non-compliant sizes

    Hi, in our data mart, I have multiple fact tables. The fact of JOBS table includes the dimensions of time, employee, org and employment.

    Other fact tables include these 4 dimensions consistent basis, more specific dimensions to the fact. For example, BENEFITS includes a dimension 'plan type', etc.

    When reporting, I want counts of the fact table basic JOBS will appear always - even if other data in the report contains the dimensions of "non-compliant". For example, I would like a report listing periods of time, used account (as the result of EMPLOYMENT) and joined County employee (as a result of the BENEFITS), something like this:

    Month advantage Plan registered EMP EMP
    Jan 2009 health insurance 10 000 8 000
    Jan 2009 401 k Plan 10 000 4 000
    Jan 2009 AD & D 10 000 1 000

    When I try to produce this report, because the "benefit plan" is not a dimension linked to the JOBS data, the column of EMP comes out blank. Yes, I can add a total row to the bottm show... but I really want the 10,000 is displayed on each line (also because I want to calculate a % of the people listed on the total population).

    What is the best way to achieve this? Also, as I have 4 or 5 other tables of facts, and each of them have their own 'personal' dimensions in addition to those in line.

    Thanks in advance!
    Scott

    @ASFK

    What I was referring to was on the measure itself, not the LTS it is mapped to the content tab.

  • Facts of priority / dimension

    Hello

    I have problem with my data display. I have created (for example) a star composed of two facts and two-dimensional. Star look like this:

    F1 / F2 - facts

    D1 / D2 - dimensions

    Joins:

    F1-> D1 and F1-> D2

    F2-> D1 and F2-> D2

    It's good work, but if I want to display in only analyze the column of TWO DIMENSIONS, I have a problem. For example I get the unit D1 and D2 category and does not show this point of data view is correct because when I check SQL that was executed he uses F1 to display data. But I want to use F2 you view this data, BUT I can't add column of F1 / F2 to analyze. I want to use F2 because with this fact, I have more data. Why was elected a random fact or whether it is a priority which are applied?

    I check with more facts/dimensions and made only in this case, it is used.


    Thanks for help or suggestions.

    Hello

    Try to use the column property is implicit in the presentation catalog properties. It will help to choose the table of events manually.

    Thank you

    Prasanna

  • The new App Store for El Capitan update has locked up my macbook pro.  Reboot got about 3/4 fact and the machine stops. Turned off the power and turn it on again for nothing doesn't.  How in my machine to begin troubleshooting?

    The new App Store for El Capitan update has locked up my macbook pro.  Reboot got about 3/4 fact and the machine stops. Turned off the power and turn it on again for nothing doesn't.  How in my machine to begin troubleshooting?

    The problem is most likely an attempt to update a system malfunction prior it is probably a problem with your computer, not the El Capitan.

    Start by:

    Reset the PRAM and NVRAM on your Mac.

    MacIntel: Reset of the controller (SMC) system management

    Start in Safe Mode , and then re - start normally. It's slower that a normal start, so be patient.

    If you are unable to start;

    Reinstall El Capitan without erasing the drive

    Please make sure that you back up.

    1. Restart the computer. Immediately after that the chime hold down the command and R until the Utility Menu appears.
    2. Select disk utility, then click on the continue button.
    3. Select the withdrawal (usually Macintosh HD) entry of the volume in the list aside.
    4. Click first aid icon in the toolbar. Wait until the button is active, then click it.
    5. Quit disk utility and re-enter the Utility Menu.
    6. Select Reinstall OS X and click on the continue button.

    Also, see this tip for user: basic steps for the OS X upgrade.

    If this doesn't get you;

    Install Yosemite or El Capitan, from scratch

    Backup if possible before proceeding.

    Restart the computer. Immediately after the chime hold down the command and R buttons until the Apple logo appears. When the Utility Menu appears:

    Select utility disc in the Menu Utility, then click the continue button.

    When loading disk utility, select the volume (entered into withdrawal, usually Macintosh HD) from the list of devices.

    Click Delete in the main window of disk utility. A panel will fall.

    Define the type of Format Mac OS extended (journaled).

    Click on the apply button, then wait for the done button to activate and click on it.

    Quit disk utility and re-enter the Utility Menu.

    Select reinstall OS X and click on the continue button.

  • I deauthorised all my computers several times and iTunes still shows that I have authorized 5.

    I allowed off all my computers several times and iTunes still shows that I have authorized 5. I can not re - allow one of my computers and cannot allow overall because I did last October. I tried a logout and back logging, remove the SC info folder etc... Any ideas?

    I allowed off all my computers several times and iTunes still shows that I have authorized 5

    Normally, you can only authorized computers off once a year.

  • Hangs, severe slowness and camera running Firefox 27,0 / 28.0 on Windows XP / is it possible to block plugin container?

    Experienced a severe slowness and lock-up with Firefox to the end, which ends with a sharp decline in the use of memory and I have repeatedly shut down by the Task Manager. I created a new profile and disabled hardware acceleration. I tried to disable all plug-ins and extensions, but I noticed that sometimes (not always) plugin container was always an active process, I don't understand. Why would it be active when there is no plugin activated? I also noticed that when the plugin container is not active (list under process in the Task Manager), I don't have this problem and Firefox works normally? I need to block the plugin container. Help, please.

    If you have deactivated plugins and plugin-container should not be executed. It's one of the reasons I suggested malware scans.

    The Windows XP Task Manager lists the processes running. It will list the plugin - container.exe but I don't think it goes further. IIRC a Sysinternals utility was required to get information on the processes associated with the plugincontainer.

    Microsoft will now offer free downloads and documentation for which is the Sysinternals software.

Maybe you are looking for