Hi Forum,
Ive a maybe simple (but for me not) array question:
I try to show the groupmembers by a snippet which gets the groups out of a TV:
[[!grouplist? &group=`[[*Gruppe]]`]] (Inpupt fe: 2,3,4
I query it but it always only shows up the first group (2):
'UserGroupMembers.user_group:IN' => array($group)
So my assumption is that I represent the array wrong to the query, because when I do
'UserGroupMembers.user_group:IN' => array(2,3,4) it works!
Any ideas?