how do i make so that i could choose 1 name from class (tahun6) the list in the spreadsheet, and then it will show me the number of merits from the spreadsheet.
so it work like this. click a class button(tahun6), choose a name from list, when chosen, a label or 2 label will appear and show name chosen and merits at the side.
thanks
i read that using spreadheets component needs Google Sheets API.
In order to utilize this component, one must first have a Google Developer Account. doesnt google Developer account need to pay. i was hoping for free as im still learning
When you call the data from the spreadsheet, if you do not define the worksheet you want the data from, the request will always use the first worksheet.
im going through the tutorial, but cant find some of these block
call webviewer .UriEncode
is there something that i miss
call webviewer .Get
when webviewer .GotText
so the preview of the app is as such.
i will change the 'click' button to 'Tahun 6' button so that when Tahun6 button is click, it directly show the same query that im using now 'SELECT A,B,C where A contains '6'.. but i can figure it out..