Hi,
I am finishing up my app and I can’t figure out how to select a button more than once. Below is a link to a video showing my issue. Any help would be greatly appreciated. Thanks
HealthyandFitrecipes2.flp (7.3 MB)
Hi,
I am finishing up my app and I can’t figure out how to select a button more than once. Below is a link to a video showing my issue. Any help would be greatly appreciated. Thanks
HealthyandFitrecipes2.flp (7.3 MB)
Hi,
Also is it possible to sum the value in a table created from google sheets? For my project I have a build your meal section and I want to add the calories from the breakfast, lunch, dinner, and snack for a user and have it show at the bottom page next to total calories. I’ve tried the sql query but can’t get it to work. Any help would be appreciated. Thanks
SELECT *,
CASE
WHEN field1<>'' AND field2<>''
THEN field1+fiel2
END 'total'
FROM data LIMIT 0, -1
Thanks for your help.