Creating a custom reusable filtering interface with macro component: An Example"

From Documentation
Line 13: Line 13:
 
= Live Demo =
 
= Live Demo =
  
As an example,  law enforcement agencies can use filtering to find trends in criminal activities. For concreteness, I will take criminal records from Sacramento in 2006 <ref>Data source: [http://support.spatialkey.com/spatialkey-sample-csv-data/ spatialkey sample]</ref>, which consists of 7,584 offenses.  It is also interesting to mark illegal occurrences on google maps.
+
As an example,  law enforcement agencies can use filtering to find trends in criminal activities. For concreteness, criminal records were taken from Sacramento in 2006 <ref>Data source: [http://support.spatialkey.com/spatialkey-sample-csv-data/ spatialkey sample]</ref>, which consists of 7,584 offenses.  It is also interesting to mark illegal occurrences on google maps.
  
 
<gflash width="900" height="420">2015-02-10_zkfilter_demo.swf</gflash>
 
<gflash width="900" height="420">2015-02-10_zkfilter_demo.swf</gflash>
 
Next, I am going to show how to build the user interface.
 
  
 
= How it works =
 
= How it works =

Revision as of 07:42, 10 February 2015

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!


DocumentationSmall Talks2015AprilCreating a custom reusable filtering interface with macro component: An Example
Creating a custom reusable filtering interface with macro component: An Example

Author
Neil Lee, Engineer, Potix Corporation
Date
February xx, 2015
Version
ZK 7.0.4

Introduction

Filtering commonly augments data displaying functionality. Users can create multiple views of a single data set based on different filter criteria. As data sets become larger and larger, filtering also helps increase performance and improve usability by reducing the information shown. Take Excel for example. After filtering is enabled, each column header will include a button, when clicked, displays the filtering configuration dialog box for the respective column. Users can then edit the condition that the data in that column must satisfy in order to be included in the final display. In this smalltalk, I am going to create a user interface similar to Excel for collecting filtering criteria, and use that information in an application to perform the actual filtering operation.

Live Demo

As an example, law enforcement agencies can use filtering to find trends in criminal activities. For concreteness, criminal records were taken from Sacramento in 2006 [1], which consists of 7,584 offenses. It is also interesting to mark illegal occurrences on google maps.

How it works

Summary

Download

References

  1. Data source: spatialkey sample


Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.