Conditional visibility on count

3
Is there an option to make conditional visibility on container inside listview based on count of many relation  ?
asked
2 answers
0

I don't believe you can use count, you *should* be able to test the association to see if its populated.  You would do this with an expression like this:  

image.png

Hope that helps.

answered
0

The show by condition widget can sometimes still help out: https://marketplace.mendix.com/link/component/2539

You can then use a microflow to do the calculation and based on that return true or false.

Regards,

Ronald

 

answered