6/18/2025 1:29:39 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
filtering group based on current account or contact
Posted: 26 Sep 06 4:38 PM
|
fiogf49gjkf0d I have a registrations table (one2many) with the contact table. I need to create a contact group that displays all of the contacts for the current account that exist in the registrations table. Another group to display only the registrations that exist for the current contact. Is there a way to do this? |
|
|
|
Re: filtering group based on current account or contact
Posted: 02 Oct 06 10:47 AM
|
fiogf49gjkf0d You should be able to use the Custom_RegTable.ID (Does contain data). And visa versa with a NOT.
If that does not work --> Check your joins.
Account --> Left join to Contact Contact --> Inner join to Custom_RegTable
Carla
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|