Hi!
I have a list with different categories, and each has a value.I wan't to create a new list that feeds from this one, but only with the categories that have values >0, excluding the other.
It looks like this:
COLUMN1 COLUMN2
Category#1 4
Category#2 7
Category#3 9
Category#4 0
Category#5 26
In my new list, i'd need to display all categories except for Category#4.
Thanks!
I have a list with different categories, and each has a value.I wan't to create a new list that feeds from this one, but only with the categories that have values >0, excluding the other.
It looks like this:
COLUMN1 COLUMN2
Category#1 4
Category#2 7
Category#3 9
Category#4 0
Category#5 26
In my new list, i'd need to display all categories except for Category#4.
Thanks!