require 'QuickBaseClient' qbc = QuickBase::Client.new reportsHTML = "" reportNames = qbc.getReportNames("8emtadvk") reportNames.each{|reportName| report = qbc.lookupQueryByName(reportName) reportID = report.attributes["id"] reportsHTML << "#{reportName}
" } html = "" html << "" html << "" html << "" html << "" html << "" html << "" html << "" html << "" html << "
Community Forum Reports
" html << reportsHTML html << "" html << "