nylonelyguy
Technical User
Hi there, i have this problem and i would really appreciate it alot if u guys can help. im not a programmer, i understand the concept and i can relate. i was asked to modify a report. first, i dont understand the language of this report. but it is easy to understand the meaning of it.
this is a software called libraryworld. the report gives me the bar code of the item, title, #circs(how many times was out). i want to add a field that indicate a period. like for exmaple for each year this item was out this amount.
i dont know if im posting in the right thread. thank you in advance. here is the report.
.Module:Catalog
.Report_Name:Circulated Items 2002
.font_sanserif
.set_margins:.5;.25;.25;.25
!setup the header
.begin_header
.set_margins:.5;.25;.25;.25
.font_style:B
.font_size:14
.left_justify
&_Report_Name
.font_size:12
.right_justify
&_Date
.line
.line
.end_header
!setup the footer
.begin_footer
.set_margins:.5;.25;.25;.25
.line
.font_style:B
.left_justify
&_Libraryname
.right_justify
&_page
.end_footer
!setup the columns
.set_col:1;.5;1.3;l;w
.set_col:2;1.5;5.6.5;w
.set_col:3;6.7;7.5;L;W
!setup the report header
.begin_reportheader
.calculate:&circnum
.begin_col
.font_style:UB
.col_data:1:Barcodes
.col_data:2:Title
.Col_data:3;#Circs
.font_style:N
.end_col
.line
.end_reportheader
.begin_reportfooter
.begin_col
.col_data:3;______________
.end_col
.begin_col
.col_data:3;&C_circnum
.end_col
.end_reportfooter
!body of report
.begin_loop:852
.begin_if:&copchout >= 0
.begin_if:&copchout !=
.begin_col
.col_data:1:&circnum
.col_data:2;&title
.Col_data:3;&copchout
.end_col
.end_if
.end_if
.end_loop
!end of report
this is a software called libraryworld. the report gives me the bar code of the item, title, #circs(how many times was out). i want to add a field that indicate a period. like for exmaple for each year this item was out this amount.
i dont know if im posting in the right thread. thank you in advance. here is the report.
.Module:Catalog
.Report_Name:Circulated Items 2002
.font_sanserif
.set_margins:.5;.25;.25;.25
!setup the header
.begin_header
.set_margins:.5;.25;.25;.25
.font_style:B
.font_size:14
.left_justify
&_Report_Name
.font_size:12
.right_justify
&_Date
.line
.line
.end_header
!setup the footer
.begin_footer
.set_margins:.5;.25;.25;.25
.line
.font_style:B
.left_justify
&_Libraryname
.right_justify
&_page
.end_footer
!setup the columns
.set_col:1;.5;1.3;l;w
.set_col:2;1.5;5.6.5;w
.set_col:3;6.7;7.5;L;W
!setup the report header
.begin_reportheader
.calculate:&circnum
.begin_col
.font_style:UB
.col_data:1:Barcodes
.col_data:2:Title
.Col_data:3;#Circs
.font_style:N
.end_col
.line
.end_reportheader
.begin_reportfooter
.begin_col
.col_data:3;______________
.end_col
.begin_col
.col_data:3;&C_circnum
.end_col
.end_reportfooter
!body of report
.begin_loop:852
.begin_if:&copchout >= 0
.begin_if:&copchout !=
.begin_col
.col_data:1:&circnum
.col_data:2;&title
.Col_data:3;&copchout
.end_col
.end_if
.end_if
.end_loop
!end of report