Appendix a calculation Script or a business based on a work schedule rule?

I like to plan a calc script or a little business rule as a job in SQL server. When it will be executed at specific date and time, start/end date.

We currently have an esscmd script which then put us in an order of bat and race through Windows 2003 server on-demand tasks.

But for the safety of my company that I have as a planning administrator did not remote desktop access to check on these tasks remotely.

Thank you

JTS

Hello

You can simply the CmdLnLauncher utility to run business rules and include guests from the time of execution, it can then be scheduled.
I don't know if this is the answer you are looking for or you are looking for planning software?

See you soon

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

Tags: Business Intelligence

Similar Questions

  • calculation script based on the value of a radio button

    I wonder if anyone can give me help. I'm doing a calculation script that I can insert in a number field that will calculate only when a radio button is checked. I'm doing an estimate sheet when some check boxes or radio buttons are selected (such as the moving of furniture, pulling up old flooring), it will calculate a supplement based on this selection. Any help would be appreciated.

    Hello

    Paul is right, it's probably something small that is causing the script to fall. Make sure that the things you talk about in your script are correct (to the right name and the full reference in the event of different subforms).

    There is also a syntax button to tick at the top of the script editor. If you click this button, he can identify the problem.

    In which case it might be useful, here is a sample: https://acrobat.com/#d=bUfCkHbTaU0 * GD6Y7pv41w

    Good luck

    Niall

  • How to add the field values custom calculation script

    Hello

    I have a calculation script:

    var bits = this.getField("DEXM").value;

    jib var = this.getField("acrofocus").value;

    var Misc = this.getField("acromisc").value;

    LVL var = this.getField("LVL").value;

    chk var = this.getField ("Check Box1.0") .isBoxChecked (0);

    {if(CHK==1)}

    Event.Value = (5 + jib + misc abi + (Math.floor (lvl/2))) ;}

    on the other

    {event.value = (jib + various + bits + (Math.floor (lvl/2))) ;}}

    I try to get the sum of the fields based on the value of a checkbox control. The if statement seems to work because the result does not change, but instead of adding up the results, it adds the numbers. Example: chk == 1, so add 5 + 0 + 0 + 2 + 1 and 8 display. But instead, it displays for event.value 521. All fields which events are digital with 0 decimal. What happens here? I expect that if they were formatted text fields, but they are not.

    Thank you all.

    You must explicitly convert the value of each field of a number. As an empty field values is a string type, the + operator gives you string concatenation instead of adding digital. You can review the first four lines of the script to:

    ABI = var + this.getField ("DEXM") .value;

    jib var = + this.getField ("acrofocus") .value;

    Misc = var + this.getField ("acromisc") .value;

    var = LVL + this.getField ("LVL") .value;

    and it should work properly.

  • Essbase calculation script syntax

    [Version is 11.1.2.0] What is the syntax of Essbase calculation script to call another script of calculation?   MaxL or a business rule the only/best way to trigger a calc?

    > Yes, an OBJECT-oriented approach.  We have 50 + scripts that perform a kind of updated data and there are many places to keep same code if we incorporate the timestamp in detail in each script.

    ^ ^ ^ You can do totally in HBR or Calc Mgr.  It is not really oriented OBJECT, but it is at least the subroutines that you can use again.  HBRs and rules of Archbishop Calc can be run from the command line.

    With the help of these tools can be much easier than to try and roll.

    Kind regards

    Cameron Lackpour

  • Need help custom calculation Script

    I need to make a script are a column of fields based on or no information found in another column of fields is the same or specific text. Please find below the screenshot of what I would like that to be done.

    I would like a sum of all the amounts that had Code A...

    You can use this script as of 'SumOfA ': custom calculation script

    var total = 0;
    for (var i=0; i<=2; i++) {
        if (this.getField("p1TC."+i).value=="Code A")
            total+=Number(this.getField("p1RecIn."+i).value);
    }
    event.value = total;
    

    You can adjust easily to the other field as well.

  • the difference between the form of Member or a calculation Script?

    Hello
    I am going through some assignments. Here I observerved in essbase we can do the calculation using the calculation Script or a member form.

    I know, Member we can write to any Member, it is only for that perticular in outline and stored in outline members. and calculation for any database stored Extornally script.

    A fully written BSO formula was 1242 lines and i.e.formula 75 493 bytes size less than 64 KB. It is the limitation of the formula of Member, is their any other difference apart from that, because of this we can use the calculation on the Member form script or if anything else, so, please let me know.


    So could you tell me:
    When use the formula of Member and what is the advantage of the Member, or when to use the calculation for calculation script?

    What is the best option that I'll go for formula script or calculation of Member?

    A few comments based on the response of SS1988.
    1 unary (contour) calculations are the fastest type of calculations.
    2 many if not most of the formulas of Member are performed on dense dimension as dynamic calculations (and sometimes sparse dimensions) these work really well especially for type ratio calculations where you would have to calculate at each level of the database. The best formulas will make only reference members in the same block because they are quicker to run. Complex formulas can be slow.
    3. calculation scripts you give the most flexibility you can do calculations procedures (followed by B Calc calc A do) and you can limit the scope of a calculation using the patch and if statements

  • assistance calculation script

    Hi all

    Ive looked and tyed my self, but without success

    I need script to put a number based on a difrent box

    That is to say

    If box 1 number 10 or 11 box set must be 0

    If box 1 a number 12 or 13 out put should be 1

    If box 1 a number 14 or 15 out put must be 2

    and carries on like that

    any help would be great

    If the name of the first field is "zone 1", use this code as the calculation script custom of the second box:

    Box1 = this.getField("box_1").value;

    Event.Value = Math.floor ((box1-10)/2);

  • Main difference between report scripts and calculation scripts?

    What is the difference between a calculation script and a script to report?
    THX in advance

    Kind regards
    SG

    It makes no sense comparing the report scripts and scripts of calculation.
    Report of the scripts are used to extract data for the needs of data flow down or needs statement.
    Calculation scripts are useful for managing business and process required for any application rules.

  • Send alerts by e-mail of the calculation scripts

    Hello

    I heard that it is possible to send an e-mail notification in calculation scripts, so after some research online, I came across some information on how to do it. There is an old thread in this forum about this, but I couldn't make it work.

    Here's what I know:

    -

    There are two things you can find.
    1. the triggers
    2 alert cdf

    the alert is a custom definde function that will do what you want that trigers send emails based on conditions

  • Clarification of calculation script

    Hello

    Can someone tell me the differences between the underside of the calculation scripts.

    Text 1:

    SET CreateBlockonEQ

    Fix (dim1, dim2)

    Budget

    (

    Profit = (sales - COGS) * 2;

    )

    CreateBlockonEQ Off SET;

    ENDFIX:

    Text 2:

    SET CreateBlockonEQ

    Difficulty (Dim1, Dim2,Budget)

    Profit = (sales - COGS) * 2;

    CreateBlockonEQ Off SET;

    ENDFIX;

    the output of both calculations should be the same, the only difference (and I'm sure someone will correct me) lies in how Essbase process calculation

    correction on the budget, the calculation runs only for the Budget scenario, where as with the fix but does not include a scenario, it will run the calculations for all scenarios, calculate the only member of Budget, but to evaluate all possible options.

  • Calculation script of the OSB for exchange rates - shared members

    Hello together,

    Happy new year!!!

    I need your help with a BSO calculation script in the exchange rate.

    Here you can see how the entity & currency hierarchies are made up:

    Hierarchy of the entity

    Hierarchie1 (element Stored, EUR) - all children are only once in the hierarchy.

    H1Parent1 (stored element, EUR)

    H1P1Child1 (stored element, EUR)

    H1P1Child2 (stored element, EUR)

    H1Parent2 (stored element, SEK)

    H1P2Child1 (stored element, SEK)

    H1P2Child2 (stored element, SEK)

    Hierarchie2 (Stored item, EUR) - the child might be several times in this hierarchy!

    H2Parent1 (stored element, USD)

    H1Parent1 (element Shared, EUR)

    H1Parent2 (element Shared, SEK)

    H2Parent2 (stored element, CAD)

    H1Parent2 (element Shared, SEK)

    H1P1Child1 (element Shared, EUR)

    Hierarchy of currencies

    Local currency

    EUR

    USD

    SEK

    CAD

    Reported (group currency)

    Euro

    Parent currency

    EUR_USD

    EUR_CAD

    EUR_SEK

    First script:

    For the exchange rate of the national currency in euro (1 hierarchy), it was very easy because I could give each level-0-member of an attribute (UDA) for the currency. So it's pretty easy to create a script for all the members-0-level ((DEV) duration: 12 minutes)

    'Euro')

    IF (@ISUDA ("Accounts", "AR"))

    IF (@ISUDA ("Entities", "heart")) 'Euro ' is' EUR '.

    "Else if (@ISUDA ("entities","cAED")) 'Euro' = (@SUMRange ("AED","January": & CurrMonth)) /"AED"-> Average_Rate;

    ENDIF

    ENDIF);

    Second script - Part1:

    But for the second hierarchy (hierarchy 2) I have the problem that there are a lot of shared items and I can't give them an obvious UDA in which I can calculate the currency ((DEV) duration: 12 minutes).

    ("Parent currency"

    IF (@ISUDA ("Accounts", "AR"))

    IF (@ISMBR (@RDescendants("H2Parent1",0))) 'Euro_USD' = (@SUMRange ("Euro", "January": "January")) * "USD"-> "Average_Rate";

    ElseIf (@ISMBR (@RDescendants("H2Parent2",0))) 'Euro_CAD' = (@SUMRange ("Euro", "January": "January")) * "CAD"-> "Average_Rate";

    ENDIF

    ENDIF);

    Second script - Part2:

    This formula works, but it is very slow, because I have several fixes. (Duration (DEV): round about 1 h)

    FIX (@RDescendants("H2Parent1",0))

    ("Parent currency"

    IF (@ISUDA ("Accounts", "AR")) "Euro_USD" = (@SUMRange("Euro","January":"January")) * «USD»-> «Average_Rate»;)

    ElseIf (("Accounts", "CR") @ISUDA) "Euro_USD" = (@SUMRange("euro","January":"January")) * «USD»-> «Closing_Rate»;)

    ENDIF);

    ENDFIX


    You have an idea how I can improve my second calculation script in a dynamic and efficient?


    I hope that I have described my problem very well.


    Thanks a lot for your help


    Ben

    change "Motto of Parent" to "Euro_USD" would not make a difference if the hierarchy of currencies is Sparse

    I'll try to make the dense hierarchy of currencies as long as it does not have the size of your too big block. If make you it dense AND change "motto of Parent' to 'Euro_USD', it must increase the speed a lot.  However to change the size of Sparse to Dense is a very big change for the database.

  • How to use the @accum function in the calculation script

    Dear all.

    I'm new in essbase - calculation script so don't know how to use the @accum function.

    I want the aggregation value of child to parent

    Hierarchy

    Product

    100 > Storage Dimensions marked as stored (marked as intentionally as I want to calculate the value using the calculation script)

    100. 10 (+)

    100-20 (+)

    100-30 (+)

    I'm trying calculation Script

    100 = @Accum (@children("100"), jan: Feb);

    It works when I use below

    100 = @Accum("100-10",Jan:Feb);

    Error:-number of Dimensions [1] does not match number of gen/lev [3] office [@Dim]

    Don't know how I can roll up to an aggregate value of all the members of the child to the parent.

    Error.PNGhierachy.PNG

    you do this more difficult it must be. If you want to accumulate up to 100 then you could just make your calc

    '100 '.

    but that would be only 100, to make the OU any dimension would

    AGG (Product);

    Or better yet

    AGG (Product, Market);

  • Calculation script, loading data in each block?

    Hello

    I have a calculation script that does not replace an existing value with 1000. It should not do anything if the value is 0 or #missing, but I found it load actually numbers on all the blocks without worrying. Am I wrong in something?

    :

    FIX (@RELATIVE(Dimension1,0), @RELATIVE(Dimension2,0))
    FIX (& CURRENT_SCENARIO, & CURRENT_YEAR)
    "ACC100")
    IF (ACC100! = 0 OR ACC100! = #Missing)
    ACC100 = 1000;
    ENDIF
    ENDFIX
    ENDFIX


    Any help will be appreciated.


    Kind regards

    you want to use AND it is not OR

    in your case it will always return the true value, it will not not 0 or may not be #MISSING.

    If you use, and it won't work if its not the 0 and not #missing

  • Customized for Acrobat field calculation script

    Hi, I have a field calculation script. I want to calculate exp (x), I want to link a X 'A' value. May I know what is the formula for this calculation?

    From another angle, I found at online, the operation is < 2.71 * X >, means 2.71 X power. But duno why <>* may not work to this end (power) to the custom calculation script.

    Do I know what other script can be created for exp (x).

    Please notify. Thank you.

    Of

    McCarthy

    Thank you all! I finally have the answer by myself already.

    Use this formula:

    Event.Value = Math.exp (this.getField("A").value)

    Yes!

  • Is it possible to convert excel function if (and a custom calculation script

    Our field staff use many Excel files for project documentation.  Our organization moves for iPad instead of laptops and we found that a PDF file to be filled on-line is a great resource for our staff.  I have created several of these forms that contain multiple lines and I just starting to learn how to write custom calculation scripts.  I have a more complex than most calculation and I don't know if this can be written in script.

    = IF (I6 < 0.7, G6 * 0.8, IF (AND (I6 > = 0.7, I6 < 0.8), G6 * 0.85, IF (AND (I6 > = 0.8, I6 < 0,9), G6 * 0.9, IF (AND (I6 > = 0.9, I6 < = 1,1), G6 * 1, IF (AND (I6 > 1.1, I6 < = 1,2), G6 * 1.1, IF (AND (I6 > 1.2, I6 < = 1.3), G6 * 1.15, of"extra work"))))))

    I6 is OverdepthRow1

    G6 is WithDowelsRow1

    I think I understand how to get started

    var v1 = get.thisField("OverdepthRow1").value;

    var v2 = get.thisField("WithDowelsRow1").value;

    if(v1<0.7) {}

    var result = v2 * 0.8

    Event.Value = result}

    ElseIf (v1 > = 0, 7 - now I don't know what to do!)

    I hope that I used the correct brackets and braces in the right places.

    I appreciate your help and your advice.

    Thank you

    Rhonda

    I'm sorry, I made a mistake with the first two lines. I have corrected a problem but introduced another. They must be:

    var v1 = + getField("OverdepthRow1").value;

    var v2 = + getField("WithDowelsRow1").value;

Maybe you are looking for