Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SQL Chart equips you with another medium of reporting by using charts. You are given the flexibility of defining your own SQL query to determine the charts that you would like to generate, ranging from a number of graph types.

Image Removed

Image Removed

Code Block
langsql
titleSample Userview Key UsageSQL Query
SELECT c_status as 'status', COUNT(c_status) as 'count' FROM app_fd_tix_tickets WHERE c_category_id = '#userviewKey#'status IS NOT NULL GROUP BY c_status 

Image Added

Image Added