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!
|
|
Query Builder
Posted: 04 Oct 06 3:51 PM
|
fiogf49gjkf0d Need assistance. I'm building a couple of queries for our Marketing Department that shows all prospects that have a campaigns associated to them starting in August of 2005 (no problem on this one). The second criteria is they do not want to see any accounts in this query that have had a meeting completed in the last 180 days. Okay to have a phone call and/or email, as this will show them that they have been touched but have not completed a meeting. Also do not want database changes. I've tried many combinations in the query builder and cannot get it to work. Any assistance would be greatly appreciated.
Thanks
KB
|
|
|
|
Re: Query Builder
Posted: 04 Oct 06 5:47 PM
|
fiogf49gjkf0d Just needed to walk away from it for a few minutes, came back and figured it out and seems to be working.
Thanks
|
|
|
|
Re: Query Builder
Posted: 05 Oct 06 7:57 AM
|
fiogf49gjkf0d I find taking a break sometimes helps. Did you do this via a SELECT statement from the history file? |
|
|
|
Re: Query Builder
Posted: 05 Oct 06 10:22 AM
|
fiogf49gjkf0d Yes, I added this Select statement below and then highlighted the condition, did a right mouse click and selected NOT
Select distinct AccountId from History where DateDiff(day, History.Createdate,GetDate()) < 180 and type=262145
Ongoing learning process for me. |
|
|
|
Re: Query Builder
Posted: 13 Dec 06 12:52 AM
|
fiogf49gjkf0d Hello Kim
do you have any training manuals or Documentation. if so pleease let me know so that it would be very helpful for me I am new to slx and I want to learn more. Please help me.my personal id is vmadan16@lycos.com
Thanx in Advance. Madhan |
|
|
|
Re: Query Builder
Posted: 15 Dec 06 7:07 AM
|
fiogf49gjkf0d I'd suggest: A - DevLogix B - SalesLogix help files (there's a lot of good info there) D - Take a training class from Sage SalesLogix D - Get your BP to train you. -- rjl |
|
|
|