Our knowledge-base contains content and resources to help you make the most out of your software. You need to be logged in to view this content.
Not registered, yet? Register for access.
Knowledge base
Page 86 of 86
Colorado Delivery Cities
Report Output Example: ************************************************************************************************************************************************************************ define number firstyr = parameter/prompt=”Enter first year of deliveries to include (i.e. 2015)”where cr_main:cr_trans_type=”C” and cr_contract_closed=”Y” and cr_delivery=”Y” and cr_job_city>”” and trun(cr_job_state)=”CO” and year(cr_in_due_date)>=firstyrsum/nobanner/domain=”cr_main”/title=”COLORADO DELIVERIES” cr_main:units/heading=”CONTRACTS” cr_totls:cr_ticket_total/heading=”DOLLAR-VALUE” across year(cr_main:cr_in_due_date)/descending by highest cr_job_city
May 21, 2020
Event Summary Report
Report Output Example: *************************************************************************************************** /* Provides “Event Summary” based on common jobname for a specificied customer or all */ define string job = parameter/uppercase prompt “Enter common job name (keyword)”; string ticket = cr_main:cr_trans_type+” “+str(cr_main:ticket_number); string cust_key = parameter prompt “Enter Key” default “#A”; number cust_key2 = val(cust_key); file csmain = access cs_main, set cs_main:cs_key […]
Page 86 of 86