I have a crystal report that is linked to a stored procedure. in the crystal report i have the groups set to customer, date and rank. in the stored procedure i have created a rank where a customer exists more then once on the same day. what i need to do is create a sub total for the customer...
I have a database that stores customer information. what i need to do is show the customers previous rate. this is easy for customers that have a previous rate (by using row_number and selecting row_number 2)but not all customers have a previous rate so i need to select their current rate.
here...
Hi,
I have two tables (table A and table B). table A contains cusotmer information and table B contains customer activity information for the past 5 years.
I have joined the two tables using left join as {tablea.customer_id}={tableb.customer_id} in both tables.
what i'm trying to see if there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.