Calculation of fields in Keynote

I am creating a presentation in Keynote for my iPad. The purpose is to get my sales prospect my iPad and then I will control the presentation using my iPhone, pretty easy.

I would then be able to have the perspective, during the presentation live, to be able to manually enter a number and than before using a simple multiplication shows a result, still alive during a presentation.

If the perspective among '100' in a field within the presentation and it automatically which multiplied by the factor preset to say '2' and displays the result of "200" in the presentation.

Is it still possible?

able manually, enter a number and the entry using a simple multiplication display a result, still living in a presentation.

Keynote is not able to do this.

The solution is:

  1. playing Keynote until the direct calculation must be performed
  2. switch to an as numbers spreadsheet application and perform the data entry and calculation
  3. Once finished, switch back to Keynote

Tags: iWork

Similar Questions

  • Calculation of field not updated - Javascript problem

    I have an Adobe Acrobat DC form with what I believe, is that a simple but question left me speechless.  I have a (InitialDate) field in which the user enters a date.  I have another domain in which the user enters the number of days (AddedDays).  I want the third FinalDate field to calculate the value by adding the specified number of days of AddedDays to the InitialDate.  Here's the javascript code, I added slot calculate the area of the FinalDate.

    The javascript of works very well except when the user CHANGES the date in the field of InitialDate, the FinalDate field is not updated.  If the user changes the entry from AddedDays, the FinalDate field is updated.  Can someone help me?

    (function () {}

    var sDate = getField("InitialDate").valueAsString;

    var d = util.scand ("d/m/YY", sDate);

    var days = getField("AddedDays").value;

    d.setDate (d.getDate () + days);

    If (sDate) {event.value = util.printd ("d/m/YY", d) ;}}

    else {event.value = "No Transmission Date entered" ;}

    })();

    Yes, you must correct the order of computation of field as mentioned above. Exactly how do you this depends on which version of Acrobat you are using.

    While you're in form editing mode, select:

    Acrobat 9: shape > edit fields > set field calculation order

    Acrobat 10: Tasks > other tasks > edit fields > set field calculation order

    Acrobat 11: Tasks > other tasks > set field calculation order

    Acrobat DC: (button in the right panel) more > set field calculation order

  • Create only average column calculated date field

    Hello

    I am creating a single field at the bottom of a report to calculate the average number of days, based on the calculation of the 2 other fields date similar to this example below. I understand that I need a subquery, but can't seem to build the SQL correctly. In the table below is an example of what I'm trying to build, AVERAGE = 7.5.  The SQL code that I use to create the cycle time field that I'm trying to average is "ROUND (GLOGOWNER.» THE INVOICE. DATE_RECEIVED - GLOGOWNER. SHIPMENT_STOP. ACTUAL_DEPARTURE, 0) AS "" DURATION in days".

    SELECT ROUND (GLOGOWNER. THE INVOICE. DATE_RECEIVED - GLOGOWNER. SHIPMENT_STOP. ACTUAL_DEPARTURE, 0) IN the 'Cycle time in days.

    OF GLOGOWNER. SENDING

    JOIN INTERNAL GLOGOWNER. INVOICE_SHIPMENT

    ON GLOGOWNER. DELIVERY. SHIPMENT_GID = GLOGOWNER. INVOICE_SHIPMENT. SHIPMENT_GID

    JOIN INTERNAL GLOGOWNER. INVOICE

    ON GLOGOWNER. THE INVOICE. INVOICE_GID = GLOGOWNER. INVOICE_SHIPMENT. INVOICE_GID

    JOIN INTERNAL GLOGOWNER. SHIPMENT_STOP

    ON GLOGOWNER. DELIVERY. SHIPMENT_GID = GLOGOWNER. SHIPMENT_STOP. SHIPMENT_GID

    JOIN INTERNAL GLOGOWNER. SHIPMENT_STOP SHIPMENT_STOP1

    ON GLOGOWNER. DELIVERY. SHIPMENT_GID = SHIPMENT_STOP1. SHIPMENT_GID

    WHERE GLOGOWNER. DELIVERY. DOMAINNAME LIKE "UPS/CP/%B".

    AND GLOGOWNER. SHIPMENT_STOP. STOP_NUM = 1

    AND SHIPMENT_STOP1. STOP_NUM > 1

    ACTUAL_DEPARTUREDATE_RECEIVEDCycle in days time
    01/07/201414/07/201413
    04/07/201406/07/20142
    01/08/201411/08/201410
    02/08/201407/08/20145
    AVERAGE7.5

    Thank you very much for the help.

    Kind regards

    -Adam

    Add the "CUMULATIVE" at the end of the group by, and NOT in the select section

    SELECT Glogowner.Shipment.Domain_Name AS field

    , SUBSTR (Glogowner.Shipment.Servprov_Gid,-4) AS Scac

    , Glogowner.Shipment.Transport_Mode_Gid AS 'Mode '.

    CASE

    WHEN Ir.Insert_Date<= i.insert_date="" then="">

    WHEN I.Invoice_Source = 'I' and THEN 'EDI '.

    WHEN I.Invoice_Source = 'G' THEN 'debit '.

    WHEN I.Invoice_Source = am' THEN 'manual '.

    END

    AS a Source

    , Glogowner.Shipment.Shipment_Xid AS 'Expedition ID ".

    , Glogowner.Shipment_Stop.Actual_Departure AS "Delivery Date".

    , Shipment_Stop1.Actual_Arrival AS "Delivery Date".

    , I.Invoice_Number AS "invoice number".

    , I.Invoice_Date AS "Date of the invoice.

    , The LEAST (I.Insert_Date, Ir.Insert_Date) AS 'receipt of Invoice Date.

    , TOWER (I.Date_Received - Glogowner.Shipment_Stop.Actual_Departure, 0)

    AS of the time of Cycle "within days".

    INVOICE I have

    INNER JOIN Invoice_Refnum Ir ON I.Invoice_Gid = Ir.Invoice_Gid

    JOIN INTERNAL Glogowner.Invoice_Shipment

    ON I.Invoice_Gid = Glogowner.Invoice_Shipment.Invoice_Gid

    JOIN INTERNAL Glogowner.Shipment

    ON Glogowner.Shipment.Shipment_Gid =

    Glogowner.Invoice_Shipment.Shipment_Gid

    JOIN INTERNAL Glogowner.Shipment_Stop

    ON Glogowner.Shipment.Shipment_Gid =

    Glogowner.Shipment_Stop.Shipment_Gid

    INNER JOIN Glogowner.Shipment_Stop Shipment_Stop1

    ON Glogowner.Shipment.Shipment_Gid = Shipment_Stop1.Shipment_Gid

    WHERE Glogowner.Shipment_Stop.Actual_Departure IS NOT NULL

    AND Shipment_Stop1.Actual_Arrival IS NOT NULL

    AND Ir.Invoice_Refnum_Value = 'ACS '.

    AND Ir.Invoice_Refnum_Qual_Gid = 'SOURCE '.

    AND I.Invoice_Type = 'I '.

    AND Glogowner.Shipment_Stop.Stop_Num = 1

    AND Shipment_Stop1.Stop_Num > 1

    GROUP BY ROLLUP (AVG (ROUND (I.Date_Received - Glogowner.Shipment_Stop.Actual_Departure, 0)))

    ORDER BY I.Invoice_Gid;

  • Problem with the calculation of field

    To create a calculated field. Clicked on Pike. The field selection screen will allow me only to choose Select All won't let me choose individual fields

    Use the SPACEBAR to check the individual box of a field or click a little

    on the way to the center of the box. This is a known bug.

    The game, February 4, 2016 to 20:48, brecka20053206 [email protected]>

  • Calculation floating field adds unwanted line break

    Using Livecycle Designer ES4 w / Javascript

    I have a numeric field PurchasePrice and a float DepositAmt field which is calculated using the this.rawValue = PurchasePrice.rawValue *. 3;

    In Design view, the container DepositAmt line looks like this:

    • 30% or {DepositAmt} thereby signed as a deposit;

    Preview the line looks like this:

    • 30% or

    with the agreement signed as a deposit;

    And after that a number entered PurchasePrice it looks like this:

    • 30% or 1 $000,00

    with the agreement signed as a deposit;

    I have other lines with '30% to include... '. "and no return is added.

    I have removed the line and retyped it

    I deleted the floating field and recreated

    I tried FormCalc with the same result

    Thanks in advance for any help!

    R

    I had various problems with floating fields, mainly with extra spaces being placed before and after a currency field. For example, I had an extra space between the field and the punctuation immediately following floating.

    If you select the type of field as "Digital field" and then configures the model of what follows, it should help. Remember to remove the spaces before and after the field floating, as you add them to the model.

    30% or {DepositAmt} thereby signed as a deposit

    num {("$zzz zzz zzz, zzz, zz9.99' ')}

  • Calculated hidden field when the field is empty

    It is actually similar to a discussion a few months ago. Our forms are designed to be completed online, printed and sent by electronic mail, by fax or snail - mail. Many times the customer will simply print the form and complete it by hand. When I create forms with calculations, the ' $' or '0.00' appear; This makes it difficult for a person filling out the form by hand to work around these symbols/numbers. A few months ago I had a similar situation involving the percentages and the gurus on this forum (thanks, gurus!) has helped me with the following code and it worked perfectly to hide the fields calculated, unless something has been entered in the fields to calculate.

    A field with a format of 'None' user custom validation script:

    if(Event.Value == 0) {}
    Event.Value = ""; Set null field;
    AFNumber_Format (0, 0, 0, "", "", true); Set number format 0 decimals, not currency.
    } else {}
    Event.Value = event.value; keep the value;
    AFPercent_Format (2, 0, 0); Set the percentage, 2 decimal format.
    }

    This time, the problem involves single numbers (not percent, no change). I used the same logic and fields actually hide/as I want, but the numbers should be formatted with a comma between thousands and decimal with two digits after. I can't understand this! Can someone please offer some advice? Thanks in advance for your help.

    Make sure you use the correct quotation marks. Use quotation marks or single quotation marks, and not 4 single quotes.

    if(Event.Value == 0) {}

    Event.value = "; Set the field null (2 single quotes).

    Supress Zero

  • Background color for the calculated text field

    Hello

    I have a text field which is calculated according to a formula that shows "RED" "GREEN" or "YELLOW".  I would like the field to automatically color itself based on such calculation.

    I tried to enter the following formula in the output * (JavaScript) events, but because the user is not really striking in the field, it will not work and the field remains white:

    VNAME var = this.somExpression;

    var fieldObj = xfa.resolveNode (VNAME + "#textEdit.border.fill.color .ui.");

    If (this.rawValue == "GREEN") {}

    fieldObj.value = "0,255,0;

    }

    ElseIf (this.rawValue == 'RED') {}

    fieldObj.value = "255,0,0";

    }

    ElseIf (this.rawValue == "YELLOW") {}

    fieldObj.value = "255,255,0;

    }

    else {}

    fieldObj.value = "255,255,255";

    }

    Any help is greatly appreciated!

    ~ Lisa

    Lisa,

    The code is supposed to be placed in the calculate event and not on the Exit event. Given that this field is read only the user never enters whatever it is in the field then the Exit event is meaningless.

    Here is the improved version of the calculate event code...

    Change the scripting language Java script and paste the code below into the event to Calculate the global field (RedYellowGreen1).

    Var score = TotalScore.rawValue;
    strColor var = "";

    If (Score == 0 |) Score == 1 | Score == 2)
    strColor = "GREEN";
    If (Score == 3 |) Score == 4 | Score == 5 | Score == 6 | Score == 7 | Score == 8 | Score == 9 | Score == 10 | Score == 11 | Score == 12 | Score is 13)
    strColor = 'YELLOW ';
    if(score>=14)
    strColor = "RED";

    Switch (strColor) {}
    case "GREEN":
    This.Border.Fill.Color.Value = "0,255,0;
    break;
    case "RED":
    This.Border.Fill.Color.Value = "255,0,0";
    break;
    case "YELLOW":
    This.Border.Fill.Color.Value = "255,255,0;
    break;
    }

    this.rawValue = strColor;

    Thank you

    Srini

  • Just starting out with calculations between fields

    I would include some text fields where numbers are entered, and then you press a button, and the mathematical results of the fields are displayed.

    In Adobe Acrobat 9 Pro, I opened forms... Start the wizard form and place all items - three numeric fields and a button. I want to add Javascript to the button to calculate the fields, but I see not possible to add the script to the button. Can someone tell me what the procedure is to add a script to the button? Can I use something other than the form wizard?

    These results (multiplication and division) must simply show in the digital field. They will not be saved anywhere. I have the Javascript code that already work on mobile devices and create a PDF version for other smartphones.

    Thank you!

    The first thing you need to know is that Acrobat uses a model of object completely different than a browser. For more information, see the Acrobat JavaScript documentation at: http://www.adobe.com/devnet/acrobat/javascript.html

    The result field can be configured with a custom calculation script that calculates the result, if the button is not necessary. Try following the calculation script customized to the result field:

    (function () {
    
        // Get the field values, as numbers
        var v1 = +getField("spurGear").value;
        var v2 = +getField("pinionGear").value;
    
        // Set this field's value
        event.value = (v2 !== 0) ? v1 / v2 : "";
    
    })();
    

    If you really want to use the button, the code would be:

    // MouseUp script for button
    (function () {
    
        // Get the field values, as numbers
        var v1 = +getField("spurGear").value;
        var v2 = +getField("pinionGear").value;
    
        // Set this result field's value
        getField("result").value = (v2 !== 0) ? v1 / v2 : "";
    
    })();
    

    You can place these functions at the level of the document and call them, in which case the first would be:

    function calcGearRatio() {
    
        // Get the field values, as numbers
        var v1 = +getField("spurGear").value;
        var v2 = +getField("pinionGear").value;
    
        // Set this field's value
        event.value = (v2 !== 0) ? v1 / v2 : "";
    
    }
    

    and it would be called like that in the case of calculating:

    calcGearRatio();
    
  • Naming of calculated numeric fields, calculations of series?

    I don't know why it doesn't work, but I'm having a lot of trouble to do what should be a simple calculation to work on Adobe LiveCycle Designer (using v 8.2.1 on Windows XP).  Maybe I'm not in the correct command in JavaScript.  Here's what I do:

    I have create a numeric field on the form, and then go to the tab link and name it 'FieldA '.

    Now, I create a table and the first cell of the value as a numeric.  I go to the Java window, see calculate it and type:

    FieldA / 100

    This returns the correct value without problem.  Then, I put the name of this cell calculated as "Calc1" on the connection tab.

    I then tries to set the value of the second cell, as shown above (from the Java window) to be

    FieldA - Calc1

    However, I get an error message saying "Calc1 accessor is unknown.

    What is my mistake here?

    According to the name of the line, the following should do it:

    Row2.FieldA - Row2.Calc1

  • Line numbers in the table in a calculated text field

    How calculated script works incrementally number a field calculated and return the number of lines in the field of the extreme left of a table?

    What I need, is that each row in the table is numbered consecutively in the area of the far left and that the new created lines are numbered correctly at the end of the user.

    Hello

    You have to move the script to the layout event: loan. This isn't the most effective event, because it triggers every time changes. For this reason however your needs well, because whenever a row is added or deleted, the index numbers will be updated.

    Here is an example letter (for a maximum of four lines). The same approach should apply to numbers. The script is located in the layout event: loan of the first cell.

    There is an example here: https://acrobat.com/#d=Zk2XWWDUWNfG * VuRTNy5QQ

    Good luck

    Niall

  • Calculation of field date

    I have a form that the user enters a date of completion of a given field and I want to have this date + 45 days calculated in another area (expiration date). Any ideas on writing scripts for it?

    Place the following script in the event out of the full date field. The value of the FormCalclanguage.

    Duedate.rawValue = Num2Date (Date2Num (complete.rawValue, "YYYY-MM-DD") + 45, 'YYYY-MM-DD');

    Thank you

    Srini

  • Various place calculated the fields at the bottom of a report

    Hello

    I was wondering if anyone can help with this one. I would put a few at the bottom of a report calculated fields that have nothing to do with the main report. The items to be displayed are just other calculations that must be included to make the full report. These calculations must use their own SQL statement. Use a subreport? If so, I have all the tapes is useless because I just need to view the totals.

    The ideas people?

    All the best

    Wesley

    Hello

    I found the solution to this (eventually :-)).) Simply include a subreport and "hide" the other bands on the report by making them smaller.

    Wesley

  • How to avoid duplication of work, making a calculated AMOUNT field

    Hi, I am trying to solve this problem;
    In my DataSet (in a custom Admin folder), I have a list of tickets (with certain attributes), and some of them are duplicated:

    For example
    Ticket_id     Group_id             Ticket_date                Resource_name          Ticket_status       

    5416          100000401       10/12/2007 7:10:31 am                Mr. A                 2
    5416          100000401       9/1/2008 11:00:44 pm                 Mr. A                 2
    57381         100000401       27/12/2007 11:37:11 am               Mr. A                 2
    57381         100000401       15/1/2008 9:33:12 am                 Mr. A                 2
    I want this duplication because I need it when I filter the dataset (using the Ticket_date) with two parameters:

    Ticket_date between lower_limit_date and upper_limit_date

    Then, inside the report, ticket number, if I take 2 files with the same ticket_id, I have a calculated field when I use the COUNT_DISTINCT and for each pair of tickets, that the meter is always = 1; in this way (in the report), I have the following fields:
    Group_id           Count_tickects   Resource_name   

    100000401              2                    Mr. A                
    It's OK!

    Now, if I want to count how many tickets have status = 2 (this means that they are closed), I want to get 2 and NO 4

    I tried to use this calculation (tickets closed): SUM (CASE WHEN "Report #7 COMPLETE tickets". State Id ticket = 2 THEN 1 0 OTHERWISE END)
    but I've always had the result of 4... and this does not, because the tickets are only 2...
    I also tried to use an analytical function by using the PARTITION BY, but did not get the correct result

    In other words, I want to achieve this goal:
    Group_id           Count_tickects   Tickets Closed     Resource_name

    100000401              2                     2             Mr.A
    Any help will be appreciated

    Alex

    Hello

    Why did you put in ELSE 0? You count 0s. If you omit the ELSE then you count only 1s.

    Try COUNT_DISTINCT (BOX WHEN Ticket Status Id = 2 THEN ticket_id END) like in my previous thread.

    Rod West

  • Calculation of field - sum fields will not check

    Hello

    I have trouble getting Adobe Acrobat X Pro (10.1.16) to calculate a field.

    The fields I want to summarize are all formatted in numbers (in dollars), but when I created the 'total' field automatically calculates all the others, I can't click on the check box next to the fields that I want to do the sum. "Select all" selects all "deselect all" deselects all but when I click on the individual check boxes next to the titles of field, nothing happens. Double click does not work. Saving, closing, reopening does not work.

    I'm doing something wrong or is this a bug?

    This is a bug. Use the space bar or click a little out of the center of the boxes for them.

  • The collection of elements of a list in a calculated form field

    I am unable to "Pick" individual fields from the field list in the text field properties > compute tab > "value is (sum) of the following fields: 'Pick'."   The buttons select all and deselect all work, but am unable to uncheck or check the individual fields - click, double click and click right does nothing...  Help, please. Thank you.  I use Adobe Acrobat Pro XI on Windows 8.1

    Highlight the field and press the SPACEBAR. It is another way to check a checkbox.

    Some facilities do not get the point of click to the range with the checkbox.

Maybe you are looking for

  • Mail crashes several times per day

    Two questions. 1 mail blocks 5 - 10 times a day. Two things I noticed, it's: my junk mail will not empty and most of the spam is my gmail account. I can't erase my Junk folder and it always comes back to the unread state, with the blue dot on the fro

  • Impossible to analyze several images at once

    Original title: help with my printers I have 2 HP printers while... I want to scan several photos at once. I was able to do before, now it won't let me. I see the box on the lower left of my scan window offer me to do... but it is not highlighted. Ca

  • Windows 7 LaserJet 6 p Driver does not

    I have Windows 7 and LaserJet 6 p/MP.  The updated Windows 7 driver does not work.  I noticed others with this issue?  Is there a driver available.  How can I get it?

  • Smartphones blackBerry BBM 5, "back" button is no longer deletes the text

    Since the upgrade to BBM 5.0.1.38 (and same 5.0.1.41) I can no longer use the back button to clear all the text I wrote. Everyone knows this? I checked the options, I don't see any way to activate this feature back =. (

  • function math Evaluating in RPN premium

    I saw above similar post and his response, but I still cannot find a way to use the beta function in the RPN.  When I put "CASE. "Beta (4.12)" on the stack, it just treats it as a text string and does not evaluate it.  Similarly for the "Beta (4.12).