Free Dashboard Design and development


Today we are announcing free dashboard Development service for all small businesses who otherwise do not have the IT resources to get them built in-house. Even though with all the dashboarding tools available in the market (including InfoCaptor) there is still considerable investment of time and resources required in order to create the dashboards in-house. There is a considerable learning curve for the new BI tool and allocating the appropriate developer resources in getting the dashboards up and running. By leveraging this free service you cut down the initial time-investment required on your behalf to learn the tool and create the dashboards. How does it work? You send us the data in Excel format Send us a document defining your requirements for dashboard We will begin the conversation and clarify the requirements We will start the development process and send you an update once it is ready for your review. We will also help you install the ...

Dashboard Insight


Dashboard Insight is primarily focused on that most useful of business intelligence tools: the digital dashboard. They present intelligent writing on all matters around the creation, building and deployment of business-enriching dashboards. You can also see examples of real-life working dashboards with dynamic features, and we choose from among these submissions our "Dashboard of the Week". These fascinating, real-world dashboards will spark ideas for the better use of information, its most effective display, and its transformation into intelligence. http://www.dashboardinsight.com/

Oracle DBA and Sysadmin Dashboard


This is a perfect companion for Oracle application Database Administrator Here is the content listing Concurrent Manager Internal Manager Locks Concurrent Manager Details Concurrent Managers With problems Inactive Concurrent Managers Concurrent Manager Locks Oracle ERP Logged User Total Top Concurrent Programs Concurrent Program Status Distributions Users with Max Responsibilities Current Logged in users Workflow Mailer Status Interface Errors Database Related Information Version, SGA, control file, db links Active Sessions, Session SQL Buffer Cache User Hit Ratio Tuning Tips Hit Ratio Other Ratios You can download the dashboard You will need the main Dashboard Software

Quickbooks Finance Dashboard | Small Business


Small business owners have lot to gain from dashboard functionality but due to the high priced software it really doesn't fit their bill. There is very less focus or attention given to small businesses when it comes to BI and reporting. These dashboards were designed using InfoCaptor and now is part of our client's daily stop. This is a dashboard for the small business owners. Developed for clients in the phramacy, agriculture and irrigation idustry.

InfoCaptor on other platforms


Download the zip file from this location http://www.infocaptor.com/files/setup/infocaptor_server_files.zip Extract the infocaptor_server.jar file in a directory and then depending on the platform type the following command from command line. java -jar infocaptor_server.jar

Small Business Finance Dashboard



Access Dashboards | Microsoft Access database as source


You can connect the Dashboard to MS Access using the ODBC and defining the DSN source. This method is described in this section Access Dashboards using ODBC and DSN Within InfoCaptor, you can connect directly to the access mdb file without the need to define the ODBC Data source name (DSN) Let say your access mdb file is located in this directory C:\Program Files\Microsoft Office\Office\Samples\Northwind.mdb And you want to connect to this file and create dashboard against it. First format the above directory location by replacing the "\" (backward slash) to "/" (forward slash) so your directory path string should be like below C:/Program Files/Microsoft Office/Office/Samples/northwind.mdb Now open the connection window in InfoCaptor and enter the information as shown below In the Driver, select "MS Access .mdb - sun.jdbc.odbc.JdbcOdbcDriver" In the Connect Name, type any descriptive name so that you can identify the connection by this name In the connection url enter [ C:/Program Files/Microsoft Office/Office/Samples/northwind.mdb ] Clear all remaining fields and ...

Thermometer chart in Dashboard | Create thermometer chart


To create this chart, your SQL should return only one column and one row select sum(quantity_sold) as qty_sold from [detail_data$] where fiscal_year = 2001 and country_region like 'Americas' (Complete Steps) Create Thermometers in Dashboard Tags: thermometer chart, dashboard thermometer, dashboard gauges, jfreechart thermometer

Line Chart in Dashboard | Create Line Chart


  The basic requirement for a line chart is same as the bar chart. You need minimum of two columns, if you add more than two columns then it adds another line in the same chart corresponding to the numeric column select job_type, max_salary as VAL , min_salary as SVAL from job_table (Complete Steps) Create Line Chart   Tags: line chart, dashboard line chart, jfreechart line chart

Dials and Gauges in Dashboards | Create Dial Charts


This is an alternative to the meter chart The requirement is the same as meter chart, your SQL should return only one column and one row, just a single cell value (Complete Steps) Create Dashboard Dials   Tags: dashboard gauges, dashboard dials, dashboard charts, speedometer chart, dial chart, meter chart