Help with mapping a particular process

I have 3 tables in this mapping process.
a. I have a dimension table which consists of customer information.
b. The 2nd table is a dimension table which is customer address information. This table is a child to customer information table.
c. The last table is a fact table.
The structure for the following tables are:
a. Customer Key, Customer_ID, Customer Name (Customer Key is created when this table is loaded from stage)
b. Customer Key, Pref_ind, Address1, City, State, Country, Zip and Location Key (it gets populated from the location table based on State, Country and Zip). The address information is populated from the stage. There is a lookup for customer key based on customer_id.
c. Customer Key, Location Key, Sales Amount
I need to update location_key in the fact table based on the key present in customer address table and pref_ind = 'Y'
I have a key lookup transformation for ID in the fact table and get the customer_key from customer table. The other columns are loaded for this fact table. I need to update Location Key in the same mapping. I am taking the customer key from customer transformation mapping to another lookup which looks up the customer address view(This view is an SQL with filter condition) and joins customer_key in the lookup to customer_key in customer_address table.
I cannot do this mapping because the tool generates an error stating that there are 2 different data sources

1. Check the new Kimball Design Tip #95 per your "split customer" model. You may have reasons for the split dim, but in general I recommend that you keep all customer data together in one dimension. If you can combine the two dims, you will (probably) eliminate the second lookup and your issue.
2. Your description is not clear, but look at your mappings. Are any data paths "sidestepping" the lookup customer_key to address customer_key join?
tk

Similar Messages

  • Help with mapping the mod_plsql path with Apache

    Hi,
    I need help with mapping my pl/SQL Handler path.
    Currently i have an URL like this :
    http://myhost.com/pls/DADUSER/PLSQLPROC?param1=123
    But I need something like :
    http://myhost.com/d/PLSQLPROC?param1=123
    I tried to rename the "Location Handler" from "pls" to "d", works great, but it always appends my Default DAD User to the URL.
    And I tried to map my PL/SQL Handler to "/" and create a DAD User called "d" and set it to default. Didn't worked...
    Any help is appreciated....
    Bye,
    Oliver
    null

    Oliver,
    try to use the rewrite directive or the
    rewrite engine (mod_rewrite).
    Please see the Online documentation for how
    to do this:
    http://technet.oracle.com/docs/products/ias/doc_library/1021doc_otn/comm.102/a87562/apptroub.htm
    Hope it helps
    -Stefan

  • Need help with mapping( UDF)

    Hi,
      I had a mapping requirement where i need to transfer data with double quotes
          suppose data is
    sap-labs
    i need to send as "sap-labs".
    The main problem is when ever there is '-'(it can be any where in the string) I need to modify as above, otherwise data can be sent directly.
    I know how to do this requirement using Standard Functions.But, I am trying to use UDF so try to help me out with the code.
    and also what i have to import for this UDF. and why i have to import them?
    Thanks in advance,
    Siva.

    Hi Siva Bonthala,
    Note: - quote ("), apostrophe ('), ampersand (&), less than (<), greater than (>) are special characters in XML. They should not be present in data. [Link1|http://www.w3.org/TR/REC-xml/] [Link2|Re: Special Character Handling (&) in the payload content in PI 7.1]
    When you writing Java code to insert these special characters, you should use escape scequence characters.
    Test it for your self, in graphical mapping, use 'concat' function and type Delimiter String as ". Then check output XML, it will contain &quot ;.
    If you have to replace sap-labs with "sap-labs" for many element, I recomand you to use Java Mapping instead of UDF's for every field.
    Regards,
    Raghu_Vamsee

  • Help with Mapping

    Hi XI experts:
    I have a mapping question. This is the TLOG message coming from a POS into XI and needs to be mapped to the target.
    There are 2 types of nodes DTL (Detail) and DDC (Discount). They both have a common element DETAILNR. See the xml below.
    I need to take the QUANTITYSOLD field from the DTL node and multiply with the AMOUNT field of the DDC node and pass the result for matching DETAILNR and map to a field at the target side.
    The DTL and DDC nodes are at the same level, but the number of DTL nodes is more than that of the DDC node.
    Your help will be appreciated,<removed by moderator>
    Thank you.
    <DTL>
             <RECORDTYPE>DTL</RECORDTYPE>
             <DETAILNR>0065</DETAILNR>
             <QUANTITYSOLD>+0010</QUANTITYSOLD>
    </DTL>
    <DDC>
             <RECORDTYPE>DDC</RECORDTYPE>
             <DETAILNR>0065</DETAILNR>
             <AMOUNT>+00000000.89</AMOUNT>
    </DDC>
    Edited by: Mike Pokraka on Jul 24, 2008 1:16 PM

    Sameer,
    The XML is:
    Thank you.
    <ns:MT_TLOG xmlns:ns="urn:nslc:xi:BeanStore:POSI001:Tlog">
         <RecordSet>
              <HDR>
                   <RECORDTYPE>HDR</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <TRADINGDATE>20080719</TRADINGDATE>
                   <TRANSACTIONTYPE>003</TRANSACTIONTYPE>
                   <TILLID>003</TILLID>
              </HDR>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <DETAILNR>0013</DETAILNR>
                   <SKUCODE>00000000000001000893</SKUCODE>
                   <QUANTITYSOLD>+0001</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001939</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001493</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
              <DTL>
                   <RECORDTYPE>DTL</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <SKUCODE>00000000000001001493</SKUCODE>
                   <QUANTITYSOLD>+0010</QUANTITYSOLD>
              </DTL>
                   <DDC>
                   <RECORDTYPE>DDC</RECORDTYPE>
                   <DETAILNR>0075</DETAILNR>
                   <AMOUNT>+00000000.89</AMOUNT>
              </DDC>
              <DDC>
                   <RECORDTYPE>DDC</RECORDTYPE>
                   <DETAILNR>0065</DETAILNR>
                   <AMOUNT>+00000000.89</AMOUNT>
              </DDC>
              <TAX>
                   <RECORDTYPE>TAX</RECORDTYPE>
                   <STORECODE>2367</STORECODE>
                   <TILLID>003</TILLID>
                   <TRANSACTIONNR>00018947</TRANSACTIONNR>
                   <TAXNR>0001</TAXNR>
                   <TAXMETHOD>01</TAXMETHOD>
                   <AMOUNT>+00000734.97</AMOUNT>
              </TAX>
         </RecordSet>
    </ns:MT_TLOG>

  • Help with Maps

    Hi,
    I've had the iphone for a few weeks and haven't had much to time to figure it out. I'm not sure I understand what locate me button is or where to find it? Sorry, I've looked all over my phone, can someone help me out? I did insert my home address when I activated it. If I'm away on vacation how do I use the locate me button and where do I find it?
    Thanks, Jerry
    Message was edited by: lyons00

    In the maps application (with 1.1.3 or later), the locate me button is in the lower left corner. It triangulates your position form signals from cell towers and Wi-Fi hotspots. It is not perfect but works fairly well. I have had it not find me at all to locate my intersection. It varies but turn with Wi-Fi on you don't even have to be connected.

  • Need help with map ids

    I am getting very confused with generating a map id file, and
    would appreciate a few pointers (using RH7).
    I want to generate ids for *all* topics. I did this with
    auto-generate, and that worked fine (created BSSCDefault.h). Since
    then, I changed some topics (added/deleted) and want to regenerate
    the map file.
    I've tried simply regenerating into the default file, and
    creating a new map file. When I do this, the topics start numbering
    'after' the numbers from the first run. How do I simply blow away
    the original file and start again?
    Next... when I first generated the file, I was using X5. I
    created .h and .bas files. Now, in RH7, I can't find where to
    generate the .bas files. Help?
    Thanks. I'm in a forest/trees situation right now and am sure
    I'm missing something(s) really obvious.

    Personally I prefer manually editing the map (.h) and alias
    (.ali) files in notepad to add/amend mapids as when I first went
    into this area I found the RH dialog more than a little bit
    confusing. However once you get your head around it, it isn't too
    bad.
    The auto generate function works fine the first time around
    but as you have found out, is less clear on subsequent use. You
    could set the mapid options to start at a certain number but this
    applies across all map files. That said, if you add to a new file
    each time this wouldn't be a problem. What may be a problem is
    several releases down the line where you end up with numerous map
    files which makes it more difficult to manage.
    If you were to delete the original map file, you will
    automatically remove all the mapids and their association with the
    topics. This may appear to the easiest way to go if you have all
    your topics covered by mapids. However when you next auto generate,
    you may end up with topics having different mapids from the
    previous version which would mean your application API call
    requiring a change for a lot of dialogs for each release.
    It is best to leave the original map file and mapids and
    added to them as required. I'd recommend having as few mapids as
    possible unless there is good reason (e.g. too many mapids). Just
    select the map file in the RH dialog, add the mapid via the icon
    and then assign the topic to it.
    As far as the .bas file is concerned, this has nothing to do
    with the RH map file. Is this something produced on the VB
    application side?

  • Please I need Help with Map quiz!!!

    I design a map quiz that contain different area in my state, there is button that will be click to load a quiz in a particular area.. I don't know where to start from because i'm still a dummy in flash actionscript.
    I will like if anyone could help before i forget there will be a score board for each area +2 and hotspot +10 mark and the question of each area must be random from xml file and they are different area. please help.......................

    Click here and follow the instructions to change the iTunes Store country.
    (82303)

  • HELP with mapping between event_class SLA R12 and ap_invoices_all

    Hi Gurus!!
    I have to do a query that obtain the event class (XLA_ACCOUNTING_CLASS lookup code) of an invoice that this invoice is pending to be posted. The question is how do i do a mapping between AP_INVOICES_ALL table and the EVENT_CLASS ???
    For example... i have a class named "DEBIT MEMOS" but in the AP_INVOICES_ALL the INVOICE_TYPE_LOOKUP_CODE is DEBIT...
    hope someone could help me,
    PS: Application is R12
    Thanks!!
    Pablo.-

    Hi Tarun,
    Yes I am aware of that, but I just thought someone would which fields to join between the AP and the XLA tables as I can't find anything on the eTRM. So I do know that those are the tables to link, but I'm just not sure of the fields to join.

  • Need help with mapping

    Hello professionals,
    I need to map this structure
    <message>
    <node1>
       <ab>1</ab>
       <ab>2</ab>
       <ab>3</ab>
    </node1>
    <node1>
      <ab>3</ab>
      <ab>4</ab>
    </node1>
    <node1>
       <ab>5</ab>
       <ab>6</ab>
       <ab>7</ab>
    </node1>
    </message>
    So, in the target structure I need to take only the first "ab" occurence in node1:
    <message>
    <node1>
       <ab>1</ab>
    </node1>
    <node1>
      <ab>3</ab>
    </node1>
    <node1>
       <ab>5</ab>
    </node1>
    </message>
    How can I do this? Many thanks for help!

    Hi,
    You can use COLLAPSECONTEXT or COPYVALUE(0) function
    see this
    http://help.sap.com/saphelp_nw04/helpdata/en/26/d22366565be0449d7b3cc26b1bab10/content.htm

  • Help with mapping for

    Hi,
    My source has 2 fields:
    Disc1   (Occurance 0-1)
    Disc2   (Occurance 0-1)
    Target has one node with attribute:
    <Payment terms >    (occurance 0..unbounded)
         <attribute>
    Requirement is that the payment terms field has to be repeated for each Disc1, Disc2 etc and the value has to be placed in the attribute.
    How can this be done?

    Hi Lasya,
    Duplicate subtree wil work... please find below screenshots...
    Please paste your mapping what u did for this......in ur structure please do the duplicate subtree for paymentterm field only....
    Please let me know if u face any issue ...
    Thanks,
    Sreenivas

  • Help with Maps and bookmarks

    I want to use Maps while I read travel books, marking each city I read about it with a pin bookmarked with a short descriptive phrase.  I'd like to then have several cities marked, each with my bookmark name.  But I can't seem to do this.  I bookmark a pin, using a descriptive phrase as its name.  After the bookmarked pin is saved, I can see my descriptive phrase by holding my finger on that pin. 
    But it seems that after I bookmark a second pin, I can no longer see the first pin's bookmark name by holding my finger on it; its name has reverted to just the city name.  And it seems that I can only have two pins displayed at once -- pins seem to disappear after I access another bookmark. 
    I can't figure out the relationship between pins and bookmarks.
    I have a feeling I'm stretching this app to try to do something it's not really meant for.  Any thoughts?  Is there another app that does what I'm trying to do?  I guess I need an "atlas" app more than a "maps" app.  Thanks.

    HI Michelle,
    Muse can not and does not utilise or have access to all that BC is. It does not give you access to the layouts and things like eCommerce and Web apps in the full ability sense. You can build interactive maps with the google API, web apps as the source of data, using the address lat and long or geo location ability etc But its not something you can do really Muse on its own.

  • Help with Maps! (not locating position)

    I've been having problems with the Maps app correctly locating where I am. It's been going on for a few months, but I plan on traveling soon and the use of the Maps app would be a huge advantage. When I press the cross-hair button in the bottom left corner, a large circle pops up, pulsates, then locks in on around a 10 mile radius. Normally, the dot in the middle of the circle is off my actual location by around 15 miles.
    I uploaded a picture to show what my problem is:
    http://tinypic.com/view.php?pic=2w2oo7o&s=6
    How can I fix this?
    Thanks.

    By moving home
    The location is generated by a combination of GPS and cell tower sites and looking at that, you're quite rurallly located so the cell sites won't give a good location.
    If you turn off wireless, and set the iPhone on a table and leave it for 5 minutes to lock on without the cell towers being accessible, then the GPS should work on its own and narrow down much more closely but of course, the maps won't load.
    It also matters of you are indoors so if you cannot get a good GPS signal, it could be that you are just too far indoors to get an accurate signal.

  • I need help with maps!

    when I want to go to an address and need to use the maps when it comes to give me directions where to go quits and restarts the application

    Hello, HectorAlang0. 
    Thank you for visiting Apple Support Communities. 
    I would start with forcing all applications to close and power cycle the device.  Once this is done, test using Maps.  Also, I recommend updating to the recently released iOS 7.1 and then test the Maps application. 
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS 7.1
    http://support.apple.com/kb/DL1732
    Cheers,
    Jason H. 

  • Newby Needs help with mapping an illusion

    Attached is a picture of an illusion that I would like to be able to reproduce with different shapes. I have tried using several different programs including Photo shop and some cad programs. The problem is when I create the illusion the lines around the edge do not stay aligned  with the illusion (see illusion 2 as how they should be).
    Any help would be most appreciated.
    Thanks
    Larry

    Hello Larry,
    Here is what I do:
    Then you can add more squares and everything will be straight.
    And also you can play with several shapes:
    I hope this helps!

  • Help with Map Editor in WCS 4.1.91.0

    In WCS version 4.1.91.0 is there any way to edit maps other than through the web interface? I'm trying to lay in my "thick walls" and I'm finding the resolution in the web interface to be down-right horrible. Since I'm in a hospital environment I have lots of walls to draw but I keep having to refer back to my original jpg to locate some of the walls as they do not appear on the low resolution web interface editor. If anyone has any ideas on editing maps in WCS I'd love to hear them.
    Thanks,
    Scott

    Scott,
    The rumor from Networkers 2007 (OK, OK: Networkers at Cisco Live!) was that WCS version 4.2 would allow import directly from Autocad .dwg files without the mess of first saving as bitmaps.
    A snippet from: www.cisco.com/en/US/products/ps7305/prod_bulletin0900aecd806b7f8a.html
    "AutoCAD Map Import Support: AutoCAD images can be imported into Cisco WCS and used as maps. Users can select the layer of the AutoCAD image to be used as the WCS map when the image is previewed. Cisco WCS maps support three import file types: JPEG, PDF, and AutoCAD."
    And remember, WCS version 4.2 will "fix everything this time" ;-)

Maybe you are looking for

  • Using roadmap and select-options

    I'm new to abap web dynpro, i'm using a roadmap with 4 views. This is working fine but, when I try to use select options in view1 they don't show. When I set view1 as default view the select options are working fine. this is how my current web dynpro

  • Fix my old one or buy a new one?

    Hi there, I'm hoping you can give me some advice, as I'm about as non-technical as people come! I bought my macbook in 2006 - it's 13 inch and pretty much the most basic option that was ever on the go. It has been amazing over nearly 5 years, but has

  • Select Query in Want unique time.

    Please go through below detail I have one table. File Id, Date, Time 00001 10/12/2010 10:10 00001 10/12/2010 10:10 00001 10/12/2010 10:10 00001 10/12/2010 10:11 00002 10/12/2010 10:10 00002 10/12/2010 10:10 I want unique fileid,date and time in selec

  • How to create the Copy icon in the change Purchase order functionality

    Hi, In the shopping cart creation screen, there has a option to copy one Item in the Items in Shopping Cart section.This functionality is supplied by standard SAP. Now I will have to build the same logic ( Copy Icon with the copy and paste logic)  in

  • How to view AR Due Date onto Report CJIA

    Hello We are putting in place Project Cash Mngt. I can view my line items by project in Report CJIA but i can't view any due date. Besides, i can see data in CJIA but there is nothing at all available in CJIB. what do i miss ? Thanks Stéphane