The ability to use SQL in Forms
I have a requirement to query granular form-filled data. eg. a form is filled and when it is submitted, I need to be able to query a database of the formfill data. So if there is a field on a form such as bloodPressure, I can run an sql query along the lines of:
SELECT bloodPressure from IntakeForm
where formFilledYMD >= <someDateRangeStart>
and formFilledYMD < <someDateRangeFinish>
2
votes
Brian Gacila
shared this idea