Incremental number field?

Viewing 6 reply threads
  • Author
    Posts
  • February 1, 2015 at 3:11 PM #12860

    Steve Smith
    Participant

    Is it possible to have a number field that increments by an user input number?

    ex: The “count field” says “10”. In the “add” field I add 5, hit the “add” button, then the “count field” changes to 15.

    Thanks

    February 1, 2015 at 11:01 PM #12863

    Leo
    Participant

    Isn’t the count field a simple calculation field?

    count = count+add

    Leo

    February 2, 2015 at 8:32 PM #12870

    Steve Smith
    Participant

    Would seem so, but count won’t let me add its own field in the formula.

    February 2, 2015 at 10:04 PM #12871

    Leo
    Participant

    Ah, you are right. you need a third field for the result.

    February 2, 2015 at 10:21 PM #12872

    grooveagent
    Participant

    Isn’t there an option for that under the Number type field to auto increment?

    Attachments:
    You must be logged in to view attached files.
    February 4, 2015 at 2:31 PM #12880

    grooveagent
    Participant

    My bad. I didn’t read the OP question properly.

    February 4, 2015 at 8:49 PM #12882

    Brendan
    Keymaster

    Perhaps an auto-incrementing Number field as part of your formula? When you add a new record, the auto-incrementing Number field would get the next value in sequence and then the calculation field would compute based on that.

Viewing 6 reply threads

You must be logged in to reply to this topic.