Changing the logic to calculate score

Hi!
Score of the KPI(KPI1_TARDEV) is calculated based on some logic. I need to change the logic for some 100 KPIs using command instead of right click on the Variable and then selecting 'Logic' and then editing. This is very difficult beacuse there are more than 100 KPIs for which i need to change the logic.
Is there any command like SET VARIABLE to change the logic to calculate the score?
For example:
Currently all the Achievement KPIs have score calculated based on the formula KPI1_ACT%KPI1_TAR.
I want to change it to
KPI1_TARDEV
IF KPI1_TAR LT 0=(1-KPI1_ACT/KPI1_TAR)*100
IF KPI1_ACT LT 0 AND KPI1_TAR GT 0=(-1+KPI1_ACT/KPI1_TAR)*100   OTHERWISE = KPI1_ACT%KPI1_TAR
can i use command some thing like below?
set vvariable logic KPI1_TARDEV AS
KPI1_TARDEV
IF KPI1_TAR LT 0=(1-KPI1_ACT/KPI1_TAR)*100
IF KPI1_ACT LT 0 AND KPI1_TAR GT 0=(-1+KPI1_ACT/KPI1_TAR)*100   OTHERWISE = KPI1_ACT%KPI1_TAR
Thanks
Praveen

Hi Praveen,
I was faced with a similiar situation, please search the SSM forum for this thread: "Customer exit - Cube Builder SSM".
Read the whole thread.
Thanks,
Tsholo.

Similar Messages

  • Changing the logic

    Hi all,
    I need to change the logic in start routine for an Infocube.Any data before JAN-2000 should be loaded using the first (old logic), starting from JAN-2000 the new logic should be used to load.
    How can I use TVARV to do this?
    Can you please explain what to do STEP-BY-STEP with necessary codes?
    Thanks a lot.
    H.

    Once again i have solved my own problem, just bring the tempo of the song down to extend the song length
    thanks to me and everyone that spent there time on this thread
    thanks

  • TS4088 I have changed the logic board in Apple genius bar

    I have changed the logic board in Apple genius bar after updated to 10.6.8. Updated to 10.7.2 but now way BSOD never solved except after changing the logic board.
    Can I update to 10.8.3 or as I read in the communities, the BSOD will return again? If it happens, I guess Apple will not change it to me again.

    I am also on my forth hard drive on the same model.
    When I unpacked the computer, the hard drive did not include OS X either. Actually, it was completely blank. Did not even have a partition table! I have also had random problems with the machine not charging.
    I have replaced the drive myself with an SSD after figuring the Apple Certified technicians were incompetent. Now even the SSD is starting to fail
    I have bought an HP laptop and setup Ubuntu on it. Hope it turns out better than my previous four various Mac models. All have had various repeating hardware issues that Apple Certified technicians have been unable or unwilling to correct.

  • Changing the logic board

    will I lose my apps in my macbook pro if I change the logic board? For example, I have Logic Pro 8 on my macbook pro. My mac didn't turn on anymore, I went to the Apple store and they told me that I need to change the logic board. If I get the logic board fix, or replaced, will I lose my apps (Logic Pro 8) or will the app still be on there? Please respond because I don't want to lose my projects and the software.
    Thanks

    Not off topic ... this is *YOUR* post ...
    To start, you can sell your old one for the parts that still work (SuperDrive, display, ...).  Gives you some money back on a new one. 
    And PLEASE do not read my following statements as "just pay to fix it" ... I am just stating facts and I for one would probably buy new and sell old for parts
    Second ... *most* new units come with Lion, and due to the firmware (PCs have BIOS on EPROMs, Machas "EFI Firmware), getting anthing less than Lion to run is tricky (just look up the number of existing posts on this subject).  Some have successfully pulled it off, but it all sounds complicated and I like haing an SL-initial unit.
    But do not despair ... some people have hoarded stocks of MBP that can easily run SL because they actually came initally with SL so gray install disks come free.  If you start a post asking who knows these vendors, you should get an answer.
    Also ... with apologies if you did not know this (as if you had no read anythingthing else I wrote) ...
    Lion does not support PPC software anymore because Rosetta is not supported.  Could be higher software replacement costs if you do not intensely look for one of the few SL-initial MBP.
    If you want to and want to avoid Lion (I have no valid opinion on why you should ... just saying if you want to) then start a thread on "Who knows the venors of existing pre-Lion MBP?".
    I only mention the Lion issue because even if you put your old HD into an external enclosure, Lion-ready systems may not boot off that old system with applications you already have installed, and you wold be reloading all apps anyway.
    I will stop so you can catch up, and ask more.
    Or just jump straight to my recommended post and ask your question about saving old HD and SL-ready MBPs.

  • Changing the Instrument Name in Score View

    I've modified the Orchestral Template to create my own desired orchestral set up and changed the track names of the instruments and also applied these new names to their corresponding regions but in score view the old names (provided by the template) are still the ones that show up. I've had this problem before when not starting from a Logic template. How do I change instrument names i score view?

    Indeed CCT - I had a play around after your very useful post about Instrument names and the long and short of it is as you said:
    CCT wrote:
    Your only solution seems to be to use the Score set method of naming/labelling staffs, and then >working in Page view (ignoring the View:Instrument names)
    I too could not rename the actual Midi Instruments in Score View - short of going to the Midi Unit/Environment and bringing up the page with their actual names and changing them ( which I dont want to do).
    There is indeed an issue here if you want rename a Midi Instrument from say 'pop piano' to plain "Piano" in Score View and you do want the name on the *actual score* - it would be great if Score View could do this.
    However, Logic gives lots of opportunities for different names on the actual score.
    One thing that is not perhaps clear to the original Poster is that in order to do this, the best way is to Create a Score Set from Selection and then Double Click in the very top of the Inspector. This brings up all the actual name boxes. You can see the original Instrument name ( ie mid Pop Piano) and then you have the option for Full Name or Short Name which is selectable ... elsewhere in Score Settings> Names and Numbers> Instrument Names
    M S

  • SSM7.0 - Logic to calculate scores

    Hi all,
    I am trying to override a variable (KPI15_TARDEV) with a new score calculation by creating a logic (See below for example).
    I need to store Actual (KPI15_ACT) and Target (KPI15_TAR) values in temp variables in order to calculate the new score.
    The issue I have is that on the front-end user interface /browser the KPI Actual value gets overwritten with the incorrect score (value from KPI15_TARDEV) and the incorrect score is also displayed. The back-end/PAS shows the correct actual value. The Target value remains the same in the front-end and in PAS.
    If I hardcode the actual and target values below (remove KPI15_ACT and KPI15_TAR) i.e.
    ACT1 =9
    TAR1 = 10
    then the correct score is displayed and the KPI actual value is not overwritten on the front-end user interface.  However I need to have the actual and target values stored in a temporary variable as these values are entered in via the Entry and approval process.
    Could someone please assist? Thanks.
    KPI15_TARDEV Logic example
    u2026 create temp variables
    scalar ACT1
    scalar TAR1
    scalar TEST
    u2026 assign temp variables with values from KPI15_ACT and KPI15_TAR
    ACT1 =KPI15_ACT
    TAR1 = KPI15_TAR
    u2026 calculate new scores
    TEST
    if ACT LT 0 AND TAR LT 0 AND ACT_ABS EQ TAR_ABS = ((ACT1)/(TAR1) *100 )
    if ACT LT 0 AND TAR LT 0 AND ACT_ABS LT TAR_ABS = ((TAR1)/( ACT1) *100 )
    u2026.
    u2026 assign new scores to KPI15_TARDEV
    KPI15_TARDEV
    IF TEST LT 90 = 1
    IF TEST GT 110 = 5
    u2026

    Hi Taariq,
    Try using the TEMP command instead of SCALAR. Also it seems the IF statements are not complete...
    By the way, it should also be useful to add a BYPERIOD - ENDBYPERIOD to the logic. This will make sure that the values will be calculated correctly when used in other virtual variables which use time oriented functions, such as the _TRDDEV measures.
    u2026 create temp variables
    temp ACT1
    temp TAR1
    temp TEST
    BYPERIOD
    u2026 assign temp variables with values from KPI15_ACT and KPI15_TAR
    ACT1 = KPI15_ACT
    TAR1 = KPI15_TAR
    u2026 calculate new scores
    TEST
    if
    ACT LT 0 AND TAR LT 0 AND ACT_ABS EQ TAR_ABS
    = ((ACT1)/(TAR1) *100 )
    if
    ACT LT 0 AND TAR LT 0 AND ACT_ABS LT TAR_ABS
    = ((TAR1)/( ACT1) *100 )
    OTHERWISE
    = ????
    u2026.
    u2026 assign new scores to KPI15_TARDEV
    KPI15_TARDEV
    IF
    TEST LT 90
    = 1
    IF
    TEST GT 110
    = 5
    OTHERWISE
    = ?????
    u2026.
    ENDBYPERIOD
    Hope this helps!
    Ricardo

  • My 2011 MacBook Pro does not start and stop after the apple appear, they said that the problem is a video problem and need to change the logic board. Cost almost same to buy a new one. Somebody have the same problem?

    I have a MacBook Pro early 2011. Does not start. After the apple show, a blank screen appear. The service said that the problem is with the video plaquue in the logic board. Need to change. Cost lmmost the same than a new MacBook Pro. Somebody has the same problem? What we can do?

    I hate to break this to you, but life isn't fair. If your job is that critically in need of a computer, then you should have a spare to use for just this kind of situation or have your employer provide you with a computer to use.
    Computers break down, just like cars. If your car breaks down do you curse the car maker or get it fixed? Surely, you paid more for your car than the computer.
    This is reality. Best get used to it because it won't get any better.

  • In the Logic Pro X Score Editor's Inspector, where do I find the "insert pop-up menu"?

    In the Score Editor's Inspector, where do I find the "insert pop-up menu" referred to in the Logic Pro X online Help manual? All I see are Time and Scale Quantize and Velocity. Is the online Help out-of-date?

    Thank you, The Art of Sound—but the advanced features are already enabled, and yet I still don't have a an Insert Pop-up Menu.
    Thanks,
    Piximon

  • I have a siebel application in english and i do have built the framework in oats,now if the application changes to arabic , do i need to change the logical name of the object?

    Hi
    Iam currently working on OATS automation for siebel application.
    I am having the marketing site in siebel in english language currently and i have developed framework for the same.
    Now, customer is changing the marketing site from english to arabic, now my question is will the logical name of the objects change?
    do i need to again build the Object repository for arabic as well or will the logical name remains the same?

    Hi,
    If you developed framework based on objects id, then that will work.
    If you used text of objects to identify them( say example click on a link with text 'SignUp') then script will fail - fail to find object with text mentioned in script
    Regards,
    Deepu M

  • How many times did you change the logic board?

    Hello everybody,
    I"m the formerly proud owner of an iBook G3. Solowly I"m getting tired of the logic board problem. I have AppleCare, but by now I"m sending my iBook twice a year for repair!
    By now I had my iBook sent to Care 5 times due to the logic board problem.
    Now I"d like to know if this is average, low or high ranking on the G3 exchange scale,
    Who can beat 5?
    Michael

    Michael,
    Mine has been back three times.
    If your iBook's logic board goes out again, I recommend that you call Apple and, instead of talking to Customer Support, immediately ask for Customer Relations. Be prepared with dates and details of your iBook's repair history, tell them you need a computer that is dependable, and your iBook just isn't. Then ask for a replacement. It has been known to happen.
    Good luck.

  • Is it possible to change the Logical System name in ID

    Hi,
    I am doing a file to Idoc scenario. My requirement is to overwrite the logical system name, which is set in SLD for sender (system). Is it possible to overwrite it in ID or in mapping somewhere.
    Thanks,
    Dehra

    Hi Dehra,
           Go through the below help file of SLD. It will give you information regarding logical name as well:
    <a href="http://xiserver:50100/sld/doc/sld.pdf">http://xiserver:50100/sld/doc/sld.pdf</a>
    Regards,
    Subhasha

  • How and where I can build the logic to calculate between cal days?

    Hi
    I have the cube having data like below. When I run the report based on calendar day as input, I would like to get output data how many Line Items based on my selection (status, Trans status) from between calendar day to calendar day+150 days.
    0Calday     Sold-to-Party           Status                 Trans No     Trans Status      Line Items
    03.10.2008     2000028074     50     216270          28                       1
    05.11.2008     2000024917     40     216281          15                       1
    06.10.2008     2000006277     33     216292          28                       1
    15.12.2008     2000019927     33     216303          10                       1
    If I provided calendar day as input at query how and where I can build the logic u201Cbetween calendar days to calendar day+150 daysu201D?
    For example, If I run a report as caleder input  03.10.2008 with selections status = 40,33, Trans statu =15,10, with above data, I can get the output below.
    05.11.2008     2000024917     40     216281          15                       1
    15.12.2008     2000019927     33     216303          10                       1
    Please help me to build the above logic?
    Thanks,
    Mannev

    Hello,
    There are some informtion in SDN that can be useful regarding customer exit for variables in BEX, for example:
    need clarification on BEX variable usage in customer exit.
    you can also try to use the variable offset:
    variable offset in Bex
    Best Regards,
    Ricardo

  • Can the fan be replaced without the need of changing the logic board and everything else they said(total of $750)??

    my mac air have some physical damage , the fan seems not no be working, when they runed the test it is what it showed , now they are telling me that they need to relace evrything, even if is not damaged. The incident hapened  week ago , i had not experienced any overheating problems , or any issues.
    I didnt knew the damage on the fan till they runed the test.
    Is it possible that by changing just the fan would be just enough for not cause any future damage on the rest of the comuter???
    even that before today , i didnt noticed any truoble with it.....
    i sudgested that to the genius bar guy , n he said that "there they just dont provide that service"......

    So the first was ruined from a spill.
    and the second one.......?
    You list a MacBook Air (13-inch Mid 2013)
    it would still be under warranty IF it was warranty work,  is it?  Or did you ruin it with another spill?
    Seems you need portable insurance for spills / accients etc.
    for drops, accidents, spills, loss, or theft, purchase a TYPE of insurance called "inland marine insurance"
    roughly $30 per year for a device(s) with 0 deductible, used same for over 20 years, same insurance the pros use on their portable devices.
    very cheap, very useful insurance, most people dont know about same.
    http://en.wikipedia.org/wiki/Inland_marine_insurance

  • Changing the logic song length

    it seems i've moved the white line box at the top of the arrange / bar listing as far right as it wants to go - i think it's around 2137 bars
    is there any way of making it go further to the right?
    changing a song length setting maybe?
    thanks
    dual g4   Mac OS X (10.4.6)  

    Once again i have solved my own problem, just bring the tempo of the song down to extend the song length
    thanks to me and everyone that spent there time on this thread
    thanks

  • Pricing recalculation in ECC - how it is done and Exit to change the logic

    Hi all,
    I have  a issue relatedto PO's created(rather replicted) in ECC system from SRM system.When the PO's are replicated from SRM,the pricing is recalculated in R/3 based on DEAFULT setting.Nw when the tax code is changed in SRM PO,the changes are reflected in R/3 PO but  pricing is recalculated cosnidring the default tax code and not the new tax code which comes from SRM!
    What do i do so that the ECC system knows that it should use the New tax code and not the deafault one maninatined.
    Is there any User EXit/BADI in ECC where I can set the indicator wherein system willconsider the new tax code for price recalculation?

    Hi Experts,
    Any suggestions?

Maybe you are looking for

  • SharePoint 2010 with SQL Reporting Services 2012 "Installation Error: Could not find SOFTWARE\Microsoft\Microsoft SQL Server\110 registry key"

    i have a small sharepoint farm "2 servers" (WFE) and SQL Server 2012 , i installed rsSharePoint for reporting services , as a read the Reporting services is Application Service  with SQL 2012 not as SQL 2008 R2 with SharePoint integrated mode, so aft

  • Is it possible to pickup call on 7925 wireless handset?

    Hi Is it possible to pickup a call with 7925 handset? I checked the phone button template but couldn't see it Is it possible to pickup call with another way such as specific code ..etc. Or any other solution.. CUCM ver 9.1 Thanks for your help.

  • Refresh the display list

    Hi experts,   i am using one standard function module in my program.  i am calling this program using a submit and return statement in another program.In the standard funtion module one write statement is used.  My issue is once the function module i

  • How do I plot an array of waveforms?

    The computer on which I am building my VI doesn't have access to the internet, so I can't post any of my code (so I'll use as much detail as possible) I am taking DAQ measurements for four devices that come in as (I believe) an array of dynamic data

  • Changes made in Lightroom3 don't print

    Sometimes, the edits made in LR 3 are not applied when I print.  They also do not show correctly if I choose them as the desktop background accuratly (afterexporting it as a jpg file). The photo is colorful but my desktop is not! I've exported a numb