Recommendations on population form vs table/tables

Hello,

So currently we have a shift report form I am trying automate in Ignition. Currently users fill out an excel form which gets emailed out.

I know I can create a form with some tags and do a transaction group into the database then clear my tags for the form.

What I have trouble with is how to display the data. It’s a lot of info and I don’t think I can fit all the cols on the screen with it being visually pleasing.

Right now, I could break it up into 3 separate vertical tables, making it more condensable.

Or, I could possibly have a read only version of the form which can be filtered by date and line. Which sounds good. Just not sure how I’d populate roughly 20 components off a query. And refresh as date/line params are changed by user.

I might be overthinking this, but liked to see if anyone has any helpful tips, ideas, or tricks.

Hi Andrew,

In your case, you can set up a window using components like text fields/dropdown components to make your form more condensed and implement an “apply” button with script on the bottom of the page. So once users finish filling out the form and click the button, the script can take all input values from users and insert them into the database.
See more information on how to do that in our User Manual:
https://docs.inductiveautomation.com/display/DOC/Button
https://docs.inductiveautomation.com/display/DOC/Event+Object
https://docs.inductiveautomation.com/display/DOC/system.db.runPrepUpdate

How would I go about populating the other way?

Hi Andrew,

You can call support to open a how-to ticket if you need an in-depth example. Support Home Page | Inductive Automation