Topic Options
Rate This Topic
#106705 - 10/14/04 09:52 PM Search by Assignee Group?
howard_baker Offline
newbie

Registered: 03/17/04
Posts: 7
Listers,

I'm trying to create an active link that opens a form displaying all the
records that the Assigned To or Assigned Group match the user.

'Assigned To' = $USER$ works fine, but
('Assigned To' = $USER$) OR ('Assigned Group' LIKE "%" + $GROUPS$ + "%")
returns no records. In fact, any qualification using Assigned Group fails,
even 'Assigned Group' = "GroupName".

Any help would be appreciated.

-Howard




Top
#106706 - 10/14/04 10:22 PM Re: Search by Assignee Group? [Re: nicola_rolando]
jlockemy592 Offline
newbie

Registered: 03/11/04
Posts: 39
Hi Howard,

Shouldn't it be:

($USER$ = 'Assigned To') OR ( $GROUPS$ LIKE "%"+ 'Assigned Group' + "%" )

Jeff


-----Original Message-----
From: Baker Howard J TSgt AFTAC/LSCW [mailto:Howard.Baker@PATRICK.AF.MIL]
Sent: Fri 10/15/04 12:52 PM
To: ARSLIST@ARSLIST.ORG
Cc:
Subject: Search by Assignee Group?


**
Listers,

I'm trying to create an active link that opens a form displaying all the records that the Assigned To or Assigned Group match the user.

'Assigned To' = $USER$ works fine, but
('Assigned To' = $USER$) OR ('Assigned Group' LIKE "%" + $GROUPS$ + "%") returns no records. In fact, any qualification using Assigned Group fails, even 'Assigned Group' = "GroupName".

Any help would be appreciated.

-Howard

This posting was submitted via the Web interface

Top


Moderator:  Matt Reinfeldt