14 Dec
2001
14 Dec
'01
9:18 a.m.
Hi all Hopefully this one is a complete no-brainer .. I have an index called 'AssignedTo', currently a FieldIndex, containing lists like ['jean', 'isak']. I want to do a selection based on this index:: <dtml-let brains="Reminders.getRemindersFiltered( AssignedTo = AUTHENTICATED_USER.getUserName() )"> But that doesn't work. Is there a way to ask whether something is 'in' AssignedTo? Or would making AssignedTo a TextIndex solve my problem? Regards, Jean