Dashboard report

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
WillBro
Posts: 1
Joined: 2014-12-18 23:19

Dashboard report

Post by WillBro » 2014-12-19 02:28

I am looking to create a dashboard where I can select the from and to date and select either the team or a single sales rep.

Example selections

Select dates
Select Team
Select SalesRep

Example report output

Report from Date to Date for sales rep

William Brown Total Quoted
William Brown Total Sales
William Brown Total Revenue

I have a table called results with dropdown with quoted sales revenue and if lead is sold there is table called sale amount .
Anyone have any idea how i would create this report
Thanks

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: Dashboard report

Post by a.gneady » 2014-12-29 21:34

Currently AppGini doesn't create summary reports of that type (though we're working on a plugin for this) ... You'll have to develop a customized report for displaying this info. This page might help you get started: http://bigprof.com/appgini/help/advance ... cess-pages
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply