${_("Your search does not include a command to generate statistical results.")}
${_("Use one of the following options to create a results table and enable charting options:")}
<%
links = {}
for option in ("chart", "contingency", "stats", "timechart", "top"):
links[option] = '%s' % (generateSelfHelpLink('results_table.help.' + option), option)
%>
- ${_("Add one of these commands to your search:")}
${_('%(chart)s, %(contingency)s, %(stats)s, %(timechart)s, %(top)s') % links}
- ${_("Select a field from the left and pick a Charting option.")}
- ${_("Create a report with Report Builder, which can transform your results and create a chart.")}