Is it possible in Squiz to filter by form submission values?
We have a requirement to display a listing based on the answer to a question in a custom form submission, but there doesn't appear to be any way to show only those submissions with this particular value in an asset listing or similar.
We also need to be able to show how many submissions have particular answers for a field, which also doesn't seem to be possible.
We have a field which contains an asset id (dependent on how the user reached the form), and we want to be able to display a list of arrival pages, with the number of submissions which resulted from each, then click through to a list showing just those submissions, which seems like it should be really simple to do: asset listing of arrival pages, including a count based on the current row asset id, then an asset listing which takes the arrival page assetid as a parameter and returns form submissions where the given question matches. This doesn't seem to work that simply though.