Flipping Signs VIA UDA

Hi all,
I have metadata classified as Revenue, Expense, Asset , Liability with help of UDA.
Now the source data is Revenue (-ve) , Expense (+ve).
The hierarchy is + for all all members.
However they want to view data which is Revenue (+ve) and Expense(-ve).
What is the easiest way to do this?
If I do dataload and flip signs on UDA , I think I can only flip sign for one of the UDA. Is there a way where by it can flip sign for all the UDAs.
If not should i write a business rule ?
Any ideas or suggestions are welcome

Hi Glenn and Sean,
Thanx for your help.
I have created this application using planning application. I am loading monthly historical data for last 5 years.
Splitting the file to revenue and expense is not practically possible for me :(.
Secondly I have meticulously classified around 1200 accounts as revenue and expense as they would be used for conditional formatting on reports and in business rules. Hence if I give them same udas, it would beat that purpose.
I am trying to run a business rule which flips sign on UDAs.
I would see if it works.
I am bit disappointed that flip sign on UDA while load under dataloadsettings works only for one UDA at a time. :(
If you have any other ideas it would be great.
Cheers

Similar Messages

  • I am unable to get my iPhone 4s to connect with my JBL Flip speaker via bluetooth anymore. I have been using it for 2 months and now it just wont find device. Any ideas?

    I am unable to get my iPhone 4s to connect with my JBL Flip speaker via bluetooth anymore. I have been using it for 2 months and now it just wont find device. Any ideas?

    Where exactly did you buy this phone?
    Have you tried contacting your phone carrier to activate the phone?
    Do you have a sim card?

  • Select Members in Data Forms via UDA or Substitutionvariable

    Hello,
    I want to select members in row or colum dimension of a Planning data form via an UDA. But it is only possible to select members via hierarchy (member, sibling, parent,...).
    Is there a possibility to select members via UDA?
    What I tried is:
    1.) in the definition of the dimension members for the dimension "Period" in the data form I filled in: "@UDA(Period,FC01)".
    I get the error "The member @UDA(Period does not exist or you do not have access to it."
    2.) Instead of the UDA I tried to use a Substitutionvariable "&PER_LIST"
    This works if the Substitutionvariable contains only one member. It doesn't work if it contains more than one member (comma-separated list).
    I get the error: "A substitution variable required for this calculation is undefined. Variable: PER_LIST" (even though the variable exists and I selected it in the member selection dialog)
    Can anyone help? I'm using Hyp. System 9.3.1.
    Thanks in advance,
    Nicole

    I would love to see the ability to select EDA's from Planning Forms, it would definately make life a little easier.
    As CL says, attributes are great at filtering forms and BR's, their only drawback is that you can only use them on sparse dimensional members.
    To get round this problem i've relied on security to filter out the accounts i do not need to see in the forms for the specific users, and kept the form selection on @IDESCENDANTS(Account_Parent).
    If you wish to filter on the Period dimension and this is a dense dimension, can you not get round the problem with rollups and, for example, @DESCENDANTS(Q1) to only return 3 months in the form, it really depends on your outline structure.

  • 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.

  • Flip sign in mapping script

    Hi All,
    is there a possibility to swith the sign in a mapping script.
    So my target for the like mapping = #Script and my script says
    If VarValues(9) < 0 then
    Result = "143100"
    Else
    Result = "222200"
    End if
    Is there a possibility to make the value multiplied by -1 for the first option?
    My other solution is to use 2 separate mappings but i would prefer to use only 1.
    Thanks in advance,
    Marc

    Also you will have to create a logic account to duplicate the source value for the data line in question or you will never hit the second mapping

  • Properly displaying currency amounts (negative sign) via WRITE statement

    Dear forumers,
    Using the WRITE statement, how may I properly display a currency amount that has a negative value?
    In my program, the variable, V_AMOUNT to be displayed is originally of the type "WERTV12".
    Using the WRITE statement for this, nothing gets displayed in the screen (blank only).
    So, I assigned V_AMOUNT to another variable of the type "P DECIMALS 2", V_AMT.
    Using the WRITE statement for this, the amount is displayed in the screen.
    But, if the amount has a negative value, the negative sign is not displayed there.
    I.e. If V_AMT has the value '500.00-', only '500.00' is displayed in the screen.
    Finally, I changed the type of V_AMT as type string.
    This works - any amounts with negative sign is displayed in the screen properly.
    But, with this approach, I'm unable to "customize" the display of amounts according to currency, like this:-
    DATA int TYPE i VALUE 12345678.
    WRITE int CURRENCY 'EUR'.
    The output of the WRITE statement is "123456,78".
    Is there a better way to achieve this?

    SAP display amounts/quantities as positive numbers with another field that denotes whether positive or negative.  You could change the value to a character field and put the negative where you need it (or put an additional field next to the amount with the sign)... but using a character field probably would negate the currency display, too....

  • Calculation in rule file

    Hi
    On the rule file in data column is possible apply a calculate???
    (datacolum / 1000000)  * -1
    Regards!

    Hello Sringelmo,
    Technically that kind of "calculation" you can do.
    Scaling and flip sign on UDA.
    BUT all data in the data load will be scaled. So do not load FTE or other numbers with it.
    The UDA should be there before loading.
    I would see if there are options in the source or do a calculation in Essbase afterwards (input_version -> working_version)
    Regards,
    Philip Hulsebosch

  • 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.

  • How to Flip the Sign using Calculation script for historical data

    I am currently using Essbase 9.3.1. Its required to flip sign for a specific set of accounts for that i am currently using UDA's to flip the sign.
    But now i need to flip the sign for the historical data too. Is there any possible way to flip the sign using calculation scripts for historical data. Kindly let me know your suggestions.
    Many thanks in Advance...
    Edited by: [email protected] on Jul 30, 2009 9:37 PM
    Edited by: [email protected] on Jul 30, 2009 10:58 PM
    Edited by: [email protected] on Jul 30, 2009 11:01 PM

    Of course there is. This is the kind of calc script that only gets run once, so make usre you test it well before doing it on production and make a backup of production before doing it.
    It would be something like
    Fix(time frame, accounts to be flipped, level zero other dimensions)
    actual = actual * -1;
    EndFix
    Cal dim dimensions
    Note, I chose actual, but you could do it for any dimension that has a single or only a couple of members. What ever dimension you choose to do the calculation on, it can't be included in the fix statement

  • Mapping: CR (\n) tag in XML node gives # sign in R/3

    Hi all,
    My flow is JDBC to R/3 via a BAPI call. I have a problem transporting carriage returns (hard enters) from my DB table to R/3. IN XI the CR comes in as '\n' sign, afterwards it's mapped to the BAPI but when the BAPI is executed in R/3 the CR becomes a '#' sign in my textfield.
    I already tried more then 30 possibilities in a UDF function:
    Replace \n by:  \r\n , \r , System.setProperty("line.separator", "\r\n") , #xD , #xA , \xD , \xA , &#13;  , &#10;  0D0A , %0D0A% , ...
    I also tried with 2,3 or even 4 backward slashes...nothing gives me a real CR (or linefeed in UNIX?) in my textfield in the backend system.
    Anyone experience with transporting CR/LF signs via PI to your backend system?
    Kind regards,
    Wouter.

    Thx for your response Stefan, I already mentioned to solve this issue...
    Regards,
    Wouter.

  • I cant sign a document in Adobe Reader

    I'm in the 'place signature' screen but the field is greyed out so I can't sign the document!  What's going wrong?  Is it a security issue?

    Hello,
    Have you installed digital id on your machine? Also the document your are signing via Adobe Reader is read extended?
    Regards,
    Deepak

  • Direct link to specific page in page flip swf?

    This may have an easy answer, but is there a way to link directly to a specific page in a page-flip swf via direct link from another site/web page/etc.?
    If my page flip swf is on myzines.com/2010-08-01.html ...
    Is there a way to link from any other web page to the page noted above and directly to page 12 of the swf?
    Something like myzines.com/2010-08-01.html#page12 or myzines.com/2010-08-01.html?page=12 perhaps?
    Seems like it should be possible, but I'm not seeing it and haven't seen anything in the forums. Any leads would be appreciated.

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=317300
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=326332

  • Seeburger AS2 Adapter: "MDN not signed"

    Dear all,
    we just updated our test system from XI 3.0 to PI 7.1. Now we are facing a problem with our Seeburger AS2 Adapter.
    I sent out a message via AS2 and get the follwing error message in Seeburger AS2 Monitor:
    "MDN not signed"
    In the Receiver Communication Channel I checked the Option "Sign MDN". In XI 3.0 this Scenario was working perfectly. So I contacted our communication partner and asked them if our AS2 message really contained a request for a signed MDN. Our commnucation partner confirmed and sent the MDN as text file to me. This text file shows that the MDN is signed. So it seems that the Seeburger AS2 adapter does not notice that the received MDN is a signed one. But why? Do you have an idea?
    Just for testing purposes I unchecked the "Signe MDN" option. In this case the transmission finished successfully.
    Who can help?
    Thanks
    Michael

    Dear Vikrant,
    many thanks for your reply. But I am not sure if we are really facing the same issue as you described it in your article.
    Currently we have this situation:
    When I send out a message the Seeburge Workbench provides only the following error message:
    "MDN not signed"
    Via the Recovery Monitor I can check the received MDN. Here I can see that the MDN is signed and positive.
    In the Runtime Workbench I checked the following:
    1. In the Message Monitor (Adapter engine) the message is in status "System Error". Here are the details:
    Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    Adapter Framework caught exception: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    Delivering the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received..
    2. The Communication Channel Monitor shows the following error messages:
    Error type: REPORT_ERROR >> Error date: 12/14/10 12:02 PM >> Description: MDN not signed [12/14/10 12:02 PM]
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    I do not understand why the MDN is recognized as negative and unsigned even if the plain text version of the MDN shows that it is signed and positive.
    In your article you recommend to create a sender communication channel for MDN and a corresponding sender agreement. We already did that in XI 3.0 to forward the MDN as STATUS IDOC to SAP ECC.
    Maybe you have an additional idea?
    Thanks
    Michaek

  • TiWorker.exe and TrustedInstaller.exe not signed on Windows 8.1 Pro

    I am running Windows 8.1 on a Surface Pro tablet, all up to date. All Microsoft files in the system are digitally signed except the following two files.
    TrustedInstaller.exe, Version 6.3.9600.16384 dated 22-Aug-2013, size 98,816 bytes
    TiWorker.exe, Version 6.3.9600.16384 dated 22-Aug-2013, size 190,464 bytes
    Why would Microsoft not sign these files?
    John

    Hi,
    I am not sure which way you use to check the digital signature of these files, but I get the signature of these files as below by using sigcheck tool:
    Sigcheck v2.01
    http://technet.microsoft.com/en-us/sysinternals/bb897441
    E:\installer\Sigcheck>sigcheck -i C:\Windows\servicing\TrustedInstaller.exe
    Sigcheck v2.01 - File version and signature viewer
    Copyright (C) 2004-2013 Mark Russinovich
    Sysinternals - www.sysinternals.com
    c:\windows\servicing\TrustedInstaller.exe:
    Verified: Signed
    Catalog: C:\Windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C
    04FC295EE}\Package_8_for_KB2871777~31bf3856ad364e35~amd64~~6.2.1.3.cat
    Signers:
    Microsoft Windows
    Status: Valid
    Valid Usage: Code Signing, NT5 Crypto
    Serial Number: 33 00 00 00 24 18 FC 0B 68 9E
    73 99 D0 00 00 00 00 00 24
    Thumbprint: 812705D0EDDCE07C8A1DCCD9DC6E50C5E3D19219
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:43 AM 6/18/2013
    Valid to: 5:43 AM 9/18/2014
    Microsoft Windows Production PCA 2011
    Status: Valid
    Valid Usage: All
    Serial Number: 61 07 76 56 00 00 00 00 00 08
    Thumbprint: 580A6F4CC4E4B669B9EBDC1B2B3E087B80D0678D
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 2:41 AM 10/20/2011
    Valid to: 2:51 AM 10/20/2026
    Microsoft Root Certificate Authority 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 28 CC 3A 25 BF BA 44 AC 44 9A
    9B 58 6B 43 39 AA
    Thumbprint: 3B1EFD3A66EA28B16697394703A72CA340A05BD5
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:57 AM 6/24/2010
    Valid to: 6:04 AM 6/24/2035
    Signing date: 7:29 AM 8/8/2013
    Counter Signers:
    Microsoft Time-Stamp Service
    Status: Valid
    Valid Usage: Timestamp Signing
    Serial Number: 33 00 00 00 2C D7 29 77 3B 67
    CC 1B C6 00 00 00 00 00 2C
    Thumbprint: B23759FFE629396CFE7339AB4384EC36846A3A5A
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 4:13 AM 3/28/2013
    Valid to: 4:13 AM 6/28/2014
    Microsoft Time-Stamp PCA 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 61 09 81 2A 00 00 00 00 00 02
    Thumbprint: 2AA752FE64C49ABE82913C463529CF10FF2F04EE
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:36 AM 7/2/2010
    Valid to: 5:46 AM 7/2/2025
    Microsoft Root Certificate Authority 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 28 CC 3A 25 BF BA 44 AC 44 9A
    9B 58 6B 43 39 AA
    Thumbprint: 3B1EFD3A66EA28B16697394703A72CA340A05BD5
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:57 AM 6/24/2010
    Valid to: 6:04 AM 6/24/2035
    Publisher: Microsoft Windows
    Description: Windows Modules Installer
    Product: Microsoft« Windows« Operating System
    Prod version: 6.2.9200.16384
    File version: 6.2.9200.16384 (win8_rtm.120725-1247)
    MachineType: 64-bit
    E:\installer\Sigcheck>sigcheck -i C:\Windows\WinSxS\amd64_microsoft-windows-serv
    icingstack_31bf3856ad364e35_6.2.9200.16683_none_62280e15510f8e79\tiworker.exe
    Sigcheck v2.01 - File version and signature viewer
    Copyright (C) 2004-2013 Mark Russinovich
    Sysinternals - www.sysinternals.com
    c:\windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.92
    00.16683_none_62280e15510f8e79\TiWorker.exe:
    Verified: Signed
    Catalog: C:\Windows\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C
    04FC295EE}\Package_10_for_KB2871777~31bf3856ad364e35~amd64~~6.2.1.3.cat
    Signers:
    Microsoft Windows
    Status: Valid
    Valid Usage: Code Signing, NT5 Crypto
    Serial Number: 33 00 00 00 24 18 FC 0B 68 9E
    73 99 D0 00 00 00 00 00 24
    Thumbprint: 812705D0EDDCE07C8A1DCCD9DC6E50C5E3D19219
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:43 AM 6/18/2013
    Valid to: 5:43 AM 9/18/2014
    Microsoft Windows Production PCA 2011
    Status: Valid
    Valid Usage: All
    Serial Number: 61 07 76 56 00 00 00 00 00 08
    Thumbprint: 580A6F4CC4E4B669B9EBDC1B2B3E087B80D0678D
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 2:41 AM 10/20/2011
    Valid to: 2:51 AM 10/20/2026
    Microsoft Root Certificate Authority 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 28 CC 3A 25 BF BA 44 AC 44 9A
    9B 58 6B 43 39 AA
    Thumbprint: 3B1EFD3A66EA28B16697394703A72CA340A05BD5
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:57 AM 6/24/2010
    Valid to: 6:04 AM 6/24/2035
    Signing date: 7:29 AM 8/8/2013
    Counter Signers:
    Microsoft Time-Stamp Service
    Status: Valid
    Valid Usage: Timestamp Signing
    Serial Number: 33 00 00 00 29 97 4E 7C 82 CB
    20 16 41 00 00 00 00 00 29
    Thumbprint: 74C2D86CBB54F52C6B69BC0A127F427EF60A8B8A
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 4:13 AM 3/28/2013
    Valid to: 4:13 AM 6/28/2014
    Microsoft Time-Stamp PCA 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 61 09 81 2A 00 00 00 00 00 02
    Thumbprint: 2AA752FE64C49ABE82913C463529CF10FF2F04EE
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:36 AM 7/2/2010
    Valid to: 5:46 AM 7/2/2025
    Microsoft Root Certificate Authority 2010
    Status: Valid
    Valid Usage: All
    Serial Number: 28 CC 3A 25 BF BA 44 AC 44 9A
    9B 58 6B 43 39 AA
    Thumbprint: 3B1EFD3A66EA28B16697394703A72CA340A05BD5
    Algorithm: 1.2.840.113549.1.1.11
    Valid from: 5:57 AM 6/24/2010
    Valid to: 6:04 AM 6/24/2035
    Publisher: Microsoft Windows
    Description: Windows Modules Installer Worker
    Product: Microsoft« Windows« Operating System
    Prod version: 6.2.9200.16613
    File version: 6.2.9200.16613 (win8_gdr.130515-1513)
    MachineType: 64-bit
    If you just check the properties of these files, you may not see that signed tab. Please know that when a file is signed via a security catalog file, the Digital Signatures tab is not displayed.
    Kate Li
    TechNet Community Support

  • Problem signing-in to email

    i just downloaded safari for windows xp. i went to log in to my college email account and when i enter the information and click log in, safari just brings up a blank new log in form and wont let me access my email. any ideas?

    Hi,
    To activate the 2 week bit you need to sign via the front page you can then activate the 2 week period again. 

Maybe you are looking for