Does someone know what value the
List Field returns when the list is empty (no results)? We need to display other field depending on if it's filled or empty, and I don't know which value could I use.
I tried with
list_field "is Filled" and with is Equal/In " " but nothing. As this:
Simplifying, we need to make this
two payment plug-ins working together:
Ok Klas, thank you so much for your early reply. I'm quite desperate so I will try buying a third field for the same purpose, and using it as restriction like this:
If there is a related id, List Field will be hidden (Using reverse option)
And by the way:
If there isn't a related id, Form Field will be shown
Well, I tried adding the related id as the storage for the List Field, but it does not work... So I don't understand why List Field has storage options if it does not return any value :\
List field only displays list, it does not store any values. My suggestion is to turn on debugging in list to see query produced and copy this query to the SQL restriction field.I'm not sure how related id fits into this.