HI all...
I am using BO 5.1.3 and have a report that pulls data back for my department for our Clairfy Clear Support cases. I am then required to split this data into mulitiple sections based on Team Leaders. Currently I have the employees for each Team Leader in each variable. I would like to be able to define a variable that contains each employees for each Team Leader and then use that in my variable. This would mean that I would only have to update one varaiable as employees are updated in the department.
This is an example of what I currently am using; (var is set as a Dimenison and name is NA TL TAG)
= If <Case Appointee.User Login Name> InList ("DEANGELI" ,"KTOLER","JTUCKER"
Then "TUCKER" Else If <Case Appointee.User Login Name> InList ("FGROVES" ,"ERJOHN" , "TKAY"
Then "TKAY" Else "NON NA Team"
I would like to be able to remove the list of names and use a varaiable in it place such as “Tuckers Team” which would contain all the employees asigned to Tucker.
An example of what I would like would be;
= If <Case Appointee.User Login Name> =<Tuckers Team> then “TUCKER” Else if < Case Appointee.User Login Name> = <Tkay Team> then “TKAY” Else “NON NA Team”
Where “Tuckers Team” = ("DEANGELI" ,"KTOLER","JTUCKER"
setup as a Detail object.
I am not sure if this can be done or not (the above does not work). If anyone has any ideas please let me know, it would save me a lot of time from having to update all my variables for a single user update.
Thanks for any help…
Andrew
I am using BO 5.1.3 and have a report that pulls data back for my department for our Clairfy Clear Support cases. I am then required to split this data into mulitiple sections based on Team Leaders. Currently I have the employees for each Team Leader in each variable. I would like to be able to define a variable that contains each employees for each Team Leader and then use that in my variable. This would mean that I would only have to update one varaiable as employees are updated in the department.
This is an example of what I currently am using; (var is set as a Dimenison and name is NA TL TAG)
= If <Case Appointee.User Login Name> InList ("DEANGELI" ,"KTOLER","JTUCKER"


I would like to be able to remove the list of names and use a varaiable in it place such as “Tuckers Team” which would contain all the employees asigned to Tucker.
An example of what I would like would be;
= If <Case Appointee.User Login Name> =<Tuckers Team> then “TUCKER” Else if < Case Appointee.User Login Name> = <Tkay Team> then “TKAY” Else “NON NA Team”
Where “Tuckers Team” = ("DEANGELI" ,"KTOLER","JTUCKER"

I am not sure if this can be done or not (the above does not work). If anyone has any ideas please let me know, it would save me a lot of time from having to update all my variables for a single user update.
Thanks for any help…
Andrew