Asset listing of form submissions

Hello,


When using an asset listing to display form submissions, is there a way to display or not display some submissions?



In the form submissions we have for example



entry 1 info 1 a

entry 2 info 2 b

entry 3 info 3 a

entry 4 info 4 a

entry 5 info 5 b

entry 6 info 6 a



however in our asset list we would like to display only entries with b as the common field.



entry 2 info 2 b

entry 5 info 5 b



Is this possible? If so how?



thanks

Kyle


No, Matrix can't filter the asset listing by the value of the form submission. You could probably hide those entries using CSS though (by using that field as a CSS class and making it visible, while the default is hidden, perhaps).

Well, those spaces in the naming would be a problem for css. It would think the spaces were separating different classes.

True, but I assumed each value in the example was a separate field in the form, so the actual field value would either be "a" or "b".

Does that work?