Sorry, which user are you, @isuzucrewcab? Are you the same person as @steve_synopsis or @pierre.demanbyd3x?
@tatiang, me pierre.deman had shared the link to my project
My problem is, that when I click the “Test Button” nothing will show in the local data source “Filtered”
My goal is the following.
I have 4-5 different views that I want to view.
Each time a certain button is pressed, it will place that data in the local data source to be viewed.
I still need to create/place those buttons, so for now it will only show all data.
The video tutorial is a 4 part video and what I have so far, is from video 2.
Later on, it will show how to make selections, so the selected data will be in the local data source.
I want to make the selected/filtered view, based on the category.
Building, Done, Inventory, Wishlist, and the last one will be All
At this moment, when you tap the Test Button, the local data source stays empty. I checked this by going to the data section and edit/view the local data source.
Right now, when you tap on a picture, more details will be shown in the second screen.
I am thinking that maybe for the filtered view, I will create one more screen. But I am not sure about that.
First I want to get this to work, before I see how to go from there.
I hope that it is a little bit clear what I want to do.
As I mentioned before, I am still a beginner and still learning, so I hope you can keep it simple when you try to explain things
Thanks in advance for your help.
When things don’t work as I expect, I like to simplify. In your case, I would:
- See if you can create a single row, not inside of a loop.
- See if adding filler values to the blank cells solves the issue. Instead of leaving cells blank in your
create row
block, make sure to use blank text blocks (“”) for any values where you don’t have a block. - Test #1 and #2 in a simple event block such as When Button Click, with no other if conditional blocks or loops.
Then report back… did #1 work? #2? #3?
Sorry for the confusion. Isuzucrewcab is from my mobile and steve1e is on my PC. I need to change the setting on my mobile to steve1e.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.