Security Groups

Yeah I was eventually able to create a report using the UserFile table. Its probably not the best way to do it, but it does give me the info that I need.

Thanks for all of your help!

Dustin Biniek




________________________________
From: pbparker <scrumbus@...>
To: vantage@yahoogroups.com
Sent: Thu, April 22, 2010 12:53:53 PM
Subject: [Vantage] Re: Security Groups

Â
I'm using Progress (could likely work for SQL too).

I have a Crystal Report that queries through ODBC to the tables and generates a report listing all the security groups and then displays all the users within the security group.

I could post the Crystal, but it has my ODBC source name, so you'd have to set up a ODBC source of the same name - that or take what you see and recreate it. Either way, if someone wants it I could always email it to ya as well.

Basically, top level report queries SecGroup table, then a subreport withint it queries the UserFile table. For each user it splits the GroupList into an array and compares each value to that of the current group. I use a suppression rule on the detail line to suppress the line if there is no match.

The suppression formula is:

NumberVar intArrayLimit;
NumberVar i;
NumberVar hit;
StringVar array aGroupList;
StringVar GroupString;

aGroupList := split({Command. GroupList} ,"~");
intArrayLimit := Count(aGroupList) ;

// Try looping through array
i := 1;
hit := 0;
GroupString := "";

while i <= intArrayLimit do
(
If aGroupList[i] = {?Pm-Command. SecGroupCode} Then
hit := 1;
i := i + 1;
);
If hit = 0 Then
true;

--- In vantage@yahoogroups .com, "Ross Hughes" <ross.hughes@ ...> wrote:
>
> I ended up creating a couple of modules in an Access db that auto-execute on
> load and recreates the table in Access with a normalized structure. The
> Access reports are then run from these new local tables.
>
> This does require a read-only ODBC source but takes a lot of the
> security-reporting pain away.
>
> It can be done just as easily in a stored procedure if you are a SQL user.
> Then you could tie a Crystal report to a Vantage menu.
>
> Let me know if you want more information on this.
>
> Ross
>
> -----Original Message-----
> From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf Of
> Brian W. Spolarich
> Sent: Wednesday, April 21, 2010 3:56 PM
> To: vantage@yahoogroups .com
> Subject: RE: [Vantage] Security Groups
>
> The data is stored in the Userfile table. Grouplist contains a
> ~-separated list of SecGroup IDs that the user belongs to.
>
> So its kind of hard to work with. It easy to say "show me which groups a
> user belongs to", but hard to go the other way.
>
> I'm not sure how to do this in MSSQL, but I'm curious enough to
> investigate.
>
> --
> Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
> Picometrix
> Â Â Â Â bspolarich@. .. ~ 734-864-5618 ~
> www.advancedphotoni x.com
>
>
> -----Original Message-----
> From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf Of
> melissa hietala
> Sent: Wednesday, April 21, 2010 3:54 PM
> To: vantage@yahoogroups .com
> Subject: [Vantage] Security Groups
>
> Anyone have any thoughts on this????
> Â At a quick glance, how can IÂ get a list of users that belong to a
> particular security group.
>
> Or what tables is this information held in so that I can create a report on
> it?
>
> Thanks,
> Â
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------ --------- --------- ------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups. yahoo.com/ group/vantage/ files/.
> (2) To search through old msg's goto:
> http://groups. yahoo.com/ group/vantage/ messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups. yahoo.com/ group/vantage/ linksYahoo! Groups Links
>
>
>
>
>
> ------------ --------- --------- ------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups. yahoo.com/ group/vantage/ files/.
> (2) To search through old msg's goto:
> http://groups. yahoo.com/ group/vantage/ messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups. yahoo.com/ group/vantage/ linksYahoo! Groups Links
>







[Non-text portions of this message have been removed]
At a quick glance, how can IÂ get a list of users that belong to a particular security group.

Or what tables is this information held in so that I can create a report on it?

Thanks,
Â
Dustin Biniek




[Non-text portions of this message have been removed]
Anyone have any thoughts on this????
 At a quick glance, how can I get a list of users that belong to a particular security group.

Or what tables is this information held in so that I can create a report on it?

Thanks,
Â
Dustin Biniek




[Non-text portions of this message have been removed]
The data is stored in the Userfile table. Grouplist contains a ~-separated list of SecGroup IDs that the user belongs to.

So its kind of hard to work with. It easy to say "show me which groups a user belongs to", but hard to go the other way.

I'm not sure how to do this in MSSQL, but I'm curious enough to investigate.

--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix / Picometrix
    bspolarich@... ~ 734-864-5618 ~ www.advancedphotonix.com


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of melissa hietala
Sent: Wednesday, April 21, 2010 3:54 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Security Groups

Anyone have any thoughts on this????
 At a quick glance, how can I get a list of users that belong to a particular security group.

Or what tables is this information held in so that I can create a report on it?

Thanks,
Â
Dustin Biniek




[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
In taking a quick look...

Groups are contained in a column called grouplist in the userfile table.

I have SQL here, so I was able to do a quick SQL query to return a result.

SELECT dcduserid

FROM userfile

WHERE CONTAINS (grouplist, 'group1');

That query searched the userfile table and returned me a list of
usernames(dcduserid) that had the text group1 in the column for group list.

You can also do a query for multiple groups with a query like this

SELECT dcduserid

FROM userfile

WHERE CONTAINS (grouplist, 'group1 AND group2');

or a query for a group, and exclude another group

SELECT dcduserid

FROM userfile

WHERE CONTAINS (grouplist, 'group1 AND NOT group2');

You may need to setup full text indexing on the table/columns in order to do
this, but it should only take a minute or 2 to do that.

I did this on MS SQL 2005, Vantage 8.03.404B



----- Original Message -----
From: "melissa hietala" <kevmel822@...>
To: <vantage@yahoogroups.com>
Sent: Wednesday, April 21, 2010 3:54 PM
Subject: [Vantage] Security Groups


Anyone have any thoughts on this????
At a quick glance, how can I get a list of users that belong to a particular
security group.

Or what tables is this information held in so that I can create a report on
it?

Thanks,

Dustin Biniek




[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
I should have been more clear now that I re-read it.

the AND requires that the user be in both groups to be on that list.

MS SQL also supports the OR qualifier which would return any user who is in
either group instead of everyone who is in both groups.


----- Original Message -----
From: "Ned" <TechnoBabbly@...>
To: <vantage@yahoogroups.com>
Sent: Wednesday, April 21, 2010 5:02 PM
Subject: Re: [Vantage] Security Groups


> In taking a quick look...
>
> Groups are contained in a column called grouplist in the userfile table.
>
> I have SQL here, so I was able to do a quick SQL query to return a result.
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1');
>
> That query searched the userfile table and returned me a list of
> usernames(dcduserid) that had the text group1 in the column for group
> list.
>
> You can also do a query for multiple groups with a query like this
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1 AND group2');
>
> or a query for a group, and exclude another group
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1 AND NOT group2');
>
> You may need to setup full text indexing on the table/columns in order to
> do
> this, but it should only take a minute or 2 to do that.
>
> I did this on MS SQL 2005, Vantage 8.03.404B
>
>
>
> ----- Original Message -----
> From: "melissa hietala" <kevmel822@...>
> To: <vantage@yahoogroups.com>
> Sent: Wednesday, April 21, 2010 3:54 PM
> Subject: [Vantage] Security Groups
>
>
> Anyone have any thoughts on this????
> At a quick glance, how can I get a list of users that belong to a
> particular
> security group.
>
> Or what tables is this information held in so that I can create a report
> on
> it?
>
> Thanks,
>
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
Thanks for all your responses! I think I can use all the info I've obtained to get me close enough to what I am looking for.

Thanks again!

Dustin Biniek




________________________________
From: Ned <TechnoBabbly@...>
To: vantage@yahoogroups.com
Sent: Wed, April 21, 2010 4:05:55 PM
Subject: Re: [Vantage] Security Groups

Â
I should have been more clear now that I re-read it.

the AND requires that the user be in both groups to be on that list.

MS SQL also supports the OR qualifier which would return any user who is in
either group instead of everyone who is in both groups.

----- Original Message -----
From: "Ned" <TechnoBabbly@ gmail.com>
To: <vantage@yahoogroups .com>
Sent: Wednesday, April 21, 2010 5:02 PM
Subject: Re: [Vantage] Security Groups

> In taking a quick look...
>
> Groups are contained in a column called grouplist in the userfile table.
>
> I have SQL here, so I was able to do a quick SQL query to return a result.
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1');
>
> That query searched the userfile table and returned me a list of
> usernames(dcduserid ) that had the text group1 in the column for group
> list.
>
> You can also do a query for multiple groups with a query like this
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1 AND group2');
>
> or a query for a group, and exclude another group
>
> SELECT dcduserid
>
> FROM userfile
>
> WHERE CONTAINS (grouplist, 'group1 AND NOT group2');
>
> You may need to setup full text indexing on the table/columns in order to
> do
> this, but it should only take a minute or 2 to do that.
>
> I did this on MS SQL 2005, Vantage 8.03.404B
>
>
>
> ----- Original Message -----
> From: "melissa hietala" <kevmel822@yahoo. com>
> To: <vantage@yahoogroups .com>
> Sent: Wednesday, April 21, 2010 3:54 PM
> Subject: [Vantage] Security Groups
>
>
> Anyone have any thoughts on this????
> At a quick glance, how can I get a list of users that belong to a
> particular
> security group.
>
> Or what tables is this information held in so that I can create a report
> on
> it?
>
> Thanks,
>
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------ --------- --------- ------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups. yahoo.com/ group/vantage/ files/.
> (2) To search through old msg's goto:
> http://groups. yahoo.com/ group/vantage/ messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups. yahoo.com/ group/vantage/ linksYahoo! Groups Links
>
>
>
>
>
> ------------ --------- --------- ------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups. yahoo.com/ group/vantage/ files/.
> (2) To search through old msg's goto:
> http://groups. yahoo.com/ group/vantage/ messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups. yahoo.com/ group/vantage/ linksYahoo! Groups Links
>
>
>







[Non-text portions of this message have been removed]
I ended up creating a couple of modules in an Access db that auto-execute on
load and recreates the table in Access with a normalized structure. The
Access reports are then run from these new local tables.

This does require a read-only ODBC source but takes a lot of the
security-reporting pain away.

It can be done just as easily in a stored procedure if you are a SQL user.
Then you could tie a Crystal report to a Vantage menu.

Let me know if you want more information on this.

Ross

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Brian W. Spolarich
Sent: Wednesday, April 21, 2010 3:56 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Security Groups

The data is stored in the Userfile table. Grouplist contains a
~-separated list of SecGroup IDs that the user belongs to.

So its kind of hard to work with. It easy to say "show me which groups a
user belongs to", but hard to go the other way.

I'm not sure how to do this in MSSQL, but I'm curious enough to
investigate.

--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
    bspolarich@... ~ 734-864-5618 ~
www.advancedphotonix.com


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
melissa hietala
Sent: Wednesday, April 21, 2010 3:54 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Security Groups

Anyone have any thoughts on this????
 At a quick glance, how can I get a list of users that belong to a
particular security group.

Or what tables is this information held in so that I can create a report on
it?

Thanks,
Â
Dustin Biniek




[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links





------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
Thanks, Vic. I know nothing about CROSS JOIN queries. My SQL
knowledge is a bit thin.



Basically this results in a denormalized table, which you could
presumably then use in a subquery. This would give you a list of users
in the CRM group:



select username from

( SELECT

userfile.name as username,

secgroup.secgroupdesc as secgroupdesc,

secgroup.secgroupcode as secgroupcode,

userfile.dcduserid as dcduserid



FROM UserFile

CROSS JOIN SecGroup

WHERE (userfile.grouplist LIKE '%' + secgroupcode + '~%')

OR

(userfile.grouplist LIKE '%' + secgroupcode)

) as Q

where secgroupcode = 'CRM';



So how would I invert the result table so I'd get:



Groupname -> User1, User2, User3



-bws



--

Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix

bspolarich@...
<mailto:bspolarich@...> ~ 734-864-5618 ~
www.advancedphotonix.com <http://www.advancedphotonix.com>



From: Vic Drecchio [mailto:Vic.Drecchio@...]
Sent: Wednesday, April 21, 2010 5:17 PM
To: vantage@yahoogroups.com
Cc: Brian W. Spolarich
Subject: RE: [Vantage] Security Groups



In SQL:



SELECT

userfile.name,

secgroup.secgroupdesc,

secgroup.secgroupcode,

userfile.dcduserid



FROM UserFile

CROSS JOIN SecGroup

WHERE (userfile.grouplist LIKE '%' + secgroup.secgroupcode + '~%')

OR

(userfile.grouplist LIKE '%' + secgroup.secgroupcode)





________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Brian W. Spolarich
Sent: Wednesday, April 21, 2010 4:56 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Security Groups





The data is stored in the Userfile table. Grouplist contains a
~-separated list of SecGroup IDs that the user belongs to.

So its kind of hard to work with. It easy to say "show me which groups a
user belongs to", but hard to go the other way.

I'm not sure how to do this in MSSQL, but I'm curious enough to
investigate.

--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
Picometrix
bspolarich@...
<mailto:bspolarich%40advancedphotonix.com> ~ 734-864-5618 ~
www.advancedphotonix.com

-----Original Message-----
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of melissa hietala
Sent: Wednesday, April 21, 2010 3:54 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Security Groups

Anyone have any thoughts on this????
At a quick glance, how can I get a list of users that belong to a
particular security group.

Or what tables is this information held in so that I can create a report
on it?

Thanks,

Dustin Biniek

[Non-text portions of this message have been removed]

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links





[Non-text portions of this message have been removed]
I'm using Progress (could likely work for SQL too).

I have a Crystal Report that queries through ODBC to the tables and generates a report listing all the security groups and then displays all the users within the security group.

I could post the Crystal, but it has my ODBC source name, so you'd have to set up a ODBC source of the same name - that or take what you see and recreate it. Either way, if someone wants it I could always email it to ya as well.

Basically, top level report queries SecGroup table, then a subreport withint it queries the UserFile table. For each user it splits the GroupList into an array and compares each value to that of the current group. I use a suppression rule on the detail line to suppress the line if there is no match.

The suppression formula is:

NumberVar intArrayLimit;
NumberVar i;
NumberVar hit;
StringVar array aGroupList;
StringVar GroupString;

aGroupList := split({Command.GroupList},"~");
intArrayLimit := Count(aGroupList);

// Try looping through array
i := 1;
hit := 0;
GroupString := "";

while i <= intArrayLimit do
(
If aGroupList[i] = {?Pm-Command.SecGroupCode} Then
hit := 1;
i := i + 1;
);
If hit = 0 Then
true;


--- In vantage@yahoogroups.com, "Ross Hughes" <ross.hughes@...> wrote:
>
> I ended up creating a couple of modules in an Access db that auto-execute on
> load and recreates the table in Access with a normalized structure. The
> Access reports are then run from these new local tables.
>
> This does require a read-only ODBC source but takes a lot of the
> security-reporting pain away.
>
> It can be done just as easily in a stored procedure if you are a SQL user.
> Then you could tie a Crystal report to a Vantage menu.
>
> Let me know if you want more information on this.
>
> Ross
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> Brian W. Spolarich
> Sent: Wednesday, April 21, 2010 3:56 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Security Groups
>
> The data is stored in the Userfile table. Grouplist contains a
> ~-separated list of SecGroup IDs that the user belongs to.
>
> So its kind of hard to work with. It easy to say "show me which groups a
> user belongs to", but hard to go the other way.
>
> I'm not sure how to do this in MSSQL, but I'm curious enough to
> investigate.
>
> --
> Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix /
> Picometrix
> Â Â Â Â bspolarich@... ~ 734-864-5618 ~
> www.advancedphotonix.com
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> melissa hietala
> Sent: Wednesday, April 21, 2010 3:54 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Security Groups
>
> Anyone have any thoughts on this????
> Â At a quick glance, how can IÂ get a list of users that belong to a
> particular security group.
>
> Or what tables is this information held in so that I can create a report on
> it?
>
> Thanks,
> Â
> Dustin Biniek
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>