Adding Three Variables using Standard Action?

I'm attempting to create an expression using a standard action. However I'm finding that it will only allow me to enter two variables (NOT 3) for the total.  (total 1) + (total 2) = data_targetmonthly (as shown below). I need the expression to be: (total 1) + (total 2) + (total 3) x 1.3  = data_targetmonthly.
Please see attached. Should I be using an equation at this point instead?

I've been pulling my hair out on this one and I've gone through the Rapid Learning blog, your site and the Lynda.com training as well as searched throughout youtube and the community forums and still can't find the answer I'm looking for.
I have four text entry boxes in one column where the student enters in an item they'd like to have. Each item goes into its own TEB.
EX: Ford Mustang
In the middle column I have a cost for that item that they enter in (variables labeled as: cost_1, cost_2, cost_3, and cost_4). They manually enter it in - there are no preset values that they enter from a list on the screen or that I can have them select from a drop-down menu or anything.
EX: $300/mo
In the third column I calculate how much that item would cost over the course of a year.
EX: $4680
The Action to determine the $4680 value would be:
COST_ITEM1: SUM_ITEM1 = COST_1 * 1.3
Now if I stopped there with one item - EVERYTHING WORKS GREAT! But here is where I run into trouble....
I want to follow this procedure for all four items and then create a GRAND TOTAL for the entire list using the same formula as above. But when I do so, the value always comes up as "0".
I had created a variable called "total_1" and the following action:
12_TOTAL: total_1 = COST_ITEM1 + COST_ITEM2
and then created the following as well:
34_TOTAL: total_2 = COST_ITEM3 + COST_ITEM4
Then I created an action entitled:
FINAL_TOTAL > YEARLYCOST: 12_TOTAL + 34_TOTAL
This gives me the "0" total. Again. It's driving me NUTS. Can you point me to where I'm going wrong? Am I correct in lumping together the FINAL_TOTAL figure as 2 totals? I wish there was a simpler way - by adding multiple totals (more than 2) into one variable.

Similar Messages

  • Adding local variable using mfc-application

    Hi.
    I’m looking for a way to add a local variable to a TestStand-Sequencefile (not while the sequence is running) – out of a MFC-application. It’s not the first time this question is asked – I know. But I’m not able to get the other solutions running.
    Thought it should work like this:
    Step SequenceStep;
    TS:ropertyObjectPtr property;
    disPtr = tsEngine.NewStep(TS_SequenceAdapterKeyName, TS_StepType_SequenceCall);
    SequenceStep.AttachDispatch(disPtr);
    SequenceStep.SetName("Sequence");
    //add a local variable to the new created sequence
    property = SequenceStep.AsPropertyObject();
    property->SetValString("Locals.VarToInsert", 1, "Str");
    In TestStand I’m not able to see the
    new variable – but in the Sequencefile the following lines were added:
    [SF.Seq[0].Main[2].Locals]
    VarToInsert = "Str"
    After changing the lines to:
    [DEF, SF.Seq[1].Locals]
    VarToInsert = Str
    everything works fine. Any suggestions what’s wrong with my program?
    Thanks!

    I’ve found a solution (example in the TestStand-folder) for this problem.

  • Variables in an action to use in script

    I want to duplicate an image, then change the duplicated image name to the original image name with some extra text at the end to make it slightly different.
    Example.
    Original..    Image123
    Duplicate...  Image123BW. Or Image123BG. etc.
    So as not to have to have a separate script for each different text addition I wondered if I can have a variable in the action that can be passed to the script to add to the new document name?

    Code to duplicate document:
    var doc = app.activeDocument
    var fname = doc.name.split(".")
    var fname = fname[0]
    var ToneType = 'BW'
    var newDoc = doc.duplicate(fname+ToneType,true)
    //var newDoc = doc.duplicate(fname,true)
    newDoc.flatten();
    I have 3 actions that I want to use the script for. One action to make a B&W (BW), one for Sepia (SP), one for Warm B&W (WBW). If I use the above code it will just duplicate the document with the same name, adding the hardcoded ToneType to the end of the document name. I could make three scripts, one for each, but I thought if I could have a variable (ToneType = 'BW') for example, that would pass to the script then I could only use one script that would change depending on the variable name that was in the action.
    This code will just duplicate the document without the text  COPY  at the end but I need to make one for each ToneType I have. Maybe that's the easiest way but I like to make a script with multiple uses.
    When you suggested that rename the active layer with a specific name, I can rename the background layer to  BW  for example, but at the end I still need to rename the file with the   BW . I can script the part to add the active layer to the document name but can't figure out how to replace the name when the script goes back to Photoshop.  I know something is missing in this code that will replace the active documents name. Just not sure what.
    this is the code for that try:
    //replace name of current document with document name + active layer name
    layerN = activeDocument.activeLayer.name
    var doc = app.activeDocument
    var fname = doc.name.split(".")
    var fname = fname[0]
    app.activeDocument.name = (fname+layerN,true)
    Thanks for any help!

  • Using Advanced Actions to Make a button appear only after three other click boxes have been clicked.

    I'm working on an interactive brief, and I'm making slides where the user has to click the correct items and then a "Contine" or "Next" button appears so they can move to the next slide.  Any help out there?  I have been using Captivete but I do not have a lot of experience withthe Advanced Actions.  I'm sure this is a pretty simple solution for all you captivate Wizards out there.
    I'm using Captivate 5.5.
    Thanks for any help!
    heymattmann

    Hi Matt,
    Can you post some pictures of the Advanced Actions you're trying to use that aren't working? It might give people some ideas of specific ways to help you. It can be a bit frustrating to start out, since there's not a lot out there in Adobe's official stuff for Adobe Actions, but Lilybiri's blog really is a great resource.
    Others might do this differently, but for your scenario, I would create 3 similar Advanced Actions, each one assigned to execute On Success for a clickbox, and three Variables to keep track of whether or not the user has clicked a particular box. There's also your next button, which starts out hidden. Make sure to name it something like NextButton so you can find it easily in the dropdown box when making your Advanced Actions.
    So I might name the actions and variables: actionClickBox1, actionClickBox2, actionClickBox3, and varClickBox1, varClickBox2, varClickBox3 (when you create the variables, set their default values to 0). You can call them whatever you want, just don't reuse names anywhere else-- you will run into problems.
    The idea behind the actions is that each time the user clicks a box, you change the variable for that box to keep track of the fact that it has been clicked. That part you were on the right track for. The next part of the action then checks to see if all the clickboxes have been clicked (aka, if all the variables have been changed from their original values to the new one). If they are, it shows a next button. If not, it does nothing.
    From what you said, I think you were trying to add an Advanced Action to show the next button to the next button itself. This would only execute when the user clicks that button, which makes it impossible-- you'd have to click the next button in order to show the button so that you can click it... oh dear. The decision of whether or not to show the next button needs to be part of the clickbox actions, so that upon clicking the third and final box, the next button will pop up. Because it makes this decision (to show or not to show) on each clickbox, the order you click them in doesn't matter. It will only show the next button once all the variables have been changed.
    You will see that the actions are all very similar, except for the variable that they change:
    actionClickBox1
    first tab in the conditional action:
         if varClickBox1 is equal to 0 <-- default value of variables must be 0
         then assign varClickBox1 with 1 
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    actionClickBox2
    first tab in the conditional action:
         if varClickBox2 is equal to 0
         then assign varClickBox2 with 1
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    actionClickBox3
    first tab in the conditional action:
         if varClickBox3 is equal to 0
         then assign varClickBox3 with 1
    second tab in the conditional action:
         if varClickBox1 is equal to 1 AND
         if varClickBox2 is equal to 1 AND
         if varClickBox3 is equal to 1
         then show NextButton
    Hint: If you set up one of these actions and save it, you can click a button in the top right hand corner to duplicate it and then just change the few things that are different to make the next action. It saves you from having to create it three times from scratch!
    Wow, this is long... I hope it isn't overwhelming in its length, and that it helps! Advanced Actions really are a cool feature once you get past their quirks...

  • I'm having an issue displaying a button using advanced actions and rollover slidelets.

    I'm having an issue getting a button to display after the learner places his mouse over three different rollover slidelets which are all on the same slide. I created three variables and assigned each to the rollover slidelets. I also created a conditional action that I assigned to the slide. The variables are set to zero and then the action is to assign the variable with 1 after it's rolled over. The conditional action says that once all three variables are equal to 1, show the button and continue. Unfortunately the button is not displaying after the three rollovers have been viewed. Any insight?

    I can only suspect what is going wrong, it would have been a lot easier if you did show those actions.
    My suspicion is due to this sentence '... a conditional action that I assigned to the slide'? There are two slide events: On Enter, and On Exit. Read more about those events:
    http://blog.lilybiri.com/events-and-advanced-actions
    Those events can trigger an advanced action but only at that frame: first frame (On enter), last frame of the slide. But you expect the button to appear when the three rollover events have occurred? That means the condition has to be checked by each action triggered by the rollover events. Have multiple examples on my blog for such use cases, latest one was:
    http://blog.lilybiri.com/blog-after-posterous-clickclick
    Shortly:
    Use the On Enter event of the slide to reset the three variables to zero, that will be a standard advanced action with three Assign statements (this is not necessary if you never expect the user to return to that slide)
    Use each Rollover event to trigger a conditional advanced action with two decisions:
    First decision 'Always' will be a mimicked standard action, and toggles that variable to 1
    Second decision 'Checkit' will have your condition to see if the three variables are equal to 1, if Yes show the button, if No, nothing has to happen (or maybe Continue, depends on setup)
    Lilybiri

  • How to use same actions for differ pop-up

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi,
    Take one integer value attribute in the context of view
    when you r performing action on POP1 set it's value to 1
    when you r performing action on POP2 set it's value to 2
    create one method which receives integer argument, say diaplay(int a)
    In the action call display(wdContext.currentContextElement().get<intvariable>()) by passing the value in the context attribute
    in display() method, Check the value of integer variable..
    if it is 1 then perform action related to POP1
    if it is 2 then perform action related to POP2
    Regards
    LakshmiNarayana

  • How to use standard SAP stylesheets in WAD

    Hello ,
    I created a new Web template.
    Assigned a data provider, inserted a table.
    In order to view i include a Analaysis box in one of the cell of Table.
    Now i need to change the colours of result rows.
    How to use Standard Stylesheets provided by SAP.
    Where this stylesheets will be located
    Under which properties.
    How to use those.
    How to edit those and save as we wanted.
    An y step by step documents, please send it to [email protected]
    I want to include Information button in Template, so when executing if user click this button he/she should know,
    What are provided variables and if they chosen some specific variable restriction to see the result,
    Also by default this information should get print.
    In standard sap portal, this button is located on upper right corner.
    Please advise.

    Thanks Rusty,
    Thats exactly right,
    I included a naviagtion block and it worked well
    But while printing the query on Web template, It only prints the data that is coming in Analysis block.
    Similarly while running the query thru BEX to Portal,
    Navigation block is on left, but while printing it prints exactly every data in Information tab.
    Information is the button located on upper right corner.
    If you click, it will give you information such as , which restrictions u did, which extra filters you added everything.
    And while printing it prints this information too.
    I want to do the same designing for my custom Web template.
    How can i do that.
    I already added navigation block, so it will be easy for users to drag and drop Chars and KFs in rows and columns as well as filter if they needed.
    I hope you are trying to understand.
    Also for using stylesheets can you suggest.
    So that i can make changes to row and columns.
    I am unable to locate stylesheet in any of the properties.

  • How to use standard workflows in my company?

    Hi Experts,
    I want to know how do i use standard workflows for my company. I have searched forum, but coudn't find proper answer. I have seen some standard workflow numbers(eg.WS12300111). But when i search for them it wont works. It will pop up "Choose Workflow Template" window. When i select the module there it opens up the empty folders.
    What is the meaning of this?
    Can i know what do i need to do for overcome this problem?
    Thanks,
    Rashika.

    Hello rashika ,
      To differentiate between standard and  custom workflows .
    All custom workflows would have first three digits lying betwee 900-999  ( called prefix number range )
    The number range 90000000 - 99999999  is reserved for customer developmen t and the range 00000000 - 89999999 is reserved for SAP.
    Or to  know precisely what exactly is the number range of  custom workflows in your system , check through tcode  OOW4.
    To help with your search in HR workflow , I am providing some -
    HR -OM
    WS01000014     Execute Designated Personnel Action
    WS01000038     Consolidate Headcount Planning
    WS01000039     Generate Headcount Planning
    WS01000040     Create Vacancy for Position
    WS01000041     Delimit Vacancy for Position
    WS01000043     Error in processing a vacancy
    WS01000077     Execute Designated Personnel Action
    WS01200136     Message New Employee in Department
    HR-PA
    WS00400077      Absence approval (asynchr. unlock)
    WS00400078     Handling of unapproved absence
    WS00400095      Display approved absence
    WS00400220      Preparations for start of work
    WS00400221      Choose letter
    WS00400222      Approve absence (sychr.unlock)
    WS01000015      ESS Plausibility check change of address
    WS01000036      ESS activities after hiring
    WS01200175      Entry due to country reassignment
    WS20000003      Pay increase approval with SAP forms
    WS20000015      Approve absence
    WS20000017      Determine basic pay items
    WS20000018      Resubmit postponed pay increase
    WS20000057      Find and Lock Employee
    HR-TM
    WS01000109     Cancel leave request
    WS01200003     Find and Lock Employee
    WS04200009     ESS Leave Request
    WS12300111     General Workflow for Documents
    WS12400004     ESS Leave Request Without Approval
    WS12400005     Cancel absence
    WS12400007     Cancel Absence Without Approval Step
    WS20000081     Leave Request with HTML
    HR-PY
    WS01000090      W-2 form reprint
    HR-BN
    WS01000001     Initial enrollment Benefits
    WS01000002     Create offer and inform employee
    WS01000003     Create adj. reason because of event
    WS01000009     Check if the employee is locked
    Thanks,
    sahiba

  • How can I extract cursor coordinate in Adobe Photoshop for use in Action script?

    What I want to do in Photoshop (version CC, but I think this applies to any version) is label a point using count tool under my mouse's current position, and label it multiple times (for different labels). I have an action that essentially does this:
    (1) Add to count (under one label) (2) Switch to second label (3) Add to count (under second label) (4) Switch to third label (5) Add to count (under third label)
    And the problem is that I need to be able to have a variable in the action script that uses the cursor's current position (X and Y numbers) on the canvas to set these three points when the macro is activated. Currently I am only able to record the script using constant X, Y values (the same point is labeled over and over when I play the recorded action). I am able to extract the code for the action for editing (via xbytor2's suggestion in this forum:https://forums.adobe.com/thread/696989) and I see where the variable can go, I just don't know what exactly to put in place of the constant X, Y values that will let Photoshop input the mouse's current coordinates...
    Any ideas? Much appreciated!!

    You could use the pen tool set to path and create a single dot, then run the script to get the cursor positions and use that in your script.
    var strtRulerUnits = app.preferences.rulerUnits;
    var strtTypeUnits = app.preferences.typeUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    app.preferences.typeUnits = TypeUnits.PIXELS;
    var doc = activeDocument;
    var workPath = doc.pathItems.getByName("Work Path");
    var pos = workPath.subPathItems[0].pathPoints[0].leftDirection;
    $.writeln("x = " + pos[0] + " y = " + pos[1]);
    doc.pathItems.getByName("Work Path").remove();
    app.preferences.rulerUnits = strtRulerUnits;
    app.preferences.typeUnits = strtTypeUnits;

  • Open multiple PDFs in Photoshop at specific size for use with Actions

    I am having a bit of a roadblock with batch Automate in Photoshop. I'd like to open multiple PDFs at 630p x 630p, 72 dpi in greyscale. I have 2000 files to do this on. If files are already open, the rest of my action works, does a few things, then saves for web as PNG. It is just the open which is not working. It tries to give all files the same filename. Taking the filename out of the Action is not an option. Scan of msg boards say that this feature stopped working around CS3. Any ideas? Much appreciated.

    Open opens images the same size and resolution they are saved. If you want the images to be a particular size you need to do that in the action.
    If you download my crafting actions package.  You will find the there are over a dozen scripts I wrote to be used with in action.  One is a plugin script that would be particularly helpful to you to do the resize you want to do.  The first three steps would be Step 1 menu File>Automate>AspectRatioSelection....  You would set in a 1 to  1   Aspect ratio. Centered, rectangle. replace, selection and 0 feather. In its dialog.  Those settings will be recorded into the Actions step. Step 2 menu Image Crop. that will make you image square. Step 3 menu File>Automate>Fit Image...  In the Fit image dialog you would set 630 in the width and height fields.  These settings will be recorded into the actions step.    When the action is played no dialog will be displayed. The recorded settings will be used.
    Crafting Actions Package UPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Example
    Download

  • Adding counter variable

    Hello all-
    I know this has been discussed numerous times but I can't seem to get it working!
    I'm trying to start simple first and here is what I am trying to accomplish at this time:
    I have three "rectangle" boxes (on the stage), each a symbol(names below) and different color.
    blueBox
    redBox
    greenBox
    I have three "text" boxes above them on the stage.
    blueCounter
    redCounter
    greenCounter
    I have three variables in the compositionReady action on the stage:
    sym.setVariable("redCount", 0);
    sym.setVariable("blueCount", 0);
    sym.setVariable("greenCount", 0);
    What I want to have happen is when you click on the text box for any of the boxes, the box performs an animation and a number gets incremented by one, showing on the stage after the "text" boxes from above:
    blueCounter 2
    redCounter 5
    greenCounter 1
    I have the following code in an "onClick" action for the greenCounter text that calls the appropriately colored box:
    sym.$("greenBox").show();     // it is hidden on the stage at first-this works fine
    var counter = sym.getVariable("greenCount");
    counter++;
    sym.$("counter").html("green Count: " + counter);
    sym.setVariable("greenCount", counter);
    But, of course, I'm not seeing anything appear after the  "Green Count:" text on the stage (or the other two)... (except the animation does play)...
    I know I'm missing something elementary and if I can get that figured out, I can move on to what I really want to do with this functionality, now and in the future :-)
    Any ideas?
    Thanks!
    James

    I've got another question:
    Is there a "list" of Edge "restricted code names" (for better lack of words)?
    Playing with the code example you sent, I'm still fighting to add the other two "colored boxes".
    I was trying to change the following and it breaks, which lead me to believe it is a restricted word used by Edge:
    var counter = sym.getVariable("greenCount");
    // insert code to be run when the composition is fully loaded here
    sym.$('greenCounter').click(function(){
              sym.$("greenBox").show();     // it is hidden on the stage at first-this works fine
              sym.$("greenCounter").html("green Count: " + counter);
              counter++;
    I was trying to change the variable "counter" to "greenCounter", redCounter", "blueCounter" but the "counter" broke for the green box.  It shows on the page but doesn't increment past 0.
    James

  • "PWC6317: The attributes for a standard action or an uninterpreted tag cann

    I recently added the following to my project pom.xml file:
    <dependency>
    <groupId>teamdev</groupId>
    <artifactId>quipukit</artifactId>
    <version>1.5</version>
    </dependency>
    <dependency>
    <groupId>teamdev.temp</groupId>
    <artifactId>license</artifactId>
    <version>1.5</version>
    </dependency>
    <dependency>
    <groupId>teamdev.lib</groupId>
    <artifactId>jfreeChart</artifactId>
    <version>1.5</version>
    </dependency>
    <dependency>
    <groupId>teamdev.lib</groupId>
    <artifactId>jCommon</artifactId>
    <version>1.5</version>
    </dependency>
    After doing so, when I try to start up the app, I get the following error:
    "PWC6317: The attributes for a standard action or an uninterpreted tag cannot be deferred expressions"
    The web.xml header is as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.5" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd">
    I am using FireFox 3. I also use Jetty as my web container.
    Any help on this matter would be appreciated.
    Thanks.
    JDev1

    BalusC,
    I am trying to use quipukit, which provides JSF components.
    I have a jsf page with no quipukit components. However, when I add the quipukit dependency to the pom file, the jsf page does not display, but instead shows that error.
    I did go through the google links you posted, however, to no avail.
    It may be a quipukit issue or configuration problem. Could be JSF as well, not sure.
    Any ideas would be appreciated.
    Thanks.
    JDev1

  • Where we using Standard Symbols in Script?

    Hi,
               What is standard Symbol where we using Standard symbol?
    With regards,
    Thiru.*

    Hi
    A variable in SAPscript is called a symbol. There are the following types.
    • System symbol (e.g. the number of the current page)
    • Standard symbol (usable in any document)
    • Program symbol (value from the print program)
    • Text symbol (“local variable”)
    The value of a symbol is text for using within SAPscript code and is represented by the symbol-name enclosed by ampersands. On seeing the tell-tale ampersands in SAPscript code, you sometimes need to figure out the symbol type.
    goto any PAGEWINDOW's Text elements in Script (SE71)
    from the Menu-> INSERT-> Symbols
    you find all symbols here
    System symbols
    System symbols in a SAPscript form are comparable to system fields like SY-UZEIT in an ABAP program, and include these. The graphical editor offers three types of system symbol.
    1. General system symbols
    See the table TTSXY. PAGE is the most widely used. The list given in our BC460 training manuals is out of date.
    2. SAPscript system symbols
    See the dictionary structure SAPSCRIPT. SAPSCRIPT-FORMPAGES is the most widely used.
    3. ABAP system symbols
    For the ABAP system field SY-UNAME, say, the symbol is SYST-UNAME. [SYST is the dictionary structure for ABAP system fields.]
    Sample code:
    User: &SYST-UNAME&
    Page &PAGE& of &SAPSCRIPT-FORMPAGES(C3)&
    Standard symbols
    Standard symbols are maintained centrally (in the table TTDTG via transaction SE75) for use in any document. Menu path:
    Tools
    Form Printout
    Administration
    Settings
    Some standard symbols are SAP-standard and others are custom. Curiously, table TTDTG is cross-client although SAPscript forms are not.
    The value of a standard symbol has to be defined for each language used. This gives a way to make a single SAPscript form multi-lingual.
    We can take advantage to an extent of the central maintenance, though there is no guarantee that the available standard symbols will used in every appropriate context.
    Standard symbols complicate searching a SAPscript form, since text like ‘Charity registration 211581’ may be hiding in a standard symbol.
    Text symbols
    A text symbol is declared and assigned to within the SAPscript code, and so obviously applies only to the current document. The command DEFINE is used, requiring /: in the tag column, as in the following examples.
    /: DEFINE &COMP_NAME& = ‘University of Warwick’
    /: DEFINE &WS_RATE& = &TAX_SUMM_C&
    SCRIPT COMMANDS
    ADDRESS : Formatting of Address
    BOTTOM, ENDBOTTOM : Define Footer text in a window
    BOX, POSITION, SIZE : Boxes, Lines and Shading
    CASE, ENDCASE : Case Distinction
    DEFINE : Value assignment to text symbols
    HEX, ENDHEX : Hexadecimal values
    IF, ENDIF : Conditional text output
    INCLUDE : Include other texts
    NEW-PAGE : Explicit forms feed
    NEW-WINDOW : Next window main
    PRINT-CONTROL : Insert print control character
    PROTECT...ENDPROTECT : Protect from page break
    RESET : Initialize outline paragraphs
    SET COUNTRY : Country-specific formating
    SET DATE MASK : Formating of date fields
    SET SIGN : Position of +/- sign
    SET TIME MASK : Formating of time fields
    STYLE : Change style
    SUMMING : Summing variables
    TOP : Set header text in window MAIN
    Regards
    Anji

  • Control global variable used in sub vi

    Hi,
    I've created a vi to read an instrument and to initiate its calibration with labview. This VI stores data in a global variable containing measurments and status of the instrument.
    Now what I'm trying to do is create a sub vi with this to read&write 2 exactly identical instruments so I can finally create a VI that read all 3 instruments simultaneously.
    How could I create a control on the global variable used by the sub VIs since it is the only thing that will change along with its COM port ?
    I included a screetshot of the current VI.
    Thanks,
    Attachments:
    Read_Calibrate.PNG ‏61 KB

    I would make an array of values and then you just pass in which value to update.  I would actually take it a step further and make an Action Engine that can update the data and return the data.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Follow up task without using the action profile

    Hi,
    Is it possible to create the follow up task without using the action profile? If so, please let me know how we can do that?
    as per the requirements, i have to the custom coding that will automatically create follow-on task triggered by status change on the all the transaction type. Please guide me how can we do that.
    Task details (task id, description), I'm reading it from the custom table.
    Thanks for your help.
    Regards,
    Vaibhav

    Thanks Naresh for the response.
    Not sure if I can use the CRMV_EVENT. Even I'm not aware how to use that. Let me tell what i am doing in the logic.
    - implementing the logic in the badi order_save (method - CHECK_BEFORE_SAVE)
    - get the header and item details using the FM CRM_ORDER_READ.
    - get the status of header / item from the output of CRM_ORDER_READ.
    - compare the status with the custom table (having info of hearder type, item type, status, tast id, task description etc)
    - if status is different, create the task using the details from the custom table.
    now i want to write the logic to implement the last step. Do we have any standard FM where I can pass the task ID and it will create the task? Please help.

Maybe you are looking for

  • Config in Sol Mgr 4.0 for EWA reports for NW2004s Systems??????????

    Dear Experts, We have installed Solution Manager 4.0 with latest Patch Level. We also have  BI 7.0 and ECC 6.0 Systems in Landscape. Requirement : I have to generate <b>Early Watch Reports</b> for the both BI & ECC systems in our Solution Manager. Pl

  • SVG Preview in Bridge CS4

    Just wondering what happened to preview for SVG files in Bridge CS4? I have tried 2 computers now and both of them have Scalable Vector Graphic previews in CS2 & CS3, but not CS4. I know Adobe gave up on supporting it in favor of Flash, but does that

  • Sharepoint Designer Wont Publish workflow

    I am trying to publish a work flow I keep getting the error below, anyone have a solution? System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Auth

  • ABAP Routine BW 3.1

    Hi, I need to create an ABAP routine that takes data from 0fiscpers: 004.2008 and 005.2008. How could that be coded? data: l_idx like sy-tabix.           read table l_t_range with key                fieldname = 'FISCPER'.           l_idx = sy-tabix.

  • Letterbox to 16:9 workflow ?

    Hi everyone. I have searched this forum and other places but cannot find the exact answer to my issue. I use a Sony PC350 dv Cam , which has a 4:3 display/format, and I can film in either 4:3 or 'widescreen'. I believe that this widescreen mode is le