Question of Data Matching

Dear All:
In MDM, Data Manager -> Matching Mode, there are different ways to execute Matching Strategy, but we can't tell the differences between
1, Selected VS Results
2, Selected VS All
because both the two ways return the same result.
Such as total 1000 data, via search parameter we get 100 results, in the result set we select 10 records, the we choose both above two ways, the matching results are both 10 vs 100. But we expect via "selected vs All" should get 10 vs 1000.
Anyone know the difference or met the issue?
Any info will be highly appreciated!
Thanks in advance!
BR,
DH

Hi David,
As per your question on Matching Stratergy:
1. Selected Vs Selected - Selected records will be matched with each other.
2. Selected VS result - Matches the selected records with the records set derived from the search criteria.
3. Selected VS All - Matches the selected records with all records in the repository.
4. Result VS Result - Matches all records that result from the search criteria
5. Results VS All - matches all records that result from the search criteria with the records in the repository.
Selected VS Result  - should give you 10 VS 100
Selected VS All should give you  - 10 VS 1000.
The 2nd one is not working fine may be because, you are selecting records(10) out of the Searched Records( 100). And it is understanding All as 100 as the record set is already been searched and the selection of records is made out of the seacrhed records.
But it should not be like this.
Hope it helps..
Thanks and Regards
Nitin jain

Similar Messages

  • How do i delete an old iCloud account from phone when I forget my password and I'm not able to reset it because my security questions do not match?! Help!! Currently not able to update any apps or icloud info

    How do i delete an old iCloud account from phone when I forget my password and I'm not able to reset it because my security questions do not match?! Help!! Currently not able to update any apps or icloud info...

    If your device is signed into an old ID of yours that is an earlier version of the ID you want to sign in with, do the following:
    If you are using iMessage and FaceTime, make sure you are signed into these services with your current ID.  If they are signed into the old ID, go to Settings>Messages>Send & Receive and Settings>FaceTime, tap the ID, sign out, then sign back in with your current ID.
    Then temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  (You should not have to verify the old email account so it doesn’t matter if you no longer have access to it.)  Now go to Settings>iCloud, turn off Find My iDevice and enter your current password when prompted (even though it prompts you for the password for your old ID).  Then save any photo stream photos that you wish to keep to your camera roll (unless you are using iCloud Photo Library).  When finished go to Settings>iCloud, tap Sign Out (or Delete Account if you are not running iOS 8) and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign back in with your current iCloud ID and password (your data will download back to your device).

  • Data Matching Vendors & Capabilities with Siebel CRM 8.1

    Hi,
    in Siebel CRM one can use Data Matching to find duplicate records. I've got some questions according the usage of data matching in Siebel 8.1 by implementing third party software:
    - According to the page http://www.oracle.com/us/partnerships/solutions/index.html the only validated data quality solution is "Trillium Software System version 13" (validated for Siebel 8.1.1)
    - Besides that Oracle Data Quality Matching Server (Informatica) can be used.
    1. Are there any other data matching solutions, that can be used and easily integrated? What about Firstlogic/SAP BusinessObjects?
    ============================
    Example: one Account is supposed to be stored twice in the base tables because it is a customer ("Record A") as well as a supplier ("Record B"). My approach would be to define "Account Type" as exclusion criterion: If Account Type A =|= Account Type B then no match.
    In a Batch job "Record A" should not be flagged as a duplicate account compared to "Record B".
    2. Is it possible to define exclusion criteria for not indicating a candidate record as duplicate?
    3. If it is possible, how would I configure that?
    Thanks
    Sebastian

    Hi,
    Trillium is the main one we work with but there are others.
    One key point you may not know about is the integration with data quality and address deduplication is no longer script based as of Siebel 8.0. In Siebel 8.0 and 8.1 there is a new data quality API. There are also new licensing costs.
    If you are upgrading from 7.x to 8.0 there may be substantial new licensing costs you don’t yet know about.
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

  • Basic questions on data modeling

    Hi experts,
    I have some basic questions regarding data modeling within MDM. I understand the available table types and the concept of lookup fields. I know that the MDM data modeling concept is different to the relational concept. But having a strong database background my first step was to design a relational data model which I would like to transfer to a MDM repository. Unfortunately I didn't found good information material on this. So here are some questions maybe you can help me:
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    Thank you for your answers.
    Regards, bd

    Yes you are correct. It is almost difficult to map relational database to mdm one. But again MDM is not 'just' a database. It holds much more 'master' information as compared to any relational db.
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    Yes Here you need to use MV look up tables or can also try Qualifier tables if it gets more complex
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    Concept of uniqueness differs here that you also have something called Display Fields (DF). A combination of DF can also be treated as Unique one. For instance while importing records if you select these DF as a combination, you will eliminate any possible of duplicates based on this combination. Auto Id is one of the ways to have a unique id once record is within MDM. While you use UF or DF to eliminate any possible duplicates at import level
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    Hmm... good one. Referencial Integrity. What I assume you are talking is that if you have relationships between tables then removing a record will not be possible as it is a foreign key for some record. Here MDM does not allow that. As Relationships within MDM are physical and not conceptual. For instance material can have components. Now if material does not exist then any relationship to components is not worthwile to maintain. Hence relationshsip is eliminated.  While in relational model relationships are more conceptual. Hence with MDM usage of lookups and main table you do not need to maintain these kind of relationships on your own.
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    No. It is not possible to convert main table. There is only one main table and it cannot be changed.
    I went for the same option but it did not work. What I suggest is to look up your legacy system one by one and see what fields in general can be classified as Master, Reference, Transactional - You will start getting answers immediately.

  • Hello I want to change your secret question and date of birth

    Hello
    I want to change your secret question and date of birth

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Data Matching For Non Alphabetical Letter (Japanese character)

    Hi,
    I want to do some data matching for Japanese Character like Name & Address (Using kanji or kana).
    There's a lot of uniqueness of the japanese character like the letter is the same but the pronounciation can be different or it can be in reverse, the letter is different but the pronounciation is the same.
    I don't know what is the best method that can support unicode letter (japanese) for matching.
    Can anybody help me what is the best method for this case?
    Can I use fuzzy logic things in SSIS?
    Regards,
    Felix

    Hi Felix,
    Fuzzy matching is based on a number of characters, not just one, it is for complete words.
    So it will not match pronunciations, same is with the case when it is reverse, but it may may be matched if you come with an artificial match table.
    So to make it out with SSIS you need to use a Lookup Transformation against this match table that defines what characters constitute a match.
    Arthur My Blog

  • A very basic question regarding data block

    Hi All,
    I've a very basic question concerning data blocks in oracle forms 10g.
    I want to make a view only screen (only query allowed, no update, insert or delete).
    I'll have 6-7 fields on the screen but all the fields are not from a single table.
    For e.g, let say we've field names to display on the screen are f1, f2, f3, f4..
    Out of this f1 and f2 will come from table A and f3, f4 will come from table B.
    Now, my question : Is it possible to create a data block using the data block wizard for such situation if we select create data block from table options?
    If no, can you please tell me an approach to do this.
    Regards,
    Navnit

    Hello ,
    First write your query & select datablock property.
    just change the below properties
    Query Data Source Type=From Clause Query
    Query Data Source Name = (Paste query here)
    now you should add the block ITEMs and give their names according to query columns names. shows the column on canvas and run..
    Best Regard
    skyniazi
    Edited by: SKYNIAZI on Mar 29, 2009 1:32 PM

  • HT204053 My security question don't match ones that I used so it won't allow me in but I have access to everything because I have my password.

    My security question don't match ones that I used so it won't allow me in but I have access to everything because I have my password.

    If you can't correctly guess that address, you need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97436)

  • Hello, I got a new computer with the old harddisk. Can't play my itunes music because not authorised. Apple ID is very old e-mail adress that doesn't exist anymore. When chose for secret question brth date seems wrong. Can't reach anyone!!!

    Hello, I got a new computer with the old harddisk. Can't play my itunes music because not authorised. Apple ID is very old e-mail adress that doesn't exist anymore and I forgot the password (5 years old??). When chose for secret question birth date seems wrong. Tried everything. I need to make a new apple-id but cannot connect the music that I bought under my old name to my new name. Can't reach anyone!!! Automatic FAQ system is of no help. What to do?

    That doesn't help me. For itunes it brings me to the express lane which doesn't help because my case is not in it. It's all standard procedure things. I understand those but my situation is different. The combination of a passport forgotten and an non-existing email adress (and birth dates that are not correct or not accepted). What I need is my password emailed to another email adress than the original one because that no longer exists.

  • HT5312 Your security questions do not match what I put in when I opened the account, why can't I get security questions that have my answers?

    Your security questions do not match what I put in when I opened the account, why can't I get security questions that have my answers?

    From a Kappy  post
    The Three Best Alternatives for Security Questions and Rescue Mail
       1. Use Apple's Express Lane.
    Go to https://expresslane.apple.com ; click 'See all products and services' at the
    bottom of the page. In the next page click 'More Products and Services, then
    'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
    ID security questions' and click 'Continue'. Please be patient waiting for the return
    phone call. It will come in time depending on how heavily the servers are being hit.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Can any one tell data match ticket with example  SD& MM

    hi
    this is jagadeesh
    can any one tell data match ticket with example in SD& MM

    Dear,
    Please refer below mention link.
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    Regards,
    Mahesh Wagh

  • HT1918 My known answers to my security questions don't match.

    My known answers to my security questions don't match. How can I change them?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • General question about iTunes Match and multiple libraries

    Hello to everyone,
    I have a general question about the iTunes Match service, which is available since yesterday in my country (Italy). Currently my library situation is the following:
    Computer A (desktop, Windows 7): "big" iTunes library (about 20 GB), at the moment not associated with my Apple ID
    Computer B (MacBook Air 2011): "small" iTunes library (about 5 GB), associated with my Apple ID
    At the moment, both my iOS devices (iPhone 4 and iPad 2) are synchronized with the smaller library on the MacBook Air.
    Question is as follows: should I subscribe to iTunes Match, would it be possible to upload the "big" library (provided I associate it with my Apple ID) to iCloud while keeping my devices synchronized with the "small" one?
    Ideally, at the end of the day, the situation should be the following: both iOS devices with music from the small library + possibility of downloading songs from iCloud (coming from the big one). Is this possible?
    Maybe the question sounds stupid, but I want to be sure about this before paying for the service.
    Thanks a lot.

    Yes, you could also associate your larger library with iTunes match if you associated your Apple ID with it. However any purchases in the library made from another Apple ID will not be matched with iTunes much.
    If both libraries are part of iTunes match, then all your devices will see all of the content from both libraries, which content you choose to have on those devices and which you have accessible via iTunes match is entirely up to you.

  • Stupid question re iTunes match and family sharing

    So, here is my dilemma...we have a large family and a ton of os devices--iphones, iPads, apple tv's, iMacs, MacBooks, etc.  Up until now, we have set everyone up on the same apple id, which has been crazy--my and my wife's phone ringing with the kids' FaceTime calls, me not being able to sign into iTunes match because there were too many devices associated with our account, and so on.  Now, wit the upgrade to iOS 8, my wife's phone is ringing when I receive calls and vice versa.  So, I was looking into the family sharing, but am not sure how that affects iTunes match.  I want to keep my iTunes match, because I have a huge music library and enjoy being able to listen to my music anywhere.  I guess my questions is, what is the best way to set up my accounts now?  Keep my apple id for my iOS devices, and set everyone else up as a "family member" under sharing with them having their own apple id's?  If so, what does that do to my iTunes match library?  can I keep iTunes match and still have family sharing on?  I don't care if I can share my music library with everyone in my family, but what I do care about is that I don't want to lose my access to iTunes match and my entire library, some of which consists of songs downloaded 7 years ago.  I know it's a stupid question, but as much as I've read and searched, I still haven't found the answer to my question.  Any help or advice would be greatly appreciated.  Thanks.

    Sounds very bad... you can try this, create a account for each member of the family, delete all products (leave all your devices as new) and put the accounts in the devices again, for example, this iPad is from the kid, put the Apple ID of the kid in her iPad, after, this iPhone is from your wife, put the Apple ID from your wife in her iPhone. But remember, the purchases save in the Apple IDs when the family use before, for change the purchases contact with Apple.

  • Question about Dates in Project View

    I usually have no problems when it comes to date metadata, changing dates if need be, batch changes, etc... But this is something that is confusing me and I haven't been able to solve it.
    My wife found one of her old PAS digital cameras, and it had images on the card. I decided to import them for her into Aperture, but it was immediately apparent to me that the date and times were off. The time zone was fine, so I imported the images using a card reader, adding the appropriate metadata of my choosing. After importing the images, I proceeded to change the date and time to the correct dates and times. This worked fine as well, only in Project view, the project doesn't fall into the right place. I have my projects organized into folders, and have them set to Date - Oldest First. The photos from this import show as today's date when I scroll over the image preview box and the project is organized as the last project, which is consistent with that date. The metadata shows that the file date is the date that I set it to be (which in this case would make it the oldest project in the folder). Nothing I do changes anything.
    I then decided that maybe it had something to do with importing the images via a card reader instead of off of the Camera directly, so I decided to import straight from the camera. This time, the project is organized as the oldest project, but when I scroll over the Project preview box, the date that shows up is the original incorrect date, not the new date that I changed the photos to. The new date would still make the images the oldest project.
    I really just want the dates to match up, and I can't imagine why the Projects preview is showing me one date when the metadata (and my own knowledge of the situation) is telling me that it should be showing a different date. When I made the adjustments to the date and time, I also applied the changes to the Master file.
    Does anyone know what is going on here, why Aperture has a problem with something like this and if there is anyway to fix the problem?
    Much obliged,
    Mac

    Update:
    I just solved the issue, but I don't know why it should work like this, nor why this should happen.
    Basically, the first time that I imported the images, I imported them separately as groups of photos so that I could import them each into individual new projects. I noticed that the first project I created had the right information both in the metadata and in the project pane. This being the case, I decided to import everything again, only this time I imported everything at the same time into one project and called the project, "Test" (this is arbitrary and has nothing to do with the solution).
    Next I batch changed the date and time of all of the images in this "Test" project. Once that was done, I separated the images out into their own projects. This time everything showed up and was organized correctly.
    Again, I don't know why it had to be done this way, but apparently once I imported the first time, that was the only time that the metadata was accurately recorded. The subsequent imports off of the same card were not recorded properly. Again, I have no idea why, nor what to do about that, but my data is correct now and this seems to have solved the issue.
    If anyone has anything to say about the topic, please chime in.
    Thanks,
    Mac

Maybe you are looking for

  • Suddenly, my iPad can't find my printer

    My iPad 2 is suddenly unable to find my HP Envy, which it has used since I got it. I have had to reboot, so to speak, due to a screen/wi-fi issue. So I may need to Reintroduce them, but how. iPad found said printer all on it's own before. HELP!

  • How to change the location PC suite store files ??...

    I have a N95, and recently install PC suite on my PC, but I can not have all my pictures and videos store in my C: drive because it's my system drive and I would like to have all PC suite's data stored into my D drive, which is my data drive. How can

  • Aperture + GPS

    Hi all, I am using two different camera to shoot RAW files (Nikon D60 and Cannon G9). Neither has an officially supported GPS unit. Even if they did, I do not really want to buy two different GPS units anyways. Does anyone know of a "universal GPS" u

  • Flash Plug-in crashes Firefox/Safari, Mac OS 10.7

    I have had trouble with the Flash Player plug-in crashing after I upgraded to Mac OS 10.7 a few months ago.  I have the latest version of flash player (version 10.3.183.10).  I uninstalled and re-installed Flash Player.  I also brought the computer i

  • ORA-39122: Unprivileged users may not perform REMAP_SCHEMA remappings

    hi experts i m facing ORA-39122: Unprivileged users may not perform REMAP_SCHEMA remappings error while importing schema level backup the have below proviliges CREATE USER T24EXP IDENTIFIED BY VALUES 'A8BE03AC28E87FE6' DEFAULT TABLESPACE USERS TEMPOR