Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, November 25, 2024 
 
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!
 Reporting & Notification Forums - Reporting
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Reporting | New ThreadView:  Search:  
 Author  Thread: using subqueries
Ken
Posts: 13
 
using subqueriesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Aug 08 12:04 PM
I'd like to use a subquery in my report but cannot figure out where/how to specify it. There is a section in the CR help that talks about subqueries, but the options mentioned in the help do not appear in my CR UI (or I can't find them). Does anyone know if the version of CR XI that ships with SalesLogix 7.2 supports subqueries?

If not, can anyone suggest how I might add the following filter to my query:

where PickListId =
(select ItemId from sysdba.picklist
where PickListId='PICKLISTLIST' and Text = 'Activity Types')

thanks,
Ken
[Reply][Quote]
Harendra Sinha
Posts: 66
 
Re: using subqueriesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Aug 08 3:12 PM
R you calling the report from a form.
If Yes then pass the query string to the crystal report at run time, instead of binding with crystal report i.e.
GlobalReportController.CrystalReport.RDC.SQLQueryString = .......where PickListId =
(select ItemId from sysdba.picklist
where PickListId='PICKLISTLIST' and Text = 'Activity Types')
-Harendra
[Reply][Quote]
Ken
Posts: 13
 
Re: using subqueriesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Aug 08 7:36 AM
I am calling the report from the Reports section - no scripting involved.

I figured out that in the Database Expert, the Add Command option lets you write the query yourself, subqueries and all. I'm still curious if there is a way to add the sub-query within CR when you use the CR GUI to build your queury, but at least I am not stuck now.

Ken
[Reply][Quote]
Dan Carvin
Posts: 227
 
Re: using subqueriesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Aug 08 1:48 PM
You can add extra conditions in the Report Selection if you want to narrow the selection further.

You can use parameter fields if you want give the user options on how the query should be constructed.

If you want to display data from multple one-to-many tables, use sub-reports within the main report.
[Reply][Quote]
sowmya
Posts: 13
 
Re: using subqueriesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 08 5:25 AM
As you said we can you use Add command to write complex queries.But can we call such reports from the reports section because when you add report to saleslogix it asks for main table which is not available in this condition
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/25/2024 10:50:55 AM