Im new and have been learning everything on either chat gpt or trial and error
Hello everyone
I want to make an distinctive Homeschool app
but the issue come when i add grades it doesnt stick to the individual it copy on all plus when the grade are inputed i want them to calculate an avg for that subject. I don’t know what im doing wrong, Im ready for all criticism and advice I get confused with the values and types
Recommend getting help from a Glide Certified Expert. Hire Glide Experts | Certified No Code App Developers I am one and can help.
Hey Mike, welcome to the community!
To ensure that you only write values to a particular student, you must ensure that while entering their grades, you are inside their particular detail screen.
Further on, once inside their detail screen, you can use a form container to add new rows to the grades table for that particular student.
As for you issue with getting the averages, this will be happening on a student level - so you must have a relation in the student table - from each student to their grades, in the grades tables. Once you have established this one to many relation, you can simply create a rollup column and request it to perform a calculation of averages