back to top

Slight Improvements to the Weekly Recap Report

In a post labeled SalesLogix Ticket Reports (Part 7) dated Feb 19th, 2009 I wrote a blog post reviewing the SalesLogix Weekly Recap Crystal Report. During the post I did not have much to write about this particular report.  When I reviewed the report today I thought of one improvement that we could make.  Currently this report is set up to give you the numbers for the number of Tickets created in the system and display them by User for the current week.  What I want to do is expand the use of this report out so a user can view the numbers of tickets in a larger selective period based on user input.


The first step here is to make a parameter.  This parameter will be called “Week”, we set it up as a string.  The parameter will have the following values to select from.  




  • 0 to 30 Days


  • 31 to 60 Days


  • 61 to 90 Days


  • 1st Quarter


  • 2nd Quarter


  • 3rd Quarter


  • 4th Quarter


  • Year To Date


  • Since Sunday this Week (Default)

This is the Prompt Text I used “Select the Time Frame that you want to view this report?”


Now all we have to do is set up the Report Selection Formula.   Here we will use some of the standard functions that come with Crystal Reports to help us out.


Here is the formula


if {?Week} = “0 to 30 Days” then {TICKET.RECEIVEDDATE} in Aged0To30Days
Else
if {?Week} = “31 to 60 Days” then {TICKET.RECEIVEDDATE} in Aged31To60Days
Else
if {?Week} = “61 to 90 Days” then {TICKET.RECEIVEDDATE} in Aged61To90Days
Else
if {?Week} = “1st Quarter” then {TICKET.RECEIVEDDATE} in Calendar1stQtr
Else
if {?Week} = “2nd Quarter” then {TICKET.RECEIVEDDATE} in Calendar2ndQtr
Else
if {?Week} = “3rd Quarter” then {TICKET.RECEIVEDDATE} in Calendar3rdQtr
Else
if {?Week} = “4th Quarter” then {TICKET.RECEIVEDDATE} in Calendar4thQtr
Else
if {?Week} = “Year To Date” then {TICKET.RECEIVEDDATE} in YearToDate
Else
if {?Week} = “All” then {TICKET.TICKETID}>””
Else
if {?Week} = “Since Sunday This Week” then {TICKET.RECEIVEDDATE} in WeekToDateFromSun


A couple additional changes, I also added a label under the Report Title so you can see what Parameter is selected and also I change the report layout form landscape to portrait.


Now this report can be used for week by week comparison of the number of Tickets your system over larger periods of time. 



Feel free to Down Load the Report using this Link.


Get all of our Free SalesLogix Reports here…


Crystal Report Writing for SalesLogix


Later…..


Geo


 


 

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos