Jump to content
  • 0

Multiple autosubmit


ckunkleman

Question

I am trying to create a financial analysis table (that I can generate graphs and reports from) with fields that will autofill from existing table records that then reference lookup tables specific to each analysis. In addition, there are a number of independant variables (Y) built into the formula fields which reference the "Year" field (from 1 to 25).

Is it possible for me to create a submit and a single record update form that autosubmits through 25 repetitions of these calculations (by passing Year as the parameter and adding 1 until the 25th record is submitted), then generate my graph and report from this table?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi ckunkleman,

For autosubmitting, you can use parameters and then an autosubmit script in your datapage but that is very slow and hard to track errors. Best way would be through API. You can loop through the 25 records and add them to your table recursively, I have done that before for a raffle system where user could sell up to 20 tickets in one shot and it worked like a charm.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...