Hi,
I have a type myType with two fields: field1 and field2.
On the list articles view for this type, I would like to display only the records which have field1 = some specific value.
Example:
- record1 : field1 = 2, field2 = title1
- record2 : field1 = 0, field2 = title2
=> display only records where field1 > 0 => display only record1
Is that possible?
Regards
Hi,
I have a type myType with two fields: field1 and field2.
On the list articles view for this type, I would like to display only the records which have field1 = some specific value.
Example:
=> display only records where field1 > 0 => display only record1
Is that possible?
Regards