yeah so my image isnt showing up. Like the database is also mine and the picture is uploaded there but a small icon is shoing and not my imge. Please help!
My Column name is more than one word*, it keeps bringing up an error. I tried underscores between words and just having no spaces but nothing works. Can you help me?
@@blufyt8106 I see a little more what you mean now. Those quotes at the end won’t work. Feel free to share your project with me at computerscienceandcoding AT gmail DOT com
I realize it's been forever, but I just ran into the same problem in a project of my own, and now I better understand your issue. My only workaround was to go back to the imported data and click the little gear next to the column name. It gives your the option to rename the column. I smashed the column words together, deleting the spaces. Then I took the quotes out of the line of code, and it worked for me.
I assume it’s possible, but I haven’t done it. Maybe a setstyle block to use css to make the output div label scrollable. I had to use join to turn my different array values into one long string. That might help.
Thanks bro, doing my create task project and you saved my life
Bro same with online school I have no idea how to code or do anything
me rn
Yes!!! This has been extremely helpful to me! Thank You!
How did you get the purple block around the records[catIndex].Name in the setProperty block?
If you don’t have that block, you could switch to text mode and just type it in, and then switch back to block and the block will be created.
@@computerscienceandcoding7741 Thanks I'll try that out also would this work with pictures from the net pictures that have links 🤔
I really appreciate this tutorial. Question - how do I code it to run the records sequentially instead of randomly?
Did you figure out how it works?😅
Congratulation! On not getting 0 dislikes. And THXXXX very much this really helped me a lot.
yeah so my image isnt showing up. Like the database is also mine and the picture is uploaded there but a small icon is shoing and not my imge. Please help!
ME TOO
Sorry, I would have to see the code and the database to figure it out.
Im trying to put a list of data into a dataset, how could i do this?
I thought the Datas function was to save your progress in the app, but it doesn't looks like.
My Column name is more than one word*, it keeps bringing up an error. I tried underscores between words and just having no spaces but nothing works. Can you help me?
If it’s a string, put quote around it.
@@computerscienceandcoding7741 I tried that but it still doesn't work
this is the line: console.log(records[i].Country + ': ' + records[i]."Total Confirmed Cases");
@@blufyt8106 I see a little more what you mean now. Those quotes at the end won’t work. Feel free to share your project with me at computerscienceandcoding AT gmail DOT com
I realize it's been forever, but I just ran into the same problem in a project of my own, and now I better understand your issue. My only workaround was to go back to the imported data and click the little gear next to the column name. It gives your the option to rename the column. I smashed the column words together, deleting the spaces. Then I took the quotes out of the line of code, and it worked for me.
Amazing
Any tips for making a scrollable feed of data from a dataset like this?
I assume it’s possible, but I haven’t done it. Maybe a setstyle block to use css to make the output div label scrollable.
I had to use join to turn my different array values into one long string. That might help.
@@computerscienceandcoding7741 Thanks for the response! I will look into this for sure!
bro i need help, pls respond to this msg
Hi, I have problem with my coding. Could you please help me?