Venture Tracker Help
Docs» dashboard-examples

Dashboard Examples

A simple example

SELECT username, COUNT(companies.id) AS total

FROM companies 

JOIN users ON user_id = users.id

WHERE companies.enabled = 1

AND users.active = 1

AND companies.priority < 4

GROUP BY users.id

ORDER BY users.username

Pie Chart dashboard

{
  "report_id": ??,
  "category": "class",
  "value": "total",
  "table": true,
  "showTotals": true
}

Parent = Demo and enable it

Previous Next

Venture Tracker Help

Table of Contents

  • Home Page

Getting Started

  • Setting Up Venture Tracker
  • Vocabulary and customisation
  • Adding users

Standard Features

  • User Interface
  • Companies and Meeting Logs
  • Panellists / Mentors / Advisors
  • Tags
  • Reports
  • Dashboards
  • Uploading Documents

Optional Features

  • Panels
  • Funding and Investment
  • Huddles
  • Customers
  • Extra Fields
  • Advisories
  • Sites
  • Email Users
  • Data Quality

Administration

  • Admin Help - restricted
  • => Login