I am using CR 9 and have a simple report that displays an individuals name and address formated for labels. For example:
Jim Jones
123 Main Street
Your Town, NJ 12345
Betty Crocker
234 Cooking way
My Town, NJ 23456
What I need is for a user to be able to select via a parameter the number of...
I have a report that I am running from an asp page. I am using a multi select input box to get text from the user that is passed to the report like so:
<!-----Marks---------->
<cfquery name="getmarks" datasource="#session.dbname#">
select * from gradecodes
where yearid = #session.getyear#...
I have a few reports that need to run by a user selected date range. To do this I am simply using the following formula in Select Expert:
{Discipline_Log.IncidentDate} in {?Startdate} to {?Enddate}
This works fine unless the end user enters the same start and end date to show records for only...
I have created a grade distribution report in CR 9 that is intended to show the number of different grades given by a teacher, by their course and section. The report works fine but I need to be able to show percents as well as the totals in the cross tab report that I have inserted.
What I have...
I have a report card that lists the grades for a student in a string field. This field has both numbers ranging from 0 to 110 and alpha characters in it. My problem is that if the student grade is less then 70 I need to show an F other wise I show the grade be it alpha or numeric. I am using the...
I added a second page header, inserted a picture "logo.jpg", checked Underlay Following Sections on the section expert tab and adjusted it to fit the details section. All this works just fine.
The problem is that the vertical lines I placed to create columns and seperate detail fields...
I have a report that is custom sized to 8.5 by 5.5 (half letter). What I need is to print 2 reports per page so that it outputs to a custom form with a perforation in the middle. I have tried to reset the page number after 2 which works and then create a page break when page = 2 which isn't...
I am trying to print a student's current year transcript on a label (Avery 5162). The data to be shown is :
StudentID StudentName
CourseID CourseTitle
When I do this in letter format the data returned is:
10 Jane Doe
0041 English IV
0225 Spanish V
0432 Sociology
and so on...
I have users that need to send letters to their customers, however each user has different letters and they frequently change the content of each individual letter. Rather then create many reports and have the ongoing maintainance nightmare, I would like to create a table in the database that...
I have users that need to send letters to their customers, however each user has different letters and they frequently change the content of each individual letter. Rather then create many reports and have the ongoing maintainance nightmare, I would like to create a table in the database that...
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.