HFM rule if custom dimension condition

Hi Experts,

I have the following requirement:

If the Member of the Department is d6XXXX or a descendant of d6XXXX, then

R & D Labor and benefits is equal to work and benefits

The Department is my custom dimension. I am not able to use it in the IF condition (get the error: object doesn't support this property or method).

I use the following Script but sound limiting to specific departments of the D6XXXX. Its doing this calc for all members

HS = strC1. CUSTOM2. List("","D6XXXX_Base")

For each C2Item in strC1

HS. Exp 'a #R and Benefits.strc1 and work D = a #Labor and benefits"

Next

D6XXXX_Base is a list of members.

Any help would be appreciated.

Try this one:

HS = C2Li. CUSTOM2. List ("D6XXXX", "[Basic]")

For i = LBound (C2Li) to UBound (C2Li)

HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &"= a #Labor and benefits.

Next

If the account of the source also has a link to C2 dimension, you must add it at the end like this:

HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &" = a #Labor and Benefits.C2 # "& C2Li (i)

Tags: Business Intelligence

Similar Questions

  • HFM 11.1.2.2 change custom dimension Table

    Hello

    We notice that there is a change in the HFM 11.1.2.2. dimension related to the custom of table structure.
    We have a passage of the 9.3.1 to 11.1.2.2. and note this change. We have a written request
    to extract the log of the database in the 9.3.1.

    Since the change in the structure of the table, someone knows how to bind the columns lCustom1 and lCustom2 of the WFD
    Table of * CUSTOM_ITEM or related table to get the name of the custom dimension member label?

    Thank you

    Hello
    In the 11.1.2.2 version, the lcustom1 field is of type BigInt (8 bytes)
    You must use the CUSTOM_MAP table to identify the size of dimension Custom1 and Custom2
    assuming that the two custom1 and custom2 is 4 bytes each. Then use the following formula
    to calculate the upper and lower lcustom1 bytes, for example:

    DECLARE @i bigint
    Set @i = 12884901894
    Select
    CUSTOM2 = (@i & 0xffffffff00000000) / 4294967296.
    CUSTOM1=@i & 0x00000000ffffffff

    Result:
    CUSTOM1 = 6
    CUSTOM2 = 3

    Then, you can reference the result of the CUSTOM_ITEM table.

  • Copy data between the custom dimension members or scenario

    Dear Experts,

    I'm back with my silly question.
    Is there anyone know how to copy all the data (not only entity currency) between members in the custom dimension? Our HFM application has a different type of data because the type declaration (legal and audit). Whenever we arrived with our legal data, we copy our legal consolidated data for verification. We tried to create a formula (using hs.exp) to move data from legal to check, but apparently, this formula should be write inside Sub calculate (). Is not supposed, we do not want to run the copy data every time that the user click on calculate.

    We also perform copy data between the scenario, as actual to Budget. This activity also needs all the data consolidated and final.

    So the condition for the copy of data are:
    -data must be consolidated
    -Copy all the data, including the adjustment

    Is there a formula or a way to copy the data that can be triggered individually (click 1 rules that run only copy data) by the user?

    Thank you very much for your kind response,
    -Anna

    Hi Anna,.
    As you say, you cannot trigger different parts of rules to run in HFM. Instead, you use a condition. In your case this condition might be guided by the management of the process. You can use a combination of GetSubmissionPhase, review status , and ReviewStatusUsingPhaseID functions that returns the current process management level and presentation details: phase. To me, it seems that as soon as you have finished legal, you complete a part of your process cycle and enter another stage of verification. Here are the parts of your publishing process, if you have defined a process in HFM management or not, which means that you should consider using it.

    -Kostas

  • Eliminations and custom dimensions

    Hi guys,.

    Could you please help me to understand the relationship between customs and the eliminations?

    Thank you!

    JAI

    Hello Jai

    Custom dimensions are dimensions associated with the accounts. These dimensions allow you to specify additional details associated with the accounts, such as products, markets, channels, balance sheet movement or types of ELIMINATION. For example, custom dimensions could include Product Line, region, channel or clients. A custom dimension of products corresponding to sales and COGS accounts to track sales and details of the product cost.

    The removal is the process of resetting the (elimination) transactions between entities within an organization.

    Term of elimination in HFM is used to denote the process of elimination of values during consolidation.

    For PKI, then consolidated the common parent entity transactions PKI transactions b/w its entities both child are eliminated... that is, their effect doen't goes to the parent entity.

    For the Consolidation process, as bases of financial consolidation stipulates that, during the consolidation of an entity, its investment must be knockedOff / eliminated against the subsidiary capital, etc etc... and so that the other conditions and basic principles.

    For more information, see the last administrator's guide.

  • Excerpt from Custom Dimension

    Hi Experts,

    Is it possible to extract data for specific custom Dimension members? I have a VB script that retrieves data for the accounts and specific entities, but it seems that HFM does not permit the extraction of data for custom dimension members.

    Does anyone know how I could possibly do?

    I'm sure you would default EA. The database can be set up, but the feature should be. Select Administration and see if EA is in the menu.

  • Can we run approval custom dimension

    Can we run approval one dimension other than the entity, which is of the default dimension for this. But we can run it on any custom dimension?

    Hello

    the planning unit is a combination of a script, version, entity and a secondary dimension as an option. so in order to add another dimension specify as a secondary dimension in the planning unit

  • Invalid custom dimension

    Hello

    I use Hyperion Financial Management application 11.1.1.3. Recently I added the new entity in the HFM and run the consolidation with data. I get error below during the consolidation.

    Consolidation began.
    Member custom invalid: EUR.
    VBScript runtime error line 88:Line 88.

    Consolidation is over.

    %0 VBScript runtime error.

    Exactly, I am getting error in the script - Not (HS. If Custom4.IsChild ("Ignore", HS.) (Value.Currency ())) then...

    Please could you help me solve this problem.

    Thank you

    Michel K

    Hi, it seems that the rules want to write something to C4 EUR Member, but I think that under C4 substitute members, there is no EUR then HFM triggers a mistake here. James

  • FDM sign flip function account and Custom Dimension pairs

    Hello

    I have a requirement where I have to change the sign of the amount when you import the data to the PIF file, I am aware of the sign flip in maps where can pass the sign based on the story. The requirement that I got is a little different.

    I was given 40 pairs of accounts and Custom3 members and I will have to change the sign for these 40 pairs.

    For example:

    1 account - Cover_Premiums and Custom3: gross

    2 share of reinsurance matters – Cover_Claims and Custom3-

    If the data file is to have the above pairs the amount of those who should not change.

    I wrote a script to import and attached to the dimension of amount in the import format. The script is

    If len (strfield) > 0 and account = Cover_Premiums and Custom3 = gross weight then

    signflip = strfield *-1

    on the other

    signflip = strfield

    If len (strfield) > 0 and account = Cover_Claims and = Custom3 share reinsurance then

    signflip = strfield *-1

    on the other

    signflip = strfield

    End if

    End If

    End Function.

    The script ran end after that recording works fine when the file is imported and its reversal, the sign for the records, but the problem is his flipping the sign for all records in the data file.

    I guess that it is run if statement only until the len (strfield) > 0 and its performance not the rest of the condition in the condition statement. IE: account = Cover_Premiums and Custom3 = gross weight.

    I'm not an expert FDM and not even sure if this is the right approach to do it or not.

    It is a requirement that is very critical for me, please help me with this problem.

    Thanks in advance.

    In a script to import, you have two input parameters:

    -strfield: value of the column of the source file that is defined in the import format. In case you, amount field

    -strRecord: all of the data in row processing.

    If we need to check the account and 3 Custom fields, you will first get these values for the strRecord parameter.

    In any case, I would say that you optimize your code by concatenating account and Custom3.

    For example, if you have a delimited by ';' with 5 fields file where the account is in 1st position and Custom 3 in the 2nd:

    Function signflip (strField, strRecord)

    strAccount = DW. Utilities.fParseString (strRecord, 5, 1, ';')

    strCustom3 = DW. Utilities.fParseString (strRecord, 5, 2, ';')

    strAccount = strAccC3 & "-" & strCustom3

    If len (strField) > 0 Then

    If strAccC3 = "Cover_Premiums" gross or strAccC3 = "Cover_Claims-reinsurance" Then

    signflip = strfield *-1

    On the other

    signflip = strField

    End If

    End If

    End Function

    Hope that specifies

  • Can we use Boolean or postings in HFM rules

    Hi gurus

    Can we use Boolean, or Validations for the HFM input cells?

    Example:

    1. I want to restrict the user to enter only a single digit (0 or 1 are valid) in a cell for a specific use. (smartview or form on-line)

    2. I want to restrict the user to enter only a single character (Y or N are valid) in a cell for a specific use. (smartview or form on-line)

    After the presentation of the data, if the data matches the given condition there through a validation message or error message to the end user.

    We can write it this kind of rules in HFM?

    Concerning
    Smilee

    Hi Smilee,
    Model HFM validation and error checking is not as you describe. Data cannot be validated at the level of form/data entry. Instead, the validation of HFM model goes like this:

    1. you must provide an account of validation for every posting, as you need, with a common parent generally stated in the accounts of validation in the ApplicationSettings. A zero (or, within the limits of tolerance) in the validation: OK, another value means error.
    2. you write a normal calculation rule, which checks user input for valid data entry and put a zero or one value for the account of the validation.
    3. the user entered values (via form or loading data, FDM, SmartView etc.), saves its data and calculates.
    4. as soon as all the calculations of validation write zeros on the account of validation during calculations, the user can submit successfully (presentation is part of the management of the process). However, if one of the checks fails (i.e. no zero value on behalf of the top of the validation page) the user cannot submit until it corrects the error value. Errors can be found easily, judging by the true account of validation that fails.

    Another comment on your point 2 is that it is possible to write only numeric values in the cells HFM, non alphabetic characters are allowed. You need to replace the logic of the O/N to 0/1.

    Kind regards
    Kostas

  • rule attributes custom speed

    I use vfoglight 6.6.1 with cartridge velocity_with_ip.  I copied and edit this rule of service of custom attributes and allow it to run every 5 minutes.  I can see the data in the service constructor. However, when I check the property CustomAttributes inside the VMWvirtualMachine, I can't find the custom attribute I wanted to catch vcenter.

    It worked very well in vfoglight 6.6 and the cartridge was able to create this property in the VMware-> VirtualMachines model of data.  I have a query that returns a list of the virtual machines based on the name of the resource pool, and I want to create a groovy script to check the custom attributes of these virtual machines returned by this query.  The script will not work because it could not find the custom attribute.

    Too bad, it turns out that the custom attribute is inserted into the data model if there is data

  • Tests against the currency of the entity in the HFM rules

    Hi all

    I was wondering if it is possible to test a condition against the currency of the entity in HFM? Something along the lines of:

    If Ent_Curr = Then USD

    ...

    Else if Ent_Curr = Then CAD

    ...

    On the other

    ...

    End If

    And if it's possible, how I can change?

    Thank you!

    Hi Dan,.

    Please, try the following:

    HS = sDefCur. Entity.DefCurrency("")

    If sDefCur = "USD" then

    .....

    End if

    Kind regards

    Thanos

  • ESXi rules compliance - custom template - vs model

    I asked a similar question in the past, but about the creation of a model of compliance, customized for our company...

    It was recommended that when running a check of compliance with the default template of ESXi, I should create "exceptions" for controls that have failed.

    My question is, in fact could not change the rules so they correspond to what we are looking for our company?  In this way these controls will always occur and should not create an 'exception' for them.

    Thank you

    Virtual environment is for vCenter properties, properties of the host, properties of container of comments (allocation of resources and reserves, copy and paste enabled, etc.) and a variety of data of vCloud Director and vCloud network and security (formerly vShield).

    Compliance of the machine is for internal data or physical machines, OS like versions of files, service configuration, software installed, data security strategy, the data of the register, the patch status and so on.

    PS the main square, that they are together is when you use VCM to report compliance rollup information to vCenter Operations Manager. This is where a guest will have data compliance for this container properties and functioning internal OS grouped into a high level of compliance risk score.

  • 'Invalid destination specified for this function' (HFM rules)

    Hello

    I'm stuck with an expression of the simple rule, and I get the following error:

    Invalid destination specified for this function: a #A39725. E #E051_OVAxxx.I #[ICP None]. C1 #S101_000.C2 #L980. C3 #GuarReclassNCI.C4 #EndBal.V # < entity motto >. W #YTD.

    Here's the complete rule:

    If povScenario = 'Act' and povYear > 2011 Then

    vBS_Guar_Tar = '. '. I have #[ICP no]. C1 #S101_000.C2 #L980. C3 #GuarReclassNCI.C4 #EndBal.V # < entity motto >. W #YTD ".

    vBS_Guar_Src = '. '. I have #[high PEAK]. C1 #TotalC1.C2 #TotalC2.C3 #UsGAAP_Alloc.C4 #TotalC4.V # < entity Curr Total >. W #YTD ".

    'Guarantor check - Reclass NCI

    Hs.Exp ' a #A39725.» E #E051_OVAxxx"& vBS_Guar_Tar &" = a #A39725.» E #OVA *-1 '& vBS_Guar_Src '.

    Hs.Exp 'a #ME. E #E051_OVAxxx"& vBS_Guar_Tar &" = a #A39725.» E #OVA *-1 '& vBS_Guar_Src '.

    End If ' if povScenario = 'Act' and povYear > 2011 Then

    Clues as to why it does not work?

    Thank you!

    Entity (with dimensions scenario, year, length and value) may not be specified on the left side of a HS. Equation of the exp.  These dimensions are considered in the calculation/consolidation "block" and are determined by the current point of view.

    If you want this logic runs only on specific entities, and you have more than one, I suggest to use a UDA on the entity.  Then you can do something like (written in pseudocode):

    If the entity currenty uda is RECLASSNCI then

  • Custom dimension security class

    There are in our Custom 1, business lines in place. I want to restrict users to specific sectors of activity in Custom 1. I added safety class C1 members and the security file that I have loaded in the system. in the SSP, I assigned asscess control the user with security for the country and the C1 class it needs to access. However, the class of the country's security has worked he can only access these country data. But the C1 security class does not not because he can still see the business sector that I attributed to him.

    What could be the problem? Thanks for the help.

    Since the HFM customer, you must check the box in your settings app for UseSecurityForCustom1 metadata.

    Kind regards
    Jason

  • Auxiliary data import to a custom dimension FDM does not export

    Hi all

    We want to import data into an FDM (UD5) dimension that does not need to be mapped and or exported?

    How should we configure this dimension into the adapter of HFM?


    9.3.1


    Thank you

    Long story short, out of the box you can re-use existing columns in data bases or other fields perhaps; However, if you have already looked there and nothing works, how you want, your options will require customization...

    This would be pretty simple, even though you might minor wrath of Oracle support depending on how you implement it. Basically, you will need to do a few things that come to mind...

    #1-create a data storage area
    #2-recognize the import data
    #3-store the data in the storage area
    #4-faire a mechanism of recovery for this info (why you stock it if you cannot view never he?)

    # 1 assuming you can't do one or other of the existing database columns (I think you could...) I would just add another table in the FDM database that will contain the desired information. Considering that we don't mean data loading, you probably wish to add a foreign key and creating a relationship with the relevant existing tables/columns such as tDataSegxx (columns DataKey or PartitionKey/CatKey/PeriodKey). I would also do what I enable referential integrity and have the actions be delete/update data so that you don't orphans given in this table again at a later date.

    # 2 update your format import to have another column that will be your text and then I guess you have some choices. For the column, you can ask it run a script and just do the work to put the data in a database column; However... I would probably handle this in the AftValidate at that time here, you should have all the info you need to get the data of relationship you would like. Bottom line, is that there are options for this.

    # similar to point 3 #2, there are many options for how to keep it. Assuming that you're storing in a separate table and not to retarget an existing database column in FDM, I would just use ADO via script to do the changes/insertions/deletions.

    # 4 do not know what you want to do with this information, but you should be able to access with a FDM report, or you might get it on the stage of export via the script, etc. etc.

Maybe you are looking for