RemedyBG»Forums
Delicious Lines
9 posts / 2 projects
Table view: is there a way to conditionally filter out items?

Here is a simple example:

Let us say we have got an array of integers and let us say we display it as a table. Is there a way to tell the viewer something like "do not display an item if its value is 0"? Maybe something like:

arr, count {@value $; @@display $ != 0}

315 posts / 1 project
None
Table view: is there a way to conditionally filter out items?

Not currently, no. I like the idea though!