List the number of items in a filtered Data Viewer List

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?

1 Like

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

Here’s the modified project: Thunkable

And a screenshot of some of the relevant blocks:

2 Likes

thanks this works great, appreciate your support :grinning:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.