There is a task: it is necessary to show an element if in the returned query to the database, all records on one field have identical values and are not equal to zero.
What will such a condition look like and how best to do it?
You can do this with a set value step after your query. So you need to group the query by your column and check if it returns more than one result, then you also need to check if the returned value is equal to 0.
It will return true if the results are the same and not equal to 0.
Enable the output option for the setvalue step and use it as an expression on your page with the dmx-show attribute