I have two list viewer components that a user uses to filter a Data viewer list. How do i count the number of filtered items? I have seen something about FROM LabelXYZ but i am unable to find the FROM when selecting the label. I use SET Label Etc but it does not work?
You already have the logic to filter the data by looping through all possible values with a conditional (If). So just add a count to the loop. Create a variable called numItems. If the data viewer’s layout should be visible then change variable numItems by 1.
Sorry still no clue - can you show an example please?
Sure, give me a link to your project and I can provide a screenshot with the added blocks.
thanks it is Thunkable
2 Likes
thanks this works great, appreciate your support
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.