Opened 6 years ago

Closed 6 years ago

#29312 closed Uncategorized (invalid)

How to use form data to query the database, then use the results in a calculation.

Reported by: Colton Proctor Owned by: nobody
Component: Forms Version: 2.0
Severity: Normal Keywords: Query Forms Database
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am using a model that contains data about real estate listings in order to do comparisons. I want to use information such as location, type of building, and acreage of land to acquire similar listings from my database. I then want to use these results in order to give them an estimate of their properties value. I'm not sure how to do this as most of the tutorials are about allowing people to add to the database, rather than do operations on the results of the query.

Change History (1)

comment:1 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top