search for: report_numb

Displaying 1 result from an estimated 1 matches for "report_numb".

Did you mean: report_name
2006 Jun 05
1
Strange problem with Gruff not always displaying graph
...'#CC0000'', ''#00CC00'', ''#cc6633'', ''#cc9966'', ''#99cc99''], :marker_color => ''black'', :background_colors => [''#FAFAFA'', ''#FAFAFA''] } report_number = [] labels = [] @report = User.find(session[:user]).reports.find(params[:id]) @records = @report.report_items.find(:all, :conditions => [ "report_context = ''Required''" ] ) for report_items in @records report_number << report_it...