Using smartlist in Calc Mnger

Hello! I have a scenario where if the user select 'Yes' in a smartlist (Smarlist has two options 'Yes' and ' ') it must copy data from one intersection to another. SmartList is accounts.

Could you please help to give just an idea or may be a dummy business rule logic to be used in calc Manager. ?

Thank you!

Create a variable digital fast run-time in the calculation Manager.  I created SL_drivers.  This variable, in the smart drop-down list, select the Smart list you want to use, in this example, I choose drivers.  Enter the prompt text Run time, save the variable.

In the calculation Manager, create a rule by using the Variable == planning of expression for the Smartlist.  An example script is the following:

DIFFICULTY (work Plan, "P_000", FY14, "421")

Jan)

IF ({SL_drivers} == [[Drivers.Units]])

"5800" = 111;

On the other

"5800" = 7;

ENDIF

)

ENDFIX

Deploy the rule in planning and launching.  At the prompt for the variable, click in the drop-down menu and select the Member in the list of Smart.

The Member you select = planning expression, then the true statement of the fi will be executed if the Else is run.

Thank you

Kim Reeve

Tags: Business Intelligence

Similar Questions

  • Using smartlist in a business rule in Hyperion Planning

    Hello


    We know that we can use smartlist datatype member in good standing of the company and use them in conditional as state below

    These entries are present in the PaymentFrequency Member which is a smartlist data type and has the entries below

    1 a quarterly publication
    2B per year


    I have another Member in the dimension even say the payment method, which is also a smartlist data type and has the entries below.

    1 full payment P
    2 Q finance

    Here, I have an obligation to delete the values for the smartlist in the form.


    The scenario goes like this.

    IF the 'payment method' is 'Finance', then only 'PaymentFrequency' must be selected. This part is reached.

    But

    IF the "method of payment" is "CompletePayment" then "PaymentFrequency" should be cancelled even if the user selects a value any.


    On the final note, we have "PaymentFrequency" = #MISSING.

    The smartlist being of the numeric data type, this isn't the #MISSING analysis.

    Any suggestions are very useful on it.

    Concerning
    Mahesh

    Hello

    I tried the same requirement as yours and it seems to work in my case.

    IF ("BegBalance"-> "SA300" == + 2011 +)
    'SA400' = #MISSING;
    ELSEIF ("BegBalance"-> "SA300" == + 2012 +)
    "SA400' = + 1 +;
    ENDIF

    where SA300 and SA400 are members of my smart list and + 2011,2012 + and + 1 + is smart list ID that are digital.

  • Loading properties of employee using smartlists

    Hi all

    I need to enter information for smartlists for employees like State, rank FT/PT info etc... I can enter it properties by selecting the web forms smartlists...
    but I have a very large list of employees.

    If anyone can tell me is there a way where I can download the file with all the properties of the employee for all employees at once instead of select each field property There?

    Thank you...

    Yes, this is exactly the format to load.

  • using script simple calc

    Need a script calc for the scenario below.

    4 dimensions with level 0 members

    Time
    ...... Jan08
    ...... Fev08
    .. .mar08
    ...... NoTime
    Market
    .. .North
    .. .South
    ..... NoMarket
    product
    .. .P1
    .. .P2
    ..... Noproduct
    measures
    .. .Number1
    .. .number2




    to copy the data of--> with the calcscript
    Jan08-North-p1-number 1-> notime-nomarket-p1-number 1
    Jan08-North-p2-1-> notime-nomarket-p2-number 1
    :
    :
    :
    1,000 records...
    :
    :
    :

    Jan08-North-p1000-number 1-> notime-nomarket-p1000-number 1

    There is a better way to express your need, I hope you're just trying to copy data from North-Jan08 to notime-> nomarket for each product/measure.

    In this case, you are looking for a simple copy of data unique in a calc script:

    DataCopy 'Jan08'-> 'from the North' to 'Notime"->"Nomarket ";

    Somehow, while it completely does exactly what you say you want, I still suspect that you do not express the need accurately.

  • using Calc script

    Hello

    Can you please help me understand how to get the result for ACC3. Here are the numbers of different accounts for the intersections, which is used in the calc script. I am trying to understand the script below calc formulas but I don't you how is calculated the value for ACC3. Can you please help me understand how the value of the account ACC3 is "274.4529403" is derived.

    Excel output addins:

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC1 11

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC2 18564.81

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC4 254.43

    After you run the following Calc script I get the value of ACC3 as mentioned below.

    Deviation MAIN OD 2011 08 parts_80 Platform_1Z0000 operation

    ACC3 274.4529403

    CALC SCRIPT

    ==========

    DIFFICULTY ((@LEVMBRS("Platform","Lev0,Platform") AND @DESCENDANTS ("Entity"))

    @LEVMBRS ("parts", "Lev0, shares")

    ('hand')

    '' Operation. ''

    "Deviation".

    "08 2011")

    "ACC1")

    PERCENTAGE = ("ACC2" / 'ACC2 "->" platform "->" parts "-->" operation '->' OD'-> 'deviation '->' main '->' 2011 08');

    IF ((ACC1 <> #MISSING) AND (ACC1 <>0))

    "ACC3" = "ACC4 '->' platform '->' pieces '->' operation '->' OD '->' deviation '->' hand '->' 08" 2011 * PERCENTAGE; "."

    ENDIF

    )

    ENDFIX

    I think the main thing that you may be missing, it is that PERCENTAGE and ACC3 formulas depend on what is at the top of the 'Platform' and 'Parts' - dimensions is what the '->' alias 'transdimensionnels operator' done in there.  So you are not showing a couple of intersections in your recovery of Excel that are in fact essential in the calculation of the value.

    PERCENTAGE is the ACC2 value to low 'Platform' and 'Parts' in percentage of the value of ACC2 at the top of the 'platform' and 'parts '.

    ACC3 is then (assuming that ACC1 is not #Missing or zero) the value of ACC3 at the top of the 'platform' and 'parties' multiplied by the PERCENTAGE.

    In plain language, the calc is spreading the value of "ACC4" from the top of the "platform" and "parties" to the bottom of these dimensions, using "ACC2" as driver and put the result in "ACC3".

  • Can I use a dynamic member Calc as a Shared member

    Can I use a dynamic Calc member as a member Shared in another hierarchy?
    is it mandatory to do a member as type stored if we want to use the same Member in another hierarchy as a shared member. ?



    -KK

    Yes, we can create a shared member of a dynamic member Calc.

  • How do switch you between 2 numeric values using a Boolean switch?

    Hello

    I'm a newbie to labview, so it is perhaps easy to answer.

    I would like to perform a calculation which, according to the test unit, will require a different numeric value to use in the Calc.

    I tried to use a Boolean switch to choose which constant must be used during runtime mode as well for example or 0.01 or 0.02 will be selected. The idea is to labview so insert the constant selected in the calculation and spit out the answer.

    There is only one output on the Boolean toggle switch and not of entry so that I can't work out how to do it. If there were 2 inputs and 1 output it would do the job.

    Thank you

    Andy

    Try the joint.  I have provided two methods.

  • cross dimensional operators on calc dynamic members

    The dimensions of my product and market are stored dimensions used in a calc script in AccountX calculation as follows:

    "AccountX" = "AccountB"->"product"-> "market"->"organization";

    I would like to change the dimensions of products and market to dynamic calc, but wonder if it would affect involuntary the calculation above, I would like to remain the same.

    In other words, can I use Crusaders dimensional operators on calc dynamic members without any problems?

    In principle you can cross-Sun dynamic members Calc, but this can have an impact on the performance of recovery especially if product / market are (and I assume they are) sparse dimensions.

    You must carefully test performance / calc order impact etc. in any case if you do what you suggest, which is much larger than any impact on this script formula especially calco - but I guess you know who.

  • Dynamically, use page number in the form on the pages with their field?

    I have a form with pages having engineered.  JS for spawning exception works very well.  However, a text field on model is driving me crazy.  I wish that this field ("CaseNum") to dynamically display the page number, given that the page number also matches the file number.  On templage ("getcase"), I can calculate the value for CaseNum using custom script calc (event.value = this. PageNum).  But it does not work because each page having spawned Gets the same value (that is to say, what is the latest issue of the page generated). I also tried the JS below, using P0.getcase.CaseNum as the field on the model in which I wish the page number/box number to display:

    var this.pageNum = opaque;

    this.getField ('P' + opaque + ".getcase" + ".") CaseNum') .value = opaque;

    But it does not either, because the page automatically generated field gets the prefix of the P + .getcase page number appended to the name of the field.  Is it possible to number of dynamic page used in a form on the pages with their field?  If so, how? Note that while I try to use a dynamic file on pages with their number, it presents the same problem as dynamically displaying pages with their page numbers.  I'm a JS newbie, so any help appreciated.  I searched high and low on the web and in the forums and couldn't find the answer.  THX.

    http://forums.Adobe.com/thread/1160899

    @

    7George Johnson,.

    February 28, 2013 09:42 in reply to natelfo

    Is that what you mean?

    See also:

    http://www.PlanetPDF.com/developer/article.asp?contentid=6466

    d-template-pages-using-JavaScript-functions/ http://www.wordwizardsinc.com/blog/Finding-the-FieldName-prefix-on-Acrobat-acroform-spawne

  • How to use @JECHO

    Hi gurus,

    I'm going through the link below
    http://essbaselabs.blogspot.com/2009/04/CDF-jecho.html

    and make all necessary steps as the record of the CDF and all like that...


    now, I used the same Calc Script that is provided in the link above, but not able to see the output window.

    does anyone have an idea about it.

    Thank you
    Micka Singh

    Thanks John,

    It is really help... and thank you very much for your quick response.

  • Question about the calc customer default

    Hello

    I'm trying to understand the basis here. We have the OSIS database, users need to charge to the top mark for the intended purpose.

    So I have 8 dimensions, users loading data of higher level (Gen1 or Gen2 to 5 dimesnions (stored type)) and level 0 for the year (2011), level 0 of the month (Jan - Dec).

    If I default run calc (nothing changes), all these data responsible users should remain during recovery using Excel?

    I thought that the excel must return nothing, since the default calc will overwrite higher level data after aggregation, right?

    Published by: Alain on May 18, 2011 15:11

    Renu,
    Unless something has changed in the latest version (and I doubt it) the default Smart calc is on (if there is no entry in the cfg file). Because if this, I agree with your second comment you want to change the default calc and add the updateCalc Off set; This ensures that smart Calc is turned off. If the OP wants also to of course high level data (with no lower level data) not overwritten with #missing, then the default calc should also have the aggmissing set off;

    A side effect is interesting to use the default calc, that's faster than the other Calc.

  • Evaluation order of setting using the Table of Interface EPMA

    Hello everyone,
    the new post is to share with you a question EMP architect that I don't know how to fix.
    I use table Interface to load several dims on my App. planning and before you deploy it to the EPMA, I check my Dim evaluation order. My choice is very simple: the only Sun crept toward the right the order property of the assessment panel is my Sun account.
    After validation and delpoyment of my App on EPMA (both successful), I noticed that the order of evaluation on the planning app is not the same: no sun is evaluated (empty can on the right panel).
    This problem has upset my forms because I can't use SmartList or percentage account, for example.
    Could someone help me?

    Thanks in advance

    Stefano

    Hello

    Last Planning patch - Patch 8527948: Hyperion Planning - System 9 Release 9.3.1.1.11 Service difficulty
    You have all the listed patches EPMA 9.3.1 and should install all.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Calculation that uses the function Max Analytics

    Hello world

    Hope all is welll...
    I have 2 Calc:

    1) Calc_HippaToSortNumber who does:
    DECODE (hold desc, 'HIPAA', 999, NULL, 0, 500)

    2) Calc_MaxHoldDesc that uses the above calc in analytic function:
    Max (Calc_HippaToSortNumber) MORE (Student.Id PARTITION)

    I have a condition that uses the two Calc for:
    Select the line that corresponds to the max value of Calc by partition

    Calc_HippaToSortNumber = Calc_MaxHoldDesc

    I get the results I want, but I do not understand how works Discoverer:
    Calc 1 - should be the level of the detail line to assign a number based on a field to hold alpha Desc
    If keep Desc = Hippa, 999
    = Null, 0
    other values, 500

    Calc 2 - is an analytic function, so it happens after query calculates its results in detail

    BUT THE condition is testing the analytical function: this condition runs after the execution of the analytical function
    against all preliminary results?
    How does he know Scout to perform the function after execution of the analytical function
    instead of on the level of detail / row?

    The following test data:
    pls advise, tx, sandra

    ID take Fname Lname desc calc_HippatoSortNumber
    ==============================================================
    1 adams alice Certification BLS 500 max (500)
    2 Brown brett HIPAA 999 max (999)
    4 BLS Certification 500 Caroline Chin
    4 Caroline HIPAA 999 (999) max Chin

    I want to show only 3 lines using the analytical function max for the id field studying and comparing each
    the partition to the max value line and by selecting the line with the max value.
    1 adams alice BLS Certification 500
    2 Brown brett HIPAA 999
    4 Caroline HIPAA 999 Chin

    Hello

    How does he know Scout to perform the function after execution of the analytical function

    instead of on the level of detail / row?
    Discoverer always runs the latest analytical functions and therefore conditions by using analytical functions are also processed last. Discoverer for this by using a query online and therefore the structure of the SQLused

    Select Lname, Id, Calc_MaxHoldDesc, Calc_HippaToSortNumber)
    SELECT Id, Lname, DECODE (hold desc, 'HIPAA', 999, NULL, 0, 500)
    Calc_HippaToSortNumber, MAX (DECODE (hold desc, 'HIPAA', 999, NULL, 0, 500))
    ) Calc_MaxHoldDesc OVER (PARTITION BY Student.Id)
    Of...
    )
    WHERE Calc_HippaToSortNumber = Calc_MaxHoldDesc

    Rod West

  • Wireless Bridge outside of Cisco 1530

    Hello

    Since the end of the sale of Cisco-1300/1400 wireless bridges, I searched for a replacement product.

    I noticed Cisco released the 1530 Outdoor Wireless Access Point.  Has anyone used it successfully as a bridge wireless, and nobody knows if theres a utility for calculating range to work remotely approximate the 1530 cover with integrated or external antenna?

    See you soon,.

    The replacement for the bridges were the exalt r5005 which Cisco sold. This is the real external point bridges up to 160mbps half duplex. You can probably use the old calc or mesh range calc for you give a good estimate.

    Sent by Cisco Support technique iPhone App

  • LCM migration options

    Hi all.

    version - Hyperion planning 11.1.2.2 worm

    We need to migrate the feeder calc of prod rules to test using LCM

    on the import mode options HSS, we have the following:

    create/update

    create

    Update

    When I use the update, I noticed, it adds rules that were missing have been added

    and existing have been updated.

    If so what is the difference between 'create' and 'update '?

    Thank you!

    Shared Services options do not apply to the calculation of the Manager, changing the Shared Services, those will make no difference.

    When you use LCM with Calc Manager, it will always add new rules and update any existing ones.

    See you soon

    John

Maybe you are looking for

  • After Reinstalling windows 7, Thunderbird (now 38.2) runs very slowly

    As a result of a relocation complete Windows 7 and Thunderbird (now 38.2) runs very slowly, except for Mode without failure. Hardware acceleration disabled by defining gfx.direct2d.disabled true and true layers.acceleration.disabled using the configu

  • Monitor flash off &amp; on

    SR1650NX unit with ViewSonic monitor.  Monitor flashes on every 4 seconds. Tried all the obvious things. Restart, unplug the monitor, power supply to turn & cut monitor. Suspect power supply. Any ideas. Thank you.

  • When my iPhone 6 will replace?

    I've already sent my iPhone 6 to the Distributor for replacement nearly 3 months ago. When can I get back my iPhone?

  • Pavilion dv6 - 3174ca: driver WiFi for laptop HP Pavilion dv6 - 3174ca

    My WiFi network card is a "Intel WiFi Link 1000 BGN".  Sometimes I lose my internet connection for about 30 to 60 seconds, and then it comes back. The modem appears to be OK that the problem does not affect other computers on the same home network. W

  • IX2 - dl does not support USB hard disk

    Hello! I use an ix2 - dl as a backup at home. I recently upgraded from 2 TB WD red 2 (WD20EFRX) for 2 hard drives 4 TB (ST4000VN000) of Hitachi (two configurations were / are RAID1), and the upgrade went through flawlessly. But there is a problem: in