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

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 54

  • @computerscience1283
    @computerscience1283 4 роки тому +2

    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.

  • @sitangshusekharbiswas9178
    @sitangshusekharbiswas9178 2 роки тому +1

    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

  • @iammostwanted777
    @iammostwanted777 Рік тому +1

    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?

  • @barqiyaweb9389
    @barqiyaweb9389 3 роки тому +1

    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!

  • @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?

  • @vyshnavtr24
    @vyshnavtr24 4 роки тому +2

    Thanks ❤️ 😍

  • @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.

  • @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 🤕

  • @gt-gameandtech835
    @gt-gameandtech835 4 роки тому +3

    Please make a file sharing app like shareit please!!

  • @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...

  • @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 роки тому +1

      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.

  • @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

  • @gnejme12
    @gnejme12 Рік тому

    What if i need to see 2 or more data

  • @TilakRaj-qo6ic
    @TilakRaj-qo6ic 3 місяці тому

    How to get value from on column based on a condition

    • @TheCodingBus
      @TheCodingBus  3 місяці тому

      try this ua-cam.com/video/PE2Py0mqIfM/v-deo.html

  • @nundhitaajiabdullah5974
    @nundhitaajiabdullah5974 3 роки тому

    If we have the same number , but have different name, is it will display 1 name only or both sir ?

  • @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

  • @ideasofcharan1383
    @ideasofcharan1383 4 роки тому +2

    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

  • @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 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 роки тому +1

      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.

  • @freefiretiktok7594
    @freefiretiktok7594 4 роки тому +1

    i am waiting for school management app

  • @computerscience1283
    @computerscience1283 4 роки тому

    Sir i sent my blocks pic. Please check it sir

  • @cenevspeed_CARS
    @cenevspeed_CARS 4 роки тому +1

    First one

  • @jaisankare4555
    @jaisankare4555 3 роки тому

    Can you share aia file of this videos??

  • @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 роки тому +3

    First one