<%@ Page language="C#" %> <%/**/%> btnet edit report <% security.write_menu(Response, "reports"); %>
back to reports

Description:  
Chart Type:                  
SQL:
 
 
  To use "Pie", "Bar", or "Line", your SQL statement should have two columns
where the first column is the label and the second column contains the value.

You can use the pseudo-variable $ME in your report which will be replaced by your user ID.
For example:
    select .... from ....
    where bg_assigned_to_user = $ME
<% Response.Write(Application["custom_footer"]); %>