Force Items To Top Of Order By
ORDER BY
CASE
WHEN guide_item_text like '%condemnation%' then '1' + guide_item_text
ELSE '2' + guide_item_text
END DESC
Wednesday, July 31, 2013
Tuesday, July 30, 2013
Handy Crystal Report Snippets
For Formatting Month Name
if ToText({%Month}) = 'Dec' then 'December'
else if ToText({%Month}) = 'Jan' then 'January'
else if ToText({%Month}) = 'Feb' then 'February'
else if ToText({%Month}) = 'Mar' then 'March'
else if ToText({%Month}) = 'Apr' then 'April'
else if ToText({%Month}) = 'May' then 'May'
else if ToText({%Month}) = 'Jun' then 'June'
else if ToText({%Month}) = 'Jul' then 'July'
else if ToText({%Month}) = 'Aug' then 'August'
else if ToText({%Month}) = 'Sep' then 'September'
else if ToText({%Month}) = 'Oct' then 'October'
else if ToText({%Month}) = 'Nov' then 'November'
else if ToText({%Month}) = 'Jan' then 'January'
else if ToText({%Month}) = 'Feb' then 'February'
else if ToText({%Month}) = 'Mar' then 'March'
else if ToText({%Month}) = 'Apr' then 'April'
else if ToText({%Month}) = 'May' then 'May'
else if ToText({%Month}) = 'Jun' then 'June'
else if ToText({%Month}) = 'Jul' then 'July'
else if ToText({%Month}) = 'Aug' then 'August'
else if ToText({%Month}) = 'Sep' then 'September'
else if ToText({%Month}) = 'Oct' then 'October'
else if ToText({%Month}) = 'Nov' then 'November'
Tuesday, July 9, 2013
Accela Add New Event
- Enable event in AA Admin --- Events --- Events and associate it with the appropriate script
- Add EMSE activation code to AA Admin --- Standard Choices --- Event Name EMSE to EMSE
- ContactAddAfter
- true ^ branch("CAA:" + appTypeArray[0] + "/*/*/*")
- true ^ branch("CAA:" + appTypeArray[0] + "/" + appTypeArray[1] + "/*/*")
- true ^ branch("CAA:" + appTypeArray[0] + "/" + appTypeArray[1] + "/" + appTypeArray[2] + "/*")
- Add standard Choice catch --- CAA:Enforcement/Vacant Property/NA/NA
- true ^ showDebug = false, showMessage = false;
- isTaskActive("Property Remediation") && contactType =="Property Remediation Vendor" ^ updateTask("Property Remediation","Vendor Contacted","Closed by CAA Script","Closed by CAA Script"); updateAppStatus("Remediation","Updated by CAA Script");
Subscribe to:
Posts (Atom)