Question on "between" mapping use

Hi,
I use FDM to load data into Hyperion Planning (all in 11.1.2)
I would like to define a mapping rule which says :
All my agency with a code between 100 and 600 have to be loaded on entites with the sames codes into Hyperion.
Is it possible with a between map?
I've tried :
100,600 => *
and
100,600 => 100,600
but it doesn't work :-(
Or have I to use like maps with something like that :
1?? => 1??
2?? => 2??
3?? => 3??
4?? => 4??
5?? => 5??
600 => 600
Thanks in advance for your help!
Fanny

I've never done flow through mapping on a Between map, but I would have thought the wildcard would work. Since that isn't working for you, try setting the Target Entity in your original Between map to "#SCRIPT" and set the Script field to "Result = varValues(15)"

Similar Messages

  • Creating a mapping using the API

    Hi Brian, I am curious about this use case - what's the reason you are looking to do it using the API? You can create several objects using the API and the most typical use case we have observed is where mapping developers create a pattern or what we call as a "template" - which is a mapping with various properties parameterized. For example you can create a mapping with the filter parameterized, or define a very generic mapping with source, target and the field map between those all parameterized. Once you do that, you can create a "task" for this mapping (known as Mapping Configuration Task) - that can be done using our UI or using our REST API. If you choose the latter, you can pass on parameter values as part of the API request. Suggest you to take a look at our new Developer Portal, and specifically at the sections Templates and REST API there. Feel free to post any further questions here. If you sign up to the developer program there, you will get much more direct help.https://community.informatica.com/community/technology_partner_network Amol

    I was wondering about creating a mapping using the API. It clearly states in the Dev guide that this is possible, but when I perform a get mapping request, I don't see all the information given for a certain object.  For example, I don't see an expression in the mapping object (although one exists when I view the object in Cloud).   Has anyone else done this? Is it easy to create objects via the API?  Thanks!

  • What is the diffrence between  map and map.entry in core java

    what is the diffrence between map and map.entry in core java . where it will be use ful. any one give one example plz.

    A Map contains Map.Entry's
    e.g.
            Map map = new LinkedHashMap(8);
            map.put(new Integer(1), "one");
            map.put(new Integer(2), "two");
            final Iterator iterator = map.entrySet().iterator();
            while (iterator.hasNext()) {
                Map.Entry entry = (Map.Entry) iterator.next();
                System.out.println("key=" + entry.getKey() + ", value=" + entry.getValue());
            }

  • Thanks all for the great advice.  Another question.  If I use Entourage on my desktop Mac to access an email address I use on there, is it possible to be able to access my email on that same email address on my iPad either with or without Entourage?

    Thanks all for the great advice.  Another question.  If I use Entourage on my Mac desktop to access my mail using an email address I have on there, is it possible to access my emails on that same email address on my iPad, either with or without using Entourage.  Is there an Entourage app, or something I could use?  Thanks...

    Simply add the email account to Mail, no need for Entourage.
    One word of warning, though, iPads tend to become community property (meaning anyone who uses your iPad can access your email). That is why I have zero email accounts on my iPad.
    I use Entourage on my desktop as well, so going back and forth between Entourage and Mail (whether on your iPad or iPhone) is no problem.

  • Step-by-step custom Credential Mapping using weblogic 10.3 SSPI

    Folks,
    I am trying to implement custom Credential Mapping using weblogic 10.3 SSPI. Am sure that few of you have already implemented the same. But here my questions in reagrds with the implementation
    Right now, I have below
    1.MyCredentialMapperImpl implements CredentialMapperV2
    1.Overridden getCredential and gerCredentials method.But I am not sure what are all the other methods , I should implement here.
    2.MyCredentialMapperProviderImpl implements CredentialProviderV2
    Questions.
    1.How to get ContextHandler to pass as param in MyCredentialMapperImpl -->gerCredentials method.
    2.Should I need set up a database after deploying the MBean ?
    3.How do I execute above implementation ?
    4.Can I see the SAML Token in my client ?
    If possible Please send me the step-by-step custom Credential Mapping implementation.
    Thanks in advance.
    Ravi

    Hi John,
    I would like magic of course. However, in this case I want something special: my authentication provider uses special means and contents of headers, cookies and service from external identity management systems to determine the user's identity.
    I do not want the application to present the login dialog! I want to derive the identity and the fact that the user is logged in from whatever the authentication provider returns in terms of Subject.
    Ideally, the flow is something like:
    - user accesses an unprotected resource - resource is shown, no interaction with authentication provider
    - user presses a link or button that takes him/her to a protected resource
    - the authentication provider is contacted to work with the identity asserter to establish the identity of the current user and create a subject object for this user
    - the application can access the subject and principals
    - ADF Security recognizes the identity and the roles (based on the principals) and coordinates access based on this.
    the authentication method is client certificate. presumably this prompts WebLogic/OPS to use an identity asserter to work with custom headers and cookies ("... when you configure a web application to use CLIENT-CERT authentication. In this case, WebLogic can perform identity assertion based on values from request headers and cookies. If the header name or cookie name matches the active token type for the provider, the value is passed to the provider."). No login form should be presented to the user, as all information required to perform the authentication is already available.
    I am trying to understand what I must do to have the ADF application adopt the subject set by the authentication provider - if anything?!
    If you more ideas to share - I would love to hear them.
    best regards,
    Lucas

  • Question about openning files using SDK 10.

    I have written a Plug-In for SDK 9 that works wonderfully. One of the functions is for the user to be able to page (Next/Previous) between PDF files on our server. This functionality now longer works without crashing Acrobat 10. All I am doing is creating the URL path to the next/previous PDF, creating a CustomFileSys with the path and calling AVDocOpenFromFile.
    Does this no longer work with Acrobat 10 SDK?
    Thanks!

    Should work fine, AFAIK.
    For this level of issue, I would open a formal support request with developer support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 10 Oct 2011 08:51:08 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Question about openning files using SDK 10.
    Question about openning files using SDK 10.
    created by Greggars<http://forums.adobe.com/people/Greggars> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3963065#3963065

  • Displaying maps using oc4j and mapviewer

    This may not be the correct forum for this question, but since it involves displaying a map using mapviewer with oc4j, I thought this might be the place to post this question.
    My problem is this:
    I would like to display a 'busy, please wait' or change the cursor to an hourglass until my map is completely rendered. I'm using a java server page developed through jdeveloper and using internet explorer. I've tried the cursor_wait() routine, but found that as far as the jsp is concerned it is finished, and even though my map has not been completely displayed, (I have fois) a user looking at the screen thinks it is finished. Even the internet explorer flag, which waves while ie is processing stops, but my fois haven't been displayed on the screen yet. My users complain that the application is not working, whereas, in reality, it just hasn't finished yet.
    If anyone has any suggestions on how to work around this problem I would greatly appreciate your input. Thanks in advance.

    Hi
    can you please provide me the way you resolved this problem as i have the same
    regards, michael

  • Questions about shared maps

    Hi,
    I have some questions about shared maps. Our Olite Applications has 96 tables. On these 96 tables, 54 tables are tables with DISABLED DML = UID. So, change on the client database are not uploaded to the server. Some of those tables have no where clause and some have a where clause which is the same where clause for all.
    Is it true to say I could put all those tables as shared maps?
    Are they automatically shared because DISABLED DML = UID?
    What would be the advantages of putting those publications items as shared maps?
    Thanks for your help.

    Thanks for your help.
    I looked into CMP$ tables and CLID$$CS is not 0 but egal to my usersnames. I use a java program to create my items and publications.
    I also found in the table C$ALL_TEMPLATE_ITEMS a COLUMN named SHARED and they are all with the value N. So I think they are not shared.
    I think I found where in the API I should make the table shared. It is in the addPublicationItem procedure of the Class ConsolidatorManager. I will try it.
    If we want all users to have all the table data, must we use the groups you talked about?
    If yes, how do i define those groups?
    Thanks

  • Remediate to content slide; return to question; then continue on - using Captivate 8

    Using Captivate 8, I’m trying to remediate from a Knowledge Check question slide back to a content slide, then back to the KC question to try again, and then continue on from there.  On my first instance, this works fine.  However, the problems began on the second instance and continue on each instance thereafter. The settings on the KC question slides are all the same with the exception of which slide each jumps to for remediation.  I don't understand why it works the first time, but doesn’t work after that. On the second instance the question jumps back to the content slide, but then skips any subsequent slides.   Anyone had a similar experience?  Know of a workaround or what I might be doing wrong?
    FYI, I'm using he E-Learning Uncovered Adobe Captivate 8 book by Elkins, Pinder, and Slade as a reference, and it clearly describes how to do this on page 183, "Remediation back to Content Slides - If students get a question wrong, you can branch back to one or several slides where the content was taught and then return them back to the quiz to retry the question.  To add remediation branching:  1) in the last attempt field on the question, set a Jump to Slide action to the first slide with the content.  2) On the last slide with the content, add a return to Quiz action on the slide's next button.  On the content slide, the Next button with the Return to Quiz action executes a Continue action under normal circumstances, but returns students to the quiz if that's where they came from."
    Please see content map below:
    Content
    Mapping:
    Slide 1 – Content
    Slide 2 – Content
    Slide 3 – Content
    Slide 4 – Content
    Slide 5 – Content
    Slide 6 – Content
    Slide 7 – Content
    Slide 8 – Content
    Slide 9 – Knowledge Check Question -Remediates back to slide 5 if user misses two attempts to answer; slide 5 returns user to Slide 9 for one last try at question, then advances to Slide 10 (works perfectly)
    Slide 11 – Content (here’s the first problem; on click, slide 11 jumps to the Knowledge Check Question on Slide 13, skipping slide 12)
    Slide 12 – Content
    Slide 13 – Knowledge Check Question that remediates back to slide 11 if user misses on 2 attempts to answer; slide 11 should return user here for one last try at question, then advance to Slide 14
    Slide14 – Content
    Slide 15 – Content (here’s the second problem; on click, slide 15 jumps to the Knowledge Check Question on Slide 19, skipping slides 16, 17, and 18)
    Slide 16 – Content
    Slide 17 – Content
    Slide 18 – Content

    I've tried contacting Adobe, too, but with no clear resolution yet.  One suggestion they gave me was to put the slide you are remediating back to right before the question slide.  However, if you can only remediate back to the slide immediately before the question slide, that limits this functionality severely.  My solution has been to remediate to a duplicate, but separate content slide using buttons rather than quiz logic.  Cumbersome, but it works.
          From: camelothome <[email protected]>
    To: Anne Kimmitt <[email protected]>
    Sent: Friday, May 15, 2015 1:41 PM
    Subject:  Remediate to content slide; return to question; then continue on - using Captivate 8
    Remediate to content slide; return to question; then continue on - using Captivate 8
    created by camelothome in Quizzing/LMS - View the full discussionI have the same problem with my project.  If the player detects that a quiz has begun, it sees it as in quiz scope.  Thus, when it encounters the next slide after the quiz slides that has "Return to Quiz" as the Exit Action, it instead goes to the next set of quiz questions and skips a bunch of content slides. I don't know where I read it, but I thought that if the slide was being visited for the first time, and did not come from a quiz, the "Return to Quiz" would have no effect and it would continue to the next content slide.  Perhaps I am wrong, but I thought that was the correct behavior. I've attempted to get help from Adobe, but the operator was not very helpful.  He wanted me to upload my file using wetransfer.com but gave me an invalid e-mail address.  Since that was the second attempt to get help, I gave up on Adobe Support.  Although I get the suggest above, it's a pain, especially since I don't have buttons on the content slides.  I have the player just playing with the playbar available for pauses.  So, now I have to create some sort of workaround using variables, but I don't think this is how it's supposed to work.  In fact, I'm not sure what I did yesterday that caused it to work correctly for a while, but I'm pretty sure I didn't change anything related to this.  Of course, then it stopped working. I find Adobe Captivate to be pretty buggy and it's put me way behind in delivering a product to my client.  I'm very frustrated. If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7548938#7548938 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7548938#7548938 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Quizzing/LMS by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Need help on how to create the simple mapping using ORACLE DATA INTEGRATOR

    Hi guys,
    am new to learn odi.. please share me or steps how to develop the simple mapping using ODI...

    Hi,
    I am a newbie to Oracle Data Integrator as well. You should have a look here first; http://www.business-intelligence-quotient.com/?p=379
    Try to play around with ODI and then come back if you have specific questions. You should better move to this ODI-forum; Data Integrator
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • Lingo question - difference between "generified" and "parameterised"?

    Hi,
    I have a question on the Lingo used in generics:
    What is the difference between saying something is generified and saying something is parameterised?
    Thanks

    Funny, on Google the most relevant search result I get leads back here.
    I'm not sure if anybody has a precise definition for these, but if I had to differentiate between the two I'd say:
    Generification - Taking a class or method that doesn't use generics and retrofitting it to use generics. E.g.
    From something like this:
    public class SomeClass{
        public Object getValue();
    }to this:
    public class SomeClass<T> {
        public T getValue();
    Parameterization/typing - Using a typed form of a class or method instead of the raw form. E.g.
    From something like this:
    private List myList; //of Stringsto this:
    private List<String> myList;But I've seen each used to describe the other. It's really context that is the distinguishing factor. A generified or parameterized or typed class or method is one that is implemented with type parameters, whereas a generified or parameterized or typed reference or field or method call is one that supplies type parameters.
    Edited by: endasil on 14-Sep-2010 12:40 PM

  • How to reconcile procedure or function in a mapping using OMB Plus?

    HI,
    Could any one please explain, how to reconcile a procedure or function used in a mapping?
    Thank you,
    Regards,
    Gowtham Sen.

    Hi,
    You can only reconcile Inbound (from Procedure to the mapping) :
    OMBRECONCILE PROCEDURE \
    '/[Project_name]/[Module_name]/[Procedure_name]
    TO MAPPING '[Mapping_name]' \
    OPERATOR '[for example name of a Post-Mapping Process in the mapping]' \
    USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_ID')
    Hope that will help.
    Best Regards
    Samy

  • Simple question:  I want to use iCloud as a back up disk for my documents folder.  How can I do this?  If I cannot do this, why am I paying for access to "the cloud?"

    Simple question:  I want to use iCloud as a back up disk for my documents folder.  How can I do this?  If I cannot do this, why am I paying for access to "the cloud?"

    iCloud does not provide general file storage or backup, so you cannot back up your Documents folder using it. You will need to find a third-party alternative - this page examines some options (some are free):
    http://rfwilmut.net/missing3
    iCloud at basic level, with 5GB is storage, is free: you only pay anything if you want to increase the storage space.

  • Few questions about file sharing using airport

    I'm thinking about getting an AirPort Extreme, but I have a few questions:
    1- I (must) use Ubuntu Linux at work and I would like to be able to acess my home files hosted at AirPort remotly. Is this possible?
    2- Can I access my files on my iPhone using 3G connection (eg: download or stream mp3 files, photos, ...)?
    Thanks in advance!
    Marcio

    Yes.
    Yes. Use FileBrowser for iPad.

  • Reg - XSLT Mapping using stylesheet exception during test

    Hi experts,
    I am new to SAP PI. Currently i am working on PI's XSLT Mapping using Stylusstudio.
    I got error *Transformer Configuration Exception occurred when loading XSLT <name>.xsl; details: Could not compile stylesheet*.
    I tried test by selecting SAP XML TOOLKIT too, then i am facing
    *com.sap.engine.lib.xml.parser.NestedSAXParseException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Prefix 'a' is not mapped to a namespace (:main:, row:4, col:15)(:main:, row=4, col=15) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: Prefix 'a' is not mapped to a namespace (:main:, row:4, col:15)*.
    Kindly help me to overcome this issue.

    Hi,
    Simply your XSLT file is not a well-formed XML. Check your syntax. You could also use the XML Tools plugin to Notepad++ to help you determine where the syntax error is precisely.
    Moreover, this error "Prefix 'a' is not mapped to a namespace" might mean that you are using a tag: <a:something>, but "a" is not properly declared as a namespace, for instance like: xmlns:a="something.sap.com".
    Hope this helps,
    Greg

Maybe you are looking for

  • How To Write A Matrix Query in Oracle 10g

    Hi All, I need to write a query displaying total of each Month and each quarter total. Here is example: CREATE TABLE T_CUST_REG( CUST_ID NUMBER, CUST_NAME VARCHAR2(255), REGDATE  DATE); INSERT INTO T_CUST_REG VALUES (1, 'A','01-JAN-2012'); INSERT INT

  • How to get back my Canvas and Timeline?

    I closed the canvas and timeline and then saved the project. Now i don't know how to get them back.

  • Auto confing throws error

    Hello When I ran auto config on database tier i am getting this issue what could be the reason I had install oracle apps R12 on windowsXp [AutoConfig Error Report] The following report lists errors AutoConfig encountered during each phase of its exec

  • Dynamic process simulation

    Hi Forum members, As a newbie to LabVIEW I'm in some need of basic guidance on best way to proceed in developing my process simulation in LabVIEW,  The following is basically what I want to implement: 1. A vessel is initially set at a certain level (

  • Erro using SOAP Adapter

    Hi all, I have one scenario like this: Web Service (SOAP Sender Adapter) > XI > R/3 System CCS (RFC Receiver Adapter). When they are trying to start the process via browser (URL) they are getting a erro: 503 Service Unavailable; Application cannot be