Assigning Sign Flip on multiple UDA's

On a data load rule is there any way to assign more than one UDA to perform a sign flip on accounts? I've tired separating the UDA's using a , ; : and a space and none of them seem to work. I can't find anything in the database admin guide about limiting the amount of UDA's that can be sign flipped on a data load. Can anyone give me some guidance on this or a possibility other than a calc script to perform a sign flip. Thanks

Yep, it is one UDA per rule. Weirdly, the editor will accept e.g....
UDA1, UDA2...and validate the rule, but only UDA1 works.
You might be able to flip the sign in the source data itself, but if you have to do it in the rule the only sensible options I can think of are to use SQL (as John said) or create an additional UDA and apply it to all the accounts you want to flip.

Similar Messages

  • Sign Flip  on UDA

    Hi guys.
    Could you guys please tell me if we can change the sign of a data(sign flip) as per UDA.
    For example 4 would become -4 if UDA is A.
    I know there is a option "Sign-Flip" in the rules file defination. But what if I want this for more than one UDA.
    For example if the UDA is A or B, then what should be done..There is only one text field in the rules file.

    Yep, it is one UDA per rule. Weirdly, the editor will accept e.g....
    UDA1, UDA2...and validate the rule, but only UDA1 works.
    You might be able to flip the sign in the source data itself, but if you have to do it in the rule the only sensible options I can think of are to use SQL (as John said) or create an additional UDA and apply it to all the accounts you want to flip.

  • Multiple UDA properties in a Dimension -- Is it possible?

    I want to create two UDAs to define two propeerties in a dimension. Say, I have a customer dimension and I want to define two properties like 1) Customer Categories (Values may be anyone like Normal, Important, Very Important) and 2) Customer Territory (Values may be any territory from a Territory list). Just for your information I have problem of creating attribute dimension, so I want to achieve this functionalities using two seperate UDAs. While trying to associate existing UDA property I have constraint to add only one UDA and while I try to create new property I don't have option to add UDA dimension (i.e. in new proprty it shows only attribute dimension). Is it possible?

    You can have multiple UDAs applied to members.
    I take it you are talking about using them with EPMA, you would just have a UDA dimension and multiple children, once associated the UDA dimension then you should be able to assign multiple UDA members.
    Here is an example - http://2.bp.blogspot.com/-bIt1dk1vOWc/Twmfg_2MpXI/AAAAAAAAEGg/9k2r3vaB8y8/s1600/image025.png
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Data Load rule  Sign flip

    In this version of Essbase 11.1.2.2.100.2176
    the Data Load rule
    Data Load Settings
    DataLoad Values
    Sign flip
    On UDA
    SignFlip
    Dimension Accounts
    Doesn’t work.
    I've properly set up a UDA called SignFlip in the Accounts Dimension.
    I moved a data load rule from a working application in a prior version and it doesn't work in the new version.
    I've also started a new dataload rule from scratch.

    Used corrected Load rule.

  • How to check empty string and null? Assign same value to multiple variables

    Hi,
    1.
    How do I check for empty string and null?
    in_value IN VARCHAR2
    2. Also how do I assign same value to multiple variables?
    var_one NUMBER := 0;
    var_two NUMBER := 0;
    var_one := var_two := 0; --- Gives an error
    Thanks

    MichaelS wrote:
    Not always: Beware of CHAR's:
    Bug 727361: ZERO-LENGTH STRING DOES NOT RETURN NULL WHEN USED WITH CHAR DATA TYPE IN PL/SQL:
    SQL> declare
      2    l_str1   char (10) := '';
      3    l_str2   char (10) := null;
      4  begin
      5  
      6    if l_str1 is null
      7    then
      8      dbms_output.put_line ('oh STR1 is null');
      9    elsif l_str1 is not null
    10    then
    11      dbms_output.put_line ('oh STR1 is NOT null');
    12    end if;
    13  
    14    if l_str2 is null
    15    then
    16      dbms_output.put_line ('oh STR2 is null');
    17    elsif l_str2 is not null
    18    then
    19      dbms_output.put_line ('oh STR2 is NOT null');
    20    end if;
    21  end;
    22  /
    oh STR1 is NOT null
    oh STR2 is null
    PL/SQL procedure successfully completed.
    SQL> alter session set events '10932 trace name context forever, level 16384';
    Session altered.
    SQL> declare
      2    l_str1   char (10) := '';
      3    l_str2   char (10) := null;
      4  begin
      5  
      6    if l_str1 is null
      7    then
      8      dbms_output.put_line ('oh STR1 is null');
      9    elsif l_str1 is not null
    10    then
    11      dbms_output.put_line ('oh STR1 is NOT null');
    12    end if;
    13  
    14    if l_str2 is null
    15    then
    16      dbms_output.put_line ('oh STR2 is null');
    17    elsif l_str2 is not null
    18    then
    19      dbms_output.put_line ('oh STR2 is NOT null');
    20    end if;
    21  end;
    22  /
    oh STR1 is null
    oh STR2 is null
    PL/SQL procedure successfully completed.
    SQL> SY.

  • Can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

    can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

    Hi swagyoloswag,
    Welcome to the Apple Support Communities!
    There are several different services that require signing into an Apple ID to use on your iOS device. You can sign into different Apple IDs for different services on your iPhone. For example, Apple ID #1 for iCloud and Apple ID #2 for iTunes & App Store. You cannot sign into the same service with two different Apple IDs at the same time. The attached article has a list of services that are accessible with your Apple ID. 
    Where can I use my Apple ID? - Apple Support
    Cheers,
    Joe

  • Error while assigning one Postion to multiple employees

    Hi,
    I can assign one Position to multiple employees. as per our requirement if I assign a Position to one employee and hire .. then I will hire another employee and try to assign the same Position which is already 100% assigned, when I try to save IT 0001 the system should through an error messege by saying Position exceeds 100%.
    following configuration has been done to maintain the above scenarioa 
    1.Maintain Relationships--> Relationship Characteristics for B 008 - Error Messege for all
    2. --> Additional data on relationship --> Relationship Persentatge is checked for 008.
    3. Time Constraint Object ID - S to A008 is 3
    4. Time Constraint for Object ID - P to B008 is 3.
    Please suggest if need to do any settings to maintain the above scenario

    ThanQ very much nalla
    Issue is solved..
    Regards
    Priya .M

  • Assign one customer to multiple vehicles in DBM 600

    Dear All,
    I am trying to assign one customer to multiple vehicles in DBM by using VELOB - Execute Actions in Batch.
    I created one varient for customer assignment to vehicles in transcation code VELOV.
    Action - QACU.
    I entered Company code, Plant, Sales Orgnisation,division and customer in varient.
    Run VELOB for action QACU (Assign customer to vehicle) but system gives error "Action Assign Customer (DBM) was not executed for vehicle".
    How can I assign one customer for mulitple vehicle in one attempt?
    Please provide the solution.
    Makarand

    Hi Makarand,
    You'd better develop a simple program and use the function /DBM/VM13_VEHICUST_ASSIGNMENT.  This approach works.
    Tell me if you need the development.
    Good luck.
    Pedro

  • Assigning a song to multiple albums

    I've been collecting a nice library by now and I really like iTunes, but there is one thing not present (or I can't find it).
    The option to assign a song to multiple albums, I have a lot of physical CD's digitalized in iTunes and almost a quarter of these songs are present on multiple CD's, as a result, I've got a lot of double songs in iTunes.
    Is there a way to do this in the present version if iTunes, and if not, consider this a suggestion for a point of improvement.

    Good Morning, NBeat, and welcome to the Apple Discussions.
    Presently iTunes can only make a one-to-one reference of a song file to a library entry.
    Your suggestion would better be made by submitting by submitting the form on this Apple Support page .

  • Is it possible to flip the multiple choice quiz "radio" button from left to right of the answers?

    Hello forum,
    I am using Captivate version 6.1.0.319 on a Windows 7 desktop PC and would like to know if it is possible to flip the multiple choice quiz "radio" button from left to right of the answers. I am working on a project that uses the "Require Right to Left composer" within the Global Preferences: General settings. The captions has been switched from left to right but the quiz answer radio buttons did not. Any help would be appreciated.
    Thanks, in advance. 

    Hello and welcome to the forum,
    I'm not aware of such a possibility. A workaround could be to create your own MCQ slides, using standard objects and widgets like the radiobuttons widget (there is an enhanced version created by Jim Leichliter) and advanced actions. These articles were written for previous versions, but can give you an idea about the work involved:
    http://blog.lilybiri.com/widgets-and-custom-questions-part-1
    http://blog.lilybiri.com/extended-widgets-for-custom-mcq-and-tf-questi
    Lilybiri

  • Loading multiple UDAs to essbase.

    I have been trying to load multiple UDAs to one essbase member during the load. But have not been able to do so.
    Anyone here has tried that? If so would you please share your insight.
    TIA,
    PHR.

    Thanks for your reply John,
    I did figure out a way to do this. In my dimension I copied the UDA column and named it UDA1. Than apply the second UDA to the new column and changed the load rule accordingly to specify the second UDA value being passed in.
    It is working now and applying two different UDAs to the same member.
    Thanks again for your reply, and hopefully this will help someone else in future.
    PHR

  • Building multiple UDAs via a build rule

    Is it possible to tag a member with 2 or more UDAs when building it's dimension via a rules file?
    I have tried using two specifying 2 separate columns ("Tag1", "Tag2") and separating each UDA with commas ("Tag1,Tag2"), but neither work.
    Anyone else ever tried to do this?

    We can make it done. In the options-> dimension build settings
    Select allow property changes and do not select allow uda changes.
    Below is the behaviour of these settings.
    1) select allow property changes and not selecting the allow uda changes : will append the multiple udas for that member in the outline.
    2) select allow property changes and selecting the allow uda changes also : will replace the first uda with the second one for that member in the outline.

  • Sign flip in Excel based on leading account number

    Hello All,
    I am currently creating Profiles in ERP Integrator that will be used for ARM. I am trying to utilize Excel to concatenate the account with the company and so on. My question is, if I have a range of accounts that need a sign flip (1XXXXX) can I do that in my Excel formula so that accounts beginning with 1 are negative?
    Currently I have:
    =CONCATENATE("#MULTIDIM UD2=[",D14,"]", " AND UD3=[",B14,"]",",",D14,"-",B14,",",D14,"-",B14,",")
    With an output of:
    #MULTIDIM UD2=[123456] AND UD3=[123],123456-123,123456-123,
    Thanks!

    Hi Guys,
    Please suggest me the any enhancement to solve my problem.
    is my question is understandable or not?
    is this question follows forms rules ?
    this is general question which i posted but no one is replyed.
    please suggest any thing wrong in questioning in posting sdn forms.
    Thanks in advance.
    kallam

  • Creating Logic for FDM Sign Flip Rule

    I am working through an implantation of FDM (11.1.2.2) for a Hyperion Enterprise environment and we have > 70 different locations to create. Some will share a common parent, but most will not. We were using HAL prior to FDM and HAL would allow us to utilize a Sign Flip Rule for the load to Enterprise, but FDM, as you're aware, works in a considerably different manner.
    For HAL we had a list of high-level accounts that we knew would need to have their sign flipped before loading to Hyperion, and we could use a wildcard to work for this account. For example, when "Accounts" = "CashEquiv*" then "0". Using this method, we were not required to specifically required to identify each individual sub account, rather we could just call out out the first-level account and say that anything that falls below that, should be flipped. Is there any way to do this in FDM? Would it possible to write logic to do this? Individually selecting each tick box for each account is going to take forever.

    There is no out of the box functionality to replicate what you want to do. I suggest you export the account mappings from FDM into excel, manage the sign flip there and re-import to FDM. This will be much faster than doing it via the web interface

  • Signing a document multiple times without saving it?

    Hello all,
    Can someone please tell me how do we sign a document multiple times without having to save the document after each signature?
    For instance, I am a realtor and have to sign the contract about 3-4 times. However, when I sign it, Acrobat 8 prompts me to sign after each signature.
    When I was using Acrobat 7, I could sign as much as I want and then save it. This is much more efficient and practical.
    Can anyone advise me?
    Thanks in advance.
    Geo

    Hi Geo,
    It may be more cumbersome in version 8 (and 9), but it's safer. In version 7 and earlier when you signed, Acrobat did everything in memory. You weren't prompted to save the file to disk until you wanted to close the file. The problem is computer memory is where the bad guys get into to make changes. The majority of computer vulnerabilities occur when the hacker escapes the allotted memory space (aka buffer overflows) and reads and writes to memory address that they shouldn't be in. Think of memory being divided up like a row of houses along a block. The bad guy gets out of his house and into yours, and that's where bad things happen.
    Beginning with version 8, signature operation all take place on disk, not in memory. It's slower, and as you pointed out it's more cumbersome, but it's safer. The file is committed to disk (the hard drive) before the signature is created and the signed bytes cannot be manipulated in the middle of the signing procedure.
    Interestingly (at least to me), when we had this discussion four or five years ago when the change was made, the example used was of mortgage contact being signed where any of the terms could be changed in memory prior to the signature being completed. It was just a bunch of geeky engineers sitting around a table discussing possible vulnerabilities with the current signing operation (i.e. signing in memory). To see the theoretical example in actual use is kind of exciting (granted I don't get out much ).
    Steve

Maybe you are looking for