Conditional mapping question


Hi all

We have what I consider a large mapping project where we combine business number and of the two UD in a 'result '.  The number of combinations is going to be very large.  I think we need to use 'Like' and create a script longer than wil repeat for each company.

Other ideas for anyone who may have encountered this problem?

Thank you.

you run Classic FDM or FDMEE?

can you give us more details on the mapping logic?

in FDMEE you have type of multidimensional mapping.

in FDM according to your logic of mapping, you can use different solutions. Take into consideration that you can concatenate values from the source in your import format. This way your mappings may be easier.

If you have a large amount of data to import, I recommend using a SQL script from script of the event instead of the mapping of VB script.

Tags: Business Intelligence

Similar Questions

  • How to set up conditional mapping

    Hello

    I wonder if the VBscript code is the only way to create a conditional mapping...

    We need to create a large number of condition like this:

    If Custom4 = YYY and Soruce account = XXX and then target account = Alfa to other target = Beta account

    Anyone of you experienced a way of more 'user-friendly' to work with such conditions?

    As the mapping change very often, one of the requirements that we are trying to achieve is to leave the possibility to change the mapping to functional users. But they do not know what that VBscript and they would feel more comfortable with simple tables.

    Help, please...

    Is it always the combination of Source Custom4 and account Source that determines the account target? If so, you could merge these two fields in the account of the Source on the ground through your import Format and perform one of the following two methods of mapping.

    For example, your import Format would give something like:

    Source account = XXX_YYY
    (underscore makes it easier to visually separate the account of origin of the C4, but you could eliminate it)

    * 1. Explicit mapping on all the potential account + Custom4 combinations *.

    For example, you have the following explicit maps:

    XXX_YYY--> Alfa
    XXX_YYA--> Beta
    XXX_YYB--> Beta
    XXX_YYC--> Beta
    ... etc.

    This method is extremely effective and would require no script, however, may not require a mapping table explicit very grand. If there are too many to keep them in an explicit mapping table combinations, see the following alternative method.

    * 2. A combination of Explicit and as (and/or between and/or in) cards *.

    This takes advantage of the processing order of the Types of cards, which is explicit, followed between, followed by, as in last. In this case, the explicit plan "replaces" the If part of your original conditional statement, while the plan as "replaces" the Else clause:

    Explicit card: XXX_YYY--> Alfa
    Similar card: account rule definition = XXX *, target account = Beta

    Notes *.

    Implementation or the other of these changes would naturally influence your existing cards in a meaningful way and it may be the case that is neither the optimal method. If these suggestions do not work for you, there are still other ways to accomplish what you're trying to do. Focus on combining or dividing or generally manipulate the fields from the source with Formats of import and import Scripts and examine the various Types of mapping or combinations of mapping Types to reduce the complexity of script and the effort of maintenance of your users. In the end, you will find the combination of manipulation of data that requires the least amount of scripts while reaching a decent or better performance.

  • Conditional mapping with the script using BlOCKPROC to access the HFM API

    Hello

    following problem. During the mapping/validation, I need to map some members custom1 to zero if the upper limb is None and whether, if any. This allowance depends on the account. By reading the documentation I stumbled upon conditional mapping.
    So in the Custom1 plan type for example I defined according to:

    Rule name: C1_Script
    The rule definition: CXXV. *
    TargetCustom1: #Script

    In the script, I try to achieve to get the Custom1 Top Member on behalf! The HFM API offers this function (fGetCustomTopMember) and with varValue (14) I get my TargetAccount. So, everything I need seems to be there.
    Only problem is that I have to use the BlOCKPROC to access the HFM API provided through the adapter, but either way will not work.
    Try 'Set API. IntBlockMgr.IntegrationMgr.PobjIntegrate = BlOCKPROC.ActConnect ("LookUP")"generates an error object required.
    To try
    Dim BLOCKPROC
    Set BLOCKPROC = CreateObject ("upsWBlockProcessorDM.clsBlockProcessor")
    BLOCKPROC. Initialize the API, SCRIPTENG
    throw me a mismatch of type for 'BLOCKPROC. Initialize. "

    I'm a little at my wits end. Any help/hint is appreciated.
    Ahh, yes the writing of different BlOCKPROC and BLOCKPROC is correct!

    Thank you!

    You must do this in the event script Bef/AftProcMap. Valient effort but mapping scripts do not support API calls you need to do. Move in the event and you will be fine. I did it several times.

  • Based on the IOS VPN Lan-to-Lan (NAT and route map Questions)

    Hello world

    I worked on my review of CCNA security and I have a question about this stage

    LAN1 192.168.0.0/24---(routeur HQ)--10.10.10.0/30--(INTERNET)--20.20.20.0/30--(routeur Branch) - LAN2 192.168.1.0/24

    I use 10.10.10.0/30 and 20.20.20.0/30 networks assuming that these are public addresses (is just a laboratory).

    I read that if I want to make the VPN tunnel while I using NAT I must exclude valuable traffic from the NAT process so I look on the database of cisco for more help and I found this (look at the 3660 router configuration):

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a008045a2d2.shtml#T1

    so, I applied this config for my routers, so the config is:

    IP nat inside source map route sheep interface fastEthernet0/1

    access list 110 deny ip 192.168.0.0. 0.0.0.255 192.168.1.0 0.0.0.255

    access list 119 permit ip 192.168.0.0. 0.0.0.255 any

    sheep allowed 10 route map

    corresponds to the IP 110

    I didn't really understand who is using the command route-map here, so I made this configuration:

    IP nat inside list sheep interface FastEthernet0/1

    sheep extended IP access list

    deny ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255

    Licensing ip 192.168.0.0 0.0.0.255 any

    Two of them worked I could translate my LAN addresses to the public to address internet and also could establish the VPN tunnel. So my questions are:

    1. What is the purpose of the road-map command?

    2. What is the difference between these two configuration?

    3. which one I should use and in what cases?

    Thanks in advance

    Jose

    Jose,

    Very good questions and in fact no need to the road map it.

    Personally, I like using course maps because it allows much more flexibility than simply ACL setup, but in order to bypass the NAT source IPs, there is no need of route-maps and you can do this with the ACL directly.

    I personally always use road-maps just because I can (route-maps are cool) haha

    Route-maps are very useful in other scenarios where you need to put more of conditions or factors.

    Remember that it is almost always more than one method to accomplish a task... which is one of those cases.

    It will be useful.

    Federico.

  • FDM 11.1.2.1 mapping issue conditional mapping error

    I setup the newly installed FDM 11.1.2.1 have and start with conditional account mapping where I ' varValues (9) "and it comes up with this error. I took the script of our current versionm FDM 9.3 where he did worked, but in FDM 11.1.2.1 he goes none pass.

    The script is not correct? Or is this different new version somewhere?

    Thank you
    Henri



    Error message

    * Start the journal entry for the Runtime Error FDM [2011-10-05 16:25:41] *.
    -------------------------------------------------------------
    ERROR:
    Code............................................. 13
    Description... Conditional Script error map: incompatibility of Type to the line (1)

    Script:
    If varValues (9) = 0 then result = "5821.11.060" other result = "5821.11.060" End If
    Rule = w98x

    Process... clsImpProcessMgr.fLoadAndProcessFile
    The component... upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 5000

    IDENTIFICATION:
    ... The user < selected >
    ... < Selected > computer name
    Name of the application... < selected >
    Client App....................................... WebClient

    CONNECTION:
    Provider......................................... SQLOLEDB
    ... < Selected > database server
    Name of the database... < selected >
    Trust connect... Fake
    Connect status... Open connection

    GLOBALS:
    ... < Selected > location
    Location ID... 750
    Location Seg... 4
    Category......................................... Actuals - PP
    ID of the category... 13
    Period... - 7 - 2011
    Period ID........................................ 30/09/2011
    POV Local........................................ Fake
    Language......................................... 1033
    User Level....................................... 1
    All Partitions... True
    Is Auditor....................................... Fake

    No problem. If you find useful answers or answered your question, please mark it as such. Thank you.

  • 10.2 OWB mapping question

    Hi friends,

    Im working on the 10.2.0.5 owb. I made a sample mapping as below

    Step 1: Created a source module giving him the location as a data source and import the following from the 11g database table

    per_all_assignments_f

    per_all_people_F

    hr_all_organization_units

    Step 2: Created a target such as a data warehouse module by giving my g 10 db Details of the venue and started to create a dimension.

    Step 3: Created the mapping in the target module by dragging the source tables and a dimension of the source and the target module.

    Step 4: Deployment sequence, table, dimension successfully in the control center. When I tried to deploy the mapping of a pop-up window will appear with the details of the source of my 11g database, once I entered the password and shortly after pressing the ok button, I got a message like

    RTC-pair of type Location 5318:Invalid for the name Oracle database and version 11.1

    Im not sure with the light of the foregoing, which runs all through the mapping. Given that I created and saved to the location of the source of my 11 g database. But then too why owb returns error as source location is not. Therefore, I can see my source location in the Explorer of the connection.

    If this problem occurs because I imported the source table of the database 11g as the owb that im using is 10 g. ??

    Kindly help me with this question friends.

    Brgds,

    Mini

    Hi guys,.

    Error is resolved as recommended in article

    Pair of Type RTC-5318 invalid location when you save an OWB 11.1 location [ID 960825.1]

    Thanks for your point of view.

    Brgds,

    Mini

  • Map question

    Hi all

    I use JDeveloper 11.1.2.3.0

    I use the dvt:map component that connect to the server mapviewer

    I have one question: How to hide planisphere (small window at the bottom right of the main map)?

    Thank you

    http://docs.Oracle.com/CD/E16764_01/apirefs.1111/e12418/tagdoc/dvt_map.html#overview

  • LUN mapping question

    Greetings community, I have a rather weird question I hope one of you can help me with.

    We have a server ESXi (3.5 U4) hosting a Server 2003 Windws running SQL 2005.  This virtual machine using Microsoft iSCSI Initiator to map directly to ONE of our iSCSI for SQL data storage device and record volumes.  We know that this isn't the most effective way to achieve this, where the following question:

    If stop us the virtual machine and and change the LUNS will lose us the data on them to RDM to present directly to the guest?  Windows will recognize the new disks properly?

    Thank you much for the help

    You won't lose any data. just remove it and add it. Windows should simply acknowledge once again with no problems.

    Duncan

    VMware communities user moderator | VCP | VCDX

    -

  • FDM: Mapping question of account dimension. URGENT!

    Hi all,

    I need to upgrade one account on several accounts. When I insert information in the mapping process, I need to map accounts in different accounts to a sum reclassifications of posts, for example:

    --------------------------------------------------------------

    The source account: XXXXXX1
    Source amount: 10000

    Target account 1: YYYYY1
    Amount of the objective 1: 500
    Target account 2: YYYYY2
    Amount of the target 2:9500

    --------------------------------------------------------------

    Does anyone know if it is possible to do it in the menu activities-> maps as a similar card, or should I create a function as the function ImportFormat or BefValidate? It would be nice to do the minimum possible code tipyng as my client will maintain the application.

    Thank you and best regards.

    It is perfectly suited for groups of logic. Look for them in the Administrator's guide and after if you have any questions.

  • Newbie on conditional text question

    Hello:

    I'm happy to have my first opportunity to use conditional text, but I have some questions before you begin to implement. I read the online help and reviewed my old copy of Classroom in a Book , and I feel good. With the help of a test file, I created my conditional tags, applied and experimented with show/hide tags.

    My question is about the final look of the tagged text: it remains in that color or it revert to automatic (black) color. In other words, I have tagged my magenta conditional text. When I show conditional text, it's magenta. What should I do so that when I print to PDF, the tagged text is black instead?

    I'm sure it's something simple, but I can't seem to find the answer myself. As a junior writer, I get so much information just by reading all the questions and answers on this forum.

    I am currently using v8.0p277 on Windows XP.

    Thank you!

    Kimberly

    Kimberly,

    You are right. It's simple. In the dialog where you define what to show and what to hide, there is a box to check something like show condition indicators. When you select this, the indicators (in other words, the colors and less or overlining) show. Turn it off, and they do not. The text displays and prints as if no conditions had been applied.

    Van

  • Google Maps question

    I can't find how to remove previous used maps/directions.

    http://www.Google.com/support/mobile/bin/answer.py?hl=en&answer=39905

  • Google Maps questions

    I built a location-based application, taking refrence webView sample casacade and facing a strange problem

    Google maps loads perfectly to my end in India, but using the BB end seller that Google maps can not load at all.

    Has anyone ever before these issues? any idea help... .i am little affected by this problem

    I think you have to use the API key

  • BlackBerry Smartphones Google Maps, questions and issues

    So, today is the first time I used my gps on my storm, and my first opportunity to use google maps.

    Everything worked fine except a few things that made my trip to find a little difficult doctors Office and the pop up text that tells you which way to turn, Center of the screen about the location and map scroll.

    I used google maps in the past on my Moto Q, and if I remember correctly, I would have to press the #3 key to move to the next round.  I checked the Gmaps menu by pressing the BB button and there is no options in there, so I went to the screen by a click.  Sometimes he could work and advance to the next round, other times it should show a picture of the box or do nothing at all.

    I'm happy that Gmaps finally works with the storm, but I would suggest to google when the tower was filed, which automatically advances the text box for the next round.

    Everyone knows these issues, or has found a workaround?

    When you have a path (= a list of points), the application has no way of understanding, you pass by a point. If I rephrase what you want:
    "whenever you pass a point, you want an update so that the remaining path does not include the above"
    and rephrase so the application can run:
    "whenever you pass a point, you want the calculated again way to take into account your position."
    Since there is no way of knowing when that happens "all weather", necessarily becomes what you ask for:
    "update the path to destination in a frequent manner"

    It is of course possible, but very tedious for the device I guess. It is easier for a GPS device that has infinite energy (= powered by car).

  • Location of FDM mapping question...?

    Hi all

    I'm new to FDM. I have my trying to understand how the different parts of mapping affect. "In the administration of FDM Guide, Parent location is defined as.

    Location of the parents, the affected parent to location. The store uses the mapping table

    of its parent. Multiple sites can share a parent. This feature is useful when several

    locations use a chart of accounts. Changes to a child or a parent mapping table are applied

    for children and parent everywhere. »

    Now I see a few places in my app location Parent defined as "[NONE]". So if all change mapping applied to another place of the mother, is there a way that it can affect locations with the Parent site "[NONE]"?

    Locations taking place Parent defined as "[NONE]" will have their own unique independent mappings. Thus, any mapping changes applied somewhere else of the mother, has no effect on the premises with the location of the Parent "[NONE]".

    In addition, for a place with a valid address of the specified Parent, changes made to the maps of the location of the parent or the child's location will impact maps of the location of the Parent.

    Thank you

    Hem

  • FDMEE (11.1.2.3) multidimensional mapping question

    Hi guys,.

    I need your advice please. I'm currently developing a multidimensional mapping.

    Initial situation: I'm downloading of file that contains the data of several entities. For some accounts in the corresponding IC must be the own entity. Example:

    Capture.PNG

    Anyone have an idea how to set up in the smartest way? Of course I could do an explicit mapping for all combinations, but that would be in lourdes.

    I thought about something like that, but it doesn't work (within the mapping, corresponding member of IC consists of the first three letters of the source entity):

    Capture3.PNG

    Your opinion is highly appreciated!

    Kind regards

    Carmonte

    No problem. Yes, you are right... There is a better way. A single * la carte #SQL that looks like this:

    CASE

    WHEN = "Acc3" OR ACCOUNT = 'Acc4' THEN LEFT (ENTITY, 3)

    ANOTHER PIC

    END

    You may need to add according to your different mapping, but it's a start.

Maybe you are looking for

  • How to clean the hard drive on a Macbook.

    Hi there Apple community support. I am trying to clean my internal hard drive. Lately my Macbook has been telling me that my startup disk is almost full, so I was passing by and clean all my files on the hard drive. Also, when I looked at the "about

  • cursor not click the logout button in yahoo, rediff etc pages?

    cursor not click the logout button in yahoo, rediff etc pages. For example, once I open my yahoo page, the mouse pointer does not change its appearance to the finger type when I try to click the logout or Inbox. This does not happen with chrome or ex

  • Unknown device on Satellite L40-139

    I installed the drivers for xp from intel, it's OK. But an unknown device I NTO a drivers?Why?Please help me

  • need recovery disc for Pavilion 730n

    need recovery pavillion 730n discs - crashed drive

  • Password blackBerry Smartphones

    Downloaded desktop software for PC and it asks password. It is not to recognize the combined password which is what the man in the shop of vaodaphone told me to use. Should what password I use a quick response would be much appreciated as I have to u