Getting the specific value by matching two values

Excel1

Hello.
I have a question about using the App Inventor.
Is there any way to use these data in App Inventor to find the specific value (“grade”) by matching two values (“Name” & “Subject”)?
For example:
By inserting “Jack” and “Biology”, getting the specific matched value which is “B”

Thanks.

You mean you want to enter data like in your exel into the mit app inventor

Yes.
I want to know the method to build an app to find the specific matched value from these data.

you can use tinydb for make like you want

I see. I will look more tutorials about Tinydb.
Thanks.

you are welcome

No tinyDB needed, but you will need a csv of your data in a specific format.

image

BLOCKS

SCREEN

image

AIA

grades.aia (3.8 KB)

Wow! It looks so great.
Thank you so much. :smile:

For this to work, all student names and all subjects need to be unique

Wow you are so great @TIMAI2
Thank you for your help :+1: :+1: :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.