-2

I completed the App Inventor 2 Pizza Party sample without any problems and now I wanted to try to query the fusion table by searching for specific items. In this case after I press the Submit button, I want to see in the webviewer, all items in the Pizza column that have Cheese.

When I run this app from my phone, I get everything in the table, not just the rows with Cheese. I know I'm doing something wrong but after quite a bit of time looking for examples and trying things myself, I'm stuck. Appreciate any help or ideas. Thank you.

enter image description here

I'll post this also in the MIT App Inventor forum. Thanks.

Taifun
  • 6,165
  • 17
  • 60
  • 188
Burt Lewis
  • 21
  • 1
  • 4
  • Welcome to Stackoverflow. Before asking here, it's a good idea to [do the tour](http://stackoverflow.com/tour) and to learn, [how to ask a good question](http://stackoverflow.com/help/how-to-ask)... but probably [my answer in the App Inventor forum](https://groups.google.com/d/msg/mitappinventortest/1X7f1LOfZ-I/HfVj2ULXNo4J) is already what you are looking for? – Taifun Dec 29 '14 at 01:34
  • Yes, you have been very helpful, I just got your latest example to work. Thanks for all your help. – Burt Lewis Dec 30 '14 at 02:07
  • I won't be using this forum any longer. Thanks. – Burt Lewis Jan 19 '15 at 01:59

1 Answers1

0

if you like to display the result in the webviewer directly, you have to modify the URL of the webviewer accordingly, see screenshot

enter image description here

example URL

Taifun
  • 6,165
  • 17
  • 60
  • 188