How to get Data from ID using Google Sheet in MIT App Inventor 2

  Рет қаралды 18,531

The Coding Bus

The Coding Bus

Күн бұрын

Пікірлер: 54
@sitangshusekharbiswas9178
@sitangshusekharbiswas9178 2 жыл бұрын
How to get a particular value from table, say one table is 6 cross 6 matrix which contains certain integer values. Now I want to pick fist row 2nd column value and 5th row 4th column value and these two value will be multiplied and displayed. How to do that
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir i am very very happy to say thank you. Thanks for your support sir. I got where did i have done mistake. Once again thank you so so so much sir.
@TheCodingBus
@TheCodingBus 4 жыл бұрын
welcome
@iammostwanted777
@iammostwanted777 Жыл бұрын
still buggy, if i already type / search ID 2 let's say, the result come in listview, and then if i type another ID (ID5), ID 2 still show in listview. how to restart it?
@gnejme12
@gnejme12 Жыл бұрын
What if i need to see 2 or more data
@barqiyaweb9389
@barqiyaweb9389 3 жыл бұрын
Hi, firstly thank for sharing this knowledge! when no 1 click i need more data rows to vissible..ex:- name,age,birthday,city..how to do that.Kindly help!
@TheCodingBus
@TheCodingBus 3 жыл бұрын
Let me check
@huypham-cq2dw
@huypham-cq2dw 3 жыл бұрын
Thanks your video.I have a question. How can I give informations at last Sheet row? Thanks for your help?
@TheCodingBus
@TheCodingBus 3 жыл бұрын
Let me check
@ahmadsammour2399
@ahmadsammour2399 9 ай бұрын
how can cheak if number is avaliable or no when serach if not avalable notification messege
@TheCodingBus
@TheCodingBus 8 ай бұрын
use the loop check if getting data is null means that not available
@ujangasri8379
@ujangasri8379 Жыл бұрын
hello... i am new to this... i have follow each step you shoe but why when i run it, it give me error.. "Cannot parse text argument to "list from csv table" as a CSV-formatted table".. can you help...
@omarassi2342
@omarassi2342 3 жыл бұрын
Hi sorry i 'cannot get the filed no on google sheet massage: Bad arguments to list to csv table The operation list to csv table cannot accept the arguments Please 🤕
@TilakRaj-qo6ic
@TilakRaj-qo6ic 3 ай бұрын
How to get value from on column based on a condition
@TheCodingBus
@TheCodingBus 3 ай бұрын
try this kzbin.info/www/bejne/hnaVgaxmotZ8nK8
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir i have one doubt. Instead of using listview is there any other to get and see only one value at a time, whenever we enter 2nd value 1st value should nt come. I already used label but it is not better. Can you please tell me sir
@TheCodingBus
@TheCodingBus 4 жыл бұрын
we have to use listview because we are getting the data in a list,, but if you want to display this value in other label so you can make your listview visible false and then get the value from your listview using index and display this value in label
@computerscience1283
@computerscience1283 4 жыл бұрын
@@TheCodingBus sir i sent my blocks pic to your mail. Please if you dont mind can you solve my issue.
@kedarguragai2276
@kedarguragai2276 3 жыл бұрын
how to export filtered data into csv format
@TheCodingBus
@TheCodingBus 3 жыл бұрын
ou can use a comma-separated-values (CSV) file to export your data for later import into spreadsheets and other programs. To export the data for a report, at the top of the page, click Export > CSV
@TechLoker
@TechLoker 2 жыл бұрын
How to add delete button in this app
@vyshnavtr24
@vyshnavtr24 4 жыл бұрын
Thanks ❤️ 😍
@TheCodingBus
@TheCodingBus 4 жыл бұрын
You're welcome 😊
@ideasofcharan1383
@ideasofcharan1383 4 жыл бұрын
bro in kodular image picker not working please help
@TheCodingBus
@TheCodingBus 4 жыл бұрын
error ? u can use app inventor
@ideasofcharan1383
@ideasofcharan1383 4 жыл бұрын
@@TheCodingBus bro thanks for replying but in app inventor we cant use dynamic components so please tell solution
@nundhitaajiabdullah5974
@nundhitaajiabdullah5974 3 жыл бұрын
If we have the same number , but have different name, is it will display 1 name only or both sir ?
@TheCodingBus
@TheCodingBus 3 жыл бұрын
let me check
@nundhitaajiabdullah5974
@nundhitaajiabdullah5974 3 жыл бұрын
@@TheCodingBus ok, thankyou before
@tamalmajumdar5409
@tamalmajumdar5409 3 жыл бұрын
You are very good in this I see many videos of your channel. But I have a question about this video. Please tell me if I want to print a single data in list, so what should I do. I mean I want to print a single data in list view. I have tried your method, in 1st search it shows the single result in list view but when I search the 2nd time or 3rd time it shows correct result but the old results remain same. I want to remove old results in every search. Please suggest me what should I do..?🙏🙏🙏🙏❤️❤️❤️
@TheCodingBus
@TheCodingBus 3 жыл бұрын
Thank You... U just need to run the index remove code.... You can simply get that old data by index
@tamalmajumdar5409
@tamalmajumdar5409 3 жыл бұрын
@@TheCodingBus I tried but it shows me a app closing warning.
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir one more doubt. Can you please. If the id is there but name is empty then how can we write code sir.
@TheCodingBus
@TheCodingBus 4 жыл бұрын
check fetching value is = empty then notify there is no value
@computerscience1283
@computerscience1283 4 жыл бұрын
@@TheCodingBus i also wrote like that sir but it is not getting result. If [ Isempty(get name) ] then no name. I wrote like that sir. No result
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir shall i sent pic of my blocks coding
@computerscience1283
@computerscience1283 4 жыл бұрын
@@TheCodingBus sir i sent mail can you please check it once sir. Please solve my issue sir.
@gt-gameandtech835
@gt-gameandtech835 4 жыл бұрын
Please make a file sharing app like shareit please!!
@TheCodingBus
@TheCodingBus 4 жыл бұрын
Ok
@baldemarcarmonavelazquez5960
@baldemarcarmonavelazquez5960 3 жыл бұрын
hello my friend, I like your video, I need your help, I have an error, the system doesn't recognize the option "list from csv table text", can you help me?
@TheCodingBus
@TheCodingBus 3 жыл бұрын
Hello, yes community.appinventor.mit.edu/t/how-to-create-a-list-using-text-file-or-csv-file/14139
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir i sent my blocks pic. Please check it sir
@jaisankare4555
@jaisankare4555 4 жыл бұрын
Can you share aia file of this videos??
@TheCodingBus
@TheCodingBus 3 жыл бұрын
sure... thecodingbus.info
@freefiretiktok7594
@freefiretiktok7594 4 жыл бұрын
i am waiting for school management app
@TheCodingBus
@TheCodingBus 4 жыл бұрын
Ok
@cyberdream1396
@cyberdream1396 4 жыл бұрын
@@TheCodingBus me too
@cenevspeed_CARS
@cenevspeed_CARS 4 жыл бұрын
First one
@TheCodingBus
@TheCodingBus 4 жыл бұрын
Thank You 😊
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir can you respond me
@computerscience1283
@computerscience1283 4 жыл бұрын
Sir thank you for not responding me & for my blocking code problem. Its ok i think you are very much busy person. Kk i understood. Bye sir
@TheCodingBus
@TheCodingBus 4 жыл бұрын
please.. may i know your error ?
@nimmi2332
@nimmi2332 4 жыл бұрын
First one
@TheCodingBus
@TheCodingBus 4 жыл бұрын
thanks
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
ADVANCED DATA SEARCH WITH GOOGLE SHEETS API IN MIT APP INVENTOR 2
17:10
How to Read Data from Google Sheets in MIT App Inventor
17:55
Allison John
Рет қаралды 180 М.
How to send data to a google sheet with MIT app inventor [ Easy Way ]
8:06