${_("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) %>
  1. ${_("Add one of these commands to your search:")}
    ${_('%(chart)s, %(contingency)s, %(stats)s, %(timechart)s, %(top)s') % links}
  2. ${_("Select a field from the left and pick a Charting option.")}
  3. ${_("Create a report with Report Builder, which can transform your results and create a chart.")}