US20050273697A1 - Data editing and verification user interface - Google Patents

Data editing and verification user interface Download PDF

Info

Publication number
US20050273697A1
US20050273697A1 US11/109,484 US10948405A US2005273697A1 US 20050273697 A1 US20050273697 A1 US 20050273697A1 US 10948405 A US10948405 A US 10948405A US 2005273697 A1 US2005273697 A1 US 2005273697A1
Authority
US
United States
Prior art keywords
value
format
display
records
computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/109,484
Inventor
Paul Weinberg
Dave Sullivan
Philip Tinari
David Brookler
Ariel Hazi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/109,484 priority Critical patent/US20050273697A1/en
Publication of US20050273697A1 publication Critical patent/US20050273697A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines

Definitions

  • the present invention relates to a user interface for use in editing and verification of data, and, more particularly, to a user interface for use in editing and verifying data values wherein a format encoding is used for the values in the user interface to reflect characteristics of the underlying data used to populate the user interface.
  • a DBMS Database Management System
  • a DBMS Database Management System
  • RDBMS Relational DBMS
  • An RDBMS manages tables that make up a relational database as well as the data contained in the tables.
  • data is organized in rows (or records) and columns (or fields) of the tables, and two or more tables may be related based on like data values.
  • the intersection of a row and column in a table is referred to as a cell and contains the data value for a particular field of a particular record.
  • a DML data manipulation language
  • SQL Structured Query Language
  • a schema defines the structure of a database, i.e., each table and the fields within a record of a table.
  • a schema is itself considered data that is stored in one or more tables. Therefore, like other data in a database, a DML may be used to store, retrieve and modify the data in the database as well as the structure of a database.
  • the traditional method of adding or modifying records in an RDBMS is to use a data entry form to view and edit a single record at a time, where each field in the database corresponds to a single field in the form.
  • the fields in the form are empty, to be filled in from scratch by the user.
  • the RDBMS places the existing values of the record into each of the fields of the form, and any or all of them can be modified by the user.
  • Some systems extend this scheme to allow the user to indicate that a change to the value in a particular field be further applied to all of the records in a previously selected set of records.
  • a problem is that the single control for each field in the data entry form can display only a single value at a time, which makes it impossible for the user to easily determine before applying the change whether or not the existing data values for the field are all the same across the entire set of records.
  • An advantage of this approach is that multiple values for each field can be displayed simultaneously, and the user can quickly view all the values for a field across the entire set of records by examining the contents of a particular column.
  • the present invention addresses the foregoing problems and provides a user interface for simultaneous display of a tabular and form view of data records and setting appearance characteristics of a value displayed in the user interface to reflect characteristics of the underlying data (i.e., the data records).
  • the present invention provides for displaying multiple disparate values in a single control (e.g., a display field of the user interface), and using different formatting codes (e.g., color coding) for the values based on the characteristics of the underlying data (e.g., whether there are empty values or multiple values in the data records).
  • a method of displaying record data in a user interface comprises displaying a tabular portion of the user interface comprising plural data records, displaying a form portion of the user interface comprising a display field that corresponds to a field of the plural data records, determining whether to place a value in the display field, and formatting a value in the display field to reflect characteristics of the data contained in the plural data records.
  • the user can select some or all of a large set of records and determine from the representation of a value in the data entry form whether or not conflicts exist in the underlying data (i.e., the data from the set of selected data records) and in so doing, quickly verify that the values have been properly set.
  • the present invention contemplates using any type of formatting and/or encoding including, but not limited to, color, font type and/or size, bold, italic, underline, etc.
  • a value may be represented in a particular color to highlight a difference or sameness of the values for a field across the entire record set without concern for the values themselves.
  • FIG. 1 is an outward view of a hardware environment embodying the present invention.
  • FIG. 2 is a block diagram of the internal architecture of a typical computer for use in conjunction with the present invention.
  • FIG. 3 illustrates a user interface according to the present invention.
  • FIG. 4 provides a diagram of process steps for generating user interface 300 and responding to a selection of records of tabular display according to the present invention.
  • FIG. 1 is an outward view of representative computing hardware embodying the present invention. Shown in FIG. 1 are computer 10 executing an operating system, display monitor 11 for displaying text and images to a user, keyboard 14 for entering text and commands into computer 10 , and mouse 12 for manipulating and for selecting objects displayed on display monitor 11 , or for output to an output device such as printer 16 . Also included with computer 10 are fixed disk drive 6 , in which are stored application programs, such as a DBMS and other applications, data files, and device drivers for controlling peripheral devices attached to computer 10 , floppy disk drive 15 for use in reading data from and writing data to floppy disks inserted therein. Data and/or applications may also be accessed from a CD-ROM via a CD-ROM drive (not shown) or over a network to which computer 10 may be connected (network connection not shown).
  • application programs such as a DBMS and other applications
  • data files data files
  • device drivers for controlling peripheral devices attached to computer 10
  • floppy disk drive 15 for use in reading data from and
  • FIG. 2 is a block diagram of the internal architecture of computer 10 .
  • CPU 20 which may be any microprocessor including, but not limited to, a Pentium-type microprocessor, interfaced to computer bus 21 .
  • printer interface 25 Also interfaced to computer bus 21 are printer interface 25 , to allow computer 10 to communicate with printer 16 , modem interface 29 to enable communications between computer 10 and a modem, display interface 27 for interfacing with display monitor 11 , keyboard interface 28 for interfacing with keyboard 14 , mouse interface 23 for interfacing with mouse 12 , and network interface 26 for connecting to a network (e.g., Internet, intranet, local area network, etc.).
  • network e.g., Internet, intranet, local area network, etc.
  • Read only memory (ROM) 24 stores invariant computer-executable process steps for basic system functions such as basic I/O, start up, or reception of keystrokes from keyboard 14 .
  • Main random access memory (RAM) 30 provides CPU 20 with memory storage which can be accessed quickly.
  • computer-executable process steps of a DBMS or other application are transferred from disk 6 over computer bus 21 to RAM 32 and executed therefrom by CPU 20 .
  • disk 6 which, as described above, includes a windowing operating system, a DBMS which includes data stored therein as well as schema and data stored in one or more tables defined in the schema. Further, disk 6 may be used to store executable-code (e.g., stored procedures) comprising steps described herein for simultaneous display of a tabular and form view of data records and color encoding values. Disk 6 further includes data files and device drivers as shown.
  • executable-code e.g., stored procedures
  • the present invention provides a user interface for displaying record data wherein a tabular display portion displays plural data records.
  • a form portion of the user interface comprises a display field corresponding to one of the plural data records.
  • a value placed in the display field is encoded using a formatting or encoding scheme to reflect, or identify, characteristics of the data contained in the plural data records.
  • the present invention is described herein with reference to a color encoding scheme for use in a user interface.
  • any type of formatting and/or encoding may be used to visually identify characteristics of data used to populate fields of the user interface. For example, color, font size, font type, bold, italic, underline, etc. formatting may be used in any combination to uniquely identify a characteristic of the underlying data.
  • each field in the data entry form is populated with one or more colored data values to reflect characteristics of the values that exist in the selected records.
  • the field is left blank. If all the records have the same value set, the common value is placed into the field in black, which indicates that the corresponding value in the selected records are set to the same value. If all the records have either the same value or no value set, that value is placed into the field in blue, which indicates that all records are set to the same value or not set at all. If multiple values are set for the field, “n” number of the values are placed into the field in red, which indicates that the records are set to different values, where “n” may be all or some number of the different values.
  • Color thus highlights difference and sameness of the values for a field across the entire record set without concern for the values themselves.
  • the user can select some or all of a large set of records and determine from the color coding in the data entry form whether or not conflicts exist in the data and in so doing, quickly verify that the values have been properly set.
  • a user interface example includes a form display and a tabular display.
  • the form and tabular displays are displayed simultaneously. However, it is possible to display them at different times as well.
  • FIG. 3 illustrates a user interface according to the present invention.
  • User interface 300 includes a form display 301 and a tabular display 302 .
  • User interface 300 is depicted using an exemplary layout. However, it should be apparent that any layout may be used for user interface 300 . Further, while not depicted in user interface 300 , tabular display 302 may be modified to provide a scrolling capability to display additional records or fields of the records.
  • Tabular display 302 includes entries 320 through 324 that display data from plural records (e.g., records from a relational database). However, the data displayed in user interface 300 may be obtained from any source (e.g., a file system, etc.) Fields 310 through 315 of tabular display 302 contain values retrieved from the plural data records.
  • records 320 through 324 that display data from plural records (e.g., records from a relational database).
  • the data displayed in user interface 300 may be obtained from any source (e.g., a file system, etc.)
  • Fields 310 through 315 of tabular display 302 contain values retrieved from the plural data records.
  • Form display 301 includes fields 331 through 336 for displaying values from records 320 through 324 (i.e., fields 310 through 315 , respectively). Fields 331 through 336 may display values from one or more of data records 320 through 324 , or be blank. Further, fields 331 through 336 may be display-only or update fields.
  • the present invention Upon selection of one or more of records 320 through 324 , the present invention populates fields 331 through 336 depending on the data contained in the selected records. Further, the values displayed in fields 331 through 336 are color encoded to further highlight the characteristics of the data of the selected records.
  • FIG. 4 provides a diagram of process steps for generating user interface 300 and responding to a selection of records of tabular display according to the present invention.
  • the record data used to populate tabular display 302 are retrieved based on a selection criteria (e.g., selection criteria specified by the user of the user interface).
  • a selection criteria e.g., selection criteria specified by the user of the user interface.
  • Forms display 301 is populated with data from records selected from tabular display 302 .
  • steps S 403 through S 413 are performed to generate forms display 301 .
  • Forms display 301 displays one or more fields that are populated with data from the selected records. Each one of the fields in display 301 is processed to determine a format for the value, or values, to be displayed in the field. Therefore, at step S 403 , a determination is made whether all of the fields in forms display 301 have been processed. If so, processing ends at step S 405 .
  • step S 406 a determination is made whether any values have been set in the selected record fields (i.e., the fields from each of the selected records that correspond to the current display field) that corresponds to the current field of form display 301 . If not, processing continues at step S 403 to leave the display field blank. Processing continues at step S 403 to process any remaining fields.
  • step S 407 If it is determined, at step S 407 , that there is at least one value set in the selected record fields corresponding to the display field, processing continues at step S 409 .
  • step S 409 a determination is made whether the values set in the selected record field(s) are the same. If so, processing continues to output the common value in the display field in black at step S 410 , and processing continues at step S 403 to process any remaining display fields.
  • step S 409 If it is determined, at step S 409 , that the selected records do not have a common value, processing continues at step S 411 .
  • step S 411 a determination is made whether some of the selected record fields do not contain a value and those that do share the same value. If so, processing continues at step S 412 to output the shared value in blue in the display form, and processing continues at step S 403 to process any remaining display fields.
  • step S 413 If it is determined that none of the criteria of steps S 408 , S 409 and S 411 are satisfied by the selected record fields, processing continues at step S 413 . That is, it is assumed that the selected record fields contain multiple, disparate values. In such a case, at step S 413 , “n” number of the values of the selected records field are displayed in the display field in red.
  • the number “n” (i.e., some or all of the values) values displayed in the display field may be determined by the size of the display field, the number of disparate values, etc.
  • the size of the display field may be increased by providing a scrolling capability for scrolling through the values displayed in the display field.
  • the selection of the values that are displayed may be determined by a preset criteria, or based on the values contained in the selected record fields. For example, the values selected may be based on the number of times a value appears in the record fields.
  • display fields 331 through 336 are populated with blank, red, blue and black values as follows.

Abstract

The present invention provides for simultaneous display of a tabular and a form view of the records, (b) displaying multiple disparate values in a single control, and (c) formatting the values based on characteristics of the records.

Description

  • This application claims the benefit of U.S. Provisional Application No. 60/
    Figure US20050273697A1-20051208-P00999
    , filed Aug. 19, 2000.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to a user interface for use in editing and verification of data, and, more particularly, to a user interface for use in editing and verifying data values wherein a format encoding is used for the values in the user interface to reflect characteristics of the underlying data used to populate the user interface.
  • 2. Description of the Related Art
  • A DBMS (Database Management System) is used to manage data and is comprised of computer-executable code that may be used to define the structure of data and to access data within the defined structure. One example of a DBMS is a relational DBMS, or RDBMS. An RDBMS manages tables that make up a relational database as well as the data contained in the tables. In an RDBMS, data is organized in rows (or records) and columns (or fields) of the tables, and two or more tables may be related based on like data values. The intersection of a row and column in a table is referred to as a cell and contains the data value for a particular field of a particular record.
  • A DML (data manipulation language) such as SQL (Structured Query Language) is typically used to store, retrieve and modify data in a table. A schema defines the structure of a database, i.e., each table and the fields within a record of a table. A schema is itself considered data that is stored in one or more tables. Therefore, like other data in a database, a DML may be used to store, retrieve and modify the data in the database as well as the structure of a database.
  • Most database management systems use convenient data entry forms to allow a user to add or modify a single database record at a time. A problem arises when attempting either to edit multiple records simultaneously or to verify that a particular field has the same data value in a large number of records.
  • The traditional method of adding or modifying records in an RDBMS is to use a data entry form to view and edit a single record at a time, where each field in the database corresponds to a single field in the form. When adding a new record, the fields in the form are empty, to be filled in from scratch by the user. When modifying an existing record, the RDBMS places the existing values of the record into each of the fields of the form, and any or all of them can be modified by the user.
  • Some systems extend this scheme to allow the user to indicate that a change to the value in a particular field be further applied to all of the records in a previously selected set of records. A problem is that the single control for each field in the data entry form can display only a single value at a time, which makes it impossible for the user to easily determine before applying the change whether or not the existing data values for the field are all the same across the entire set of records.
  • Many systems allow the user to view and edit multiple records simultaneously by offering a row/column tabular view of the records in a table. The advantage of this approach is that multiple values for each field can be displayed simultaneously, and the user can quickly eyeball all the values for a field across the entire set of records by examining the contents of a particular column.
  • An advantage of this approach is that multiple values for each field can be displayed simultaneously, and the user can quickly view all the values for a field across the entire set of records by examining the contents of a particular column.
  • This approach works well when the number of records is small. When the number is larger than what can be displayed on a computer monitor at the same time, the user must browse through the entire record set. When the number of records is very large (for example, hundreds or even thousands of records), browsing through the record set is impractical and, for all intents and purposes, may be impossible.
  • Thus, it would be beneficial to have a mechanism to edit and/or verify any size or amount of data that may or may not include diverse data values while minimizing the need to browse through an entire record set to identify data values.
  • SUMMARY OF THE INVENTION
  • The present invention addresses the foregoing problems and provides a user interface for simultaneous display of a tabular and form view of data records and setting appearance characteristics of a value displayed in the user interface to reflect characteristics of the underlying data (i.e., the data records). For example, the present invention provides for displaying multiple disparate values in a single control (e.g., a display field of the user interface), and using different formatting codes (e.g., color coding) for the values based on the characteristics of the underlying data (e.g., whether there are empty values or multiple values in the data records).
  • In an aspect of the present invention, a method of displaying record data in a user interface is provided that comprises displaying a tabular portion of the user interface comprising plural data records, displaying a form portion of the user interface comprising a display field that corresponds to a field of the plural data records, determining whether to place a value in the display field, and formatting a value in the display field to reflect characteristics of the data contained in the plural data records.
  • Thus, the user can select some or all of a large set of records and determine from the representation of a value in the data entry form whether or not conflicts exist in the underlying data (i.e., the data from the set of selected data records) and in so doing, quickly verify that the values have been properly set.
  • The present invention contemplates using any type of formatting and/or encoding including, but not limited to, color, font type and/or size, bold, italic, underline, etc. For example, a value may be represented in a particular color to highlight a difference or sameness of the values for a field across the entire record set without concern for the values themselves.
  • This brief summary has been provided so that the nature of the invention may be understood quickly. A more complete understanding of the invention can be obtained by reference to the following detailed description of the preferred embodiment(s) thereof in connection with the attached drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is an outward view of a hardware environment embodying the present invention.
  • FIG. 2 is a block diagram of the internal architecture of a typical computer for use in conjunction with the present invention.
  • FIG. 3 illustrates a user interface according to the present invention.
  • FIG. 4 provides a diagram of process steps for generating user interface 300 and responding to a selection of records of tabular display according to the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • FIG. 1 is an outward view of representative computing hardware embodying the present invention. Shown in FIG. 1 are computer 10 executing an operating system, display monitor 11 for displaying text and images to a user, keyboard 14 for entering text and commands into computer 10, and mouse 12 for manipulating and for selecting objects displayed on display monitor 11, or for output to an output device such as printer 16. Also included with computer 10 are fixed disk drive 6, in which are stored application programs, such as a DBMS and other applications, data files, and device drivers for controlling peripheral devices attached to computer 10, floppy disk drive 15 for use in reading data from and writing data to floppy disks inserted therein. Data and/or applications may also be accessed from a CD-ROM via a CD-ROM drive (not shown) or over a network to which computer 10 may be connected (network connection not shown).
  • FIG. 2 is a block diagram of the internal architecture of computer 10. Shown in FIG. 2 are CPU 20, which may be any microprocessor including, but not limited to, a Pentium-type microprocessor, interfaced to computer bus 21. Also interfaced to computer bus 21 are printer interface 25, to allow computer 10 to communicate with printer 16, modem interface 29 to enable communications between computer 10 and a modem, display interface 27 for interfacing with display monitor 11, keyboard interface 28 for interfacing with keyboard 14, mouse interface 23 for interfacing with mouse 12, and network interface 26 for connecting to a network (e.g., Internet, intranet, local area network, etc.).
  • Read only memory (ROM) 24 stores invariant computer-executable process steps for basic system functions such as basic I/O, start up, or reception of keystrokes from keyboard 14.
  • Main random access memory (RAM) 30 provides CPU 20 with memory storage which can be accessed quickly. In this regard, computer-executable process steps of a DBMS or other application are transferred from disk 6 over computer bus 21 to RAM 32 and executed therefrom by CPU 20.
  • Also shown in FIG. 2 is disk 6 which, as described above, includes a windowing operating system, a DBMS which includes data stored therein as well as schema and data stored in one or more tables defined in the schema. Further, disk 6 may be used to store executable-code (e.g., stored procedures) comprising steps described herein for simultaneous display of a tabular and form view of data records and color encoding values. Disk 6 further includes data files and device drivers as shown.
  • The present invention provides a user interface for displaying record data wherein a tabular display portion displays plural data records. A form portion of the user interface comprises a display field corresponding to one of the plural data records. A value placed in the display field is encoded using a formatting or encoding scheme to reflect, or identify, characteristics of the data contained in the plural data records.
  • Thus, it is possible to achieve the benefits of both a tabular display and a form display as well as a status of some or all of the data in the tabular display within fields of the form display.
  • The present invention is described herein with reference to a color encoding scheme for use in a user interface. However, it should be apparent that any type of formatting and/or encoding may be used to visually identify characteristics of data used to populate fields of the user interface. For example, color, font size, font type, bold, italic, underline, etc. formatting may be used in any combination to uniquely identify a characteristic of the underlying data.
  • When the user selects multiple records from the tabular view, each field in the data entry form is populated with one or more colored data values to reflect characteristics of the values that exist in the selected records.
  • In a preferred aspect of the present invention, if none of the selected records have a value set for the field, the field is left blank. If all the records have the same value set, the common value is placed into the field in black, which indicates that the corresponding value in the selected records are set to the same value. If all the records have either the same value or no value set, that value is placed into the field in blue, which indicates that all records are set to the same value or not set at all. If multiple values are set for the field, “n” number of the values are placed into the field in red, which indicates that the records are set to different values, where “n” may be all or some number of the different values.
  • Color thus highlights difference and sameness of the values for a field across the entire record set without concern for the values themselves. In this way, the user can select some or all of a large set of records and determine from the color coding in the data entry form whether or not conflicts exist in the data and in so doing, quickly verify that the values have been properly set.
  • A user interface example is provided that includes a form display and a tabular display. Preferably, the form and tabular displays are displayed simultaneously. However, it is possible to display them at different times as well.
  • FIG. 3 illustrates a user interface according to the present invention. User interface 300 includes a form display 301 and a tabular display 302. User interface 300 is depicted using an exemplary layout. However, it should be apparent that any layout may be used for user interface 300. Further, while not depicted in user interface 300, tabular display 302 may be modified to provide a scrolling capability to display additional records or fields of the records.
  • Tabular display 302 includes entries 320 through 324 that display data from plural records (e.g., records from a relational database). However, the data displayed in user interface 300 may be obtained from any source (e.g., a file system, etc.) Fields 310 through 315 of tabular display 302 contain values retrieved from the plural data records.
  • Form display 301 includes fields 331 through 336 for displaying values from records 320 through 324 (i.e., fields 310 through 315, respectively). Fields 331 through 336 may display values from one or more of data records 320 through 324, or be blank. Further, fields 331 through 336 may be display-only or update fields.
  • Upon selection of one or more of records 320 through 324, the present invention populates fields 331 through 336 depending on the data contained in the selected records. Further, the values displayed in fields 331 through 336 are color encoded to further highlight the characteristics of the data of the selected records.
  • FIG. 4 provides a diagram of process steps for generating user interface 300 and responding to a selection of records of tabular display according to the present invention.
  • At step S401, the record data used to populate tabular display 302 are retrieved based on a selection criteria (e.g., selection criteria specified by the user of the user interface). At step S402, tabular display 302 is populated with the retrieved data.
  • Forms display 301 is populated with data from records selected from tabular display 302.
  • Thus, upon selection of one or more records from tabular display 302, steps S403 through S413 are performed to generate forms display 301.
  • Forms display 301 displays one or more fields that are populated with data from the selected records. Each one of the fields in display 301 is processed to determine a format for the value, or values, to be displayed in the field. Therefore, at step S403, a determination is made whether all of the fields in forms display 301 have been processed. If so, processing ends at step S405.
  • If not, processing continues at step S406 to process the next field. At step S407, a determination is made whether any values have been set in the selected record fields (i.e., the fields from each of the selected records that correspond to the current display field) that corresponds to the current field of form display 301. If not, processing continues at step S403 to leave the display field blank. Processing continues at step S403 to process any remaining fields.
  • If it is determined, at step S407, that there is at least one value set in the selected record fields corresponding to the display field, processing continues at step S409. At step S409, a determination is made whether the values set in the selected record field(s) are the same. If so, processing continues to output the common value in the display field in black at step S410, and processing continues at step S403 to process any remaining display fields.
  • If it is determined, at step S409, that the selected records do not have a common value, processing continues at step S411. At step S411, a determination is made whether some of the selected record fields do not contain a value and those that do share the same value. If so, processing continues at step S412 to output the shared value in blue in the display form, and processing continues at step S403 to process any remaining display fields.
  • If it is determined that none of the criteria of steps S408, S409 and S411 are satisfied by the selected record fields, processing continues at step S413. That is, it is assumed that the selected record fields contain multiple, disparate values. In such a case, at step S413, “n” number of the values of the selected records field are displayed in the display field in red.
  • The number “n” (i.e., some or all of the values) values displayed in the display field may be determined by the size of the display field, the number of disparate values, etc. The size of the display field may be increased by providing a scrolling capability for scrolling through the values displayed in the display field. The selection of the values that are displayed may be determined by a preset criteria, or based on the values contained in the selected record fields. For example, the values selected may be based on the number of times a value appears in the record fields.
  • Assuming that all of records 320 through 324 are selected, display fields 331 through 336 are populated with blank, red, blue and black values as follows.
  • Since there are multiple values in fields 311 and 312, some number “n” of the values are displayed in display fields 332 and 331 (respectively) in red. The common value from field 313 is displayed in display field 334 in black. The value of records 322 and 324 is displayed in display field 335 in blue. Display field 336 is left blank.
  • Thus, it is possible for the user to quickly and easily ascertain the characteristics of the data contained in the selected records without the need to browse the data and examine each the records and the fields within the records to determine whether none or more values are set for a given field and/or some or all of the multiple values used in the fields. Such information may be used to easily assess whether or not to apply a change made in a display field of display form 301 to each of the data records, for example. Using the present invention, for example, it is easy for a user to determine, before applying the change to each of the data records, whether or not the existing data values for the field are all the same across the entire set of records.
  • In this regard, the invention has been described with respect to particular illustrative embodiments. However, it is to be understood that the invention is not limited to the above-described embodiments and that various changes and modifications may be made by those of ordinary skill in the art without departing from the spirit and the scope of the invention.

Claims (24)

1. A method of displaying record data in a user interface comprising:
displaying a tabular portion of the user interface comprising plural data records;
displaying a form portion of the user interface comprising a display field that corresponds to a field of the plural data records;
determining whether to place a value in the display field; and
formatting a value in the display field to reflect characteristics of the data contained in the plural data records.
2. A method according to claim 1, wherein formatting a value in the display field further comprises:
formatting a value for display using a first format when it is determined that the plural records share the same value;
formatting a value for display using a second format when it is determined that a portion of the plural records include a common value and a remaining portion of the plural records have no value;
formatting multiple values using a third format when it is determined that the plural records include multiple values; and
displaying a blank value when it is determined that none of the plural records include a value.
3. A method according to claim 2, wherein the first format is a color of black.
4. A method according to claim 2, wherein the second format is a color of blue.
5. A method according to claim 2, wherein the third format is a color of red.
6. A method according to claim 2, wherein “n” of the multiple values are displayed in the display field.
7. A method according to claim 6, wherein “n” is the total number of multiple values.
8. A method according to claim 6, wherein “n” is less than the total number of multiple values.
9. A computer-readable memory medium in which computer-executable process steps are stored, the process steps for displaying record data in a user interface, wherein the process steps comprise:
a displaying step to display a tabular portion of the user interface comprising plural data records;
a displaying step to display a form portion of the user interface comprising a display field that corresponds to a field of the plural data records;
a determining step to determine whether to place a value in the display field; and
a formatting step to format a value in the display field to reflect characteristics of the data contained in the plural data records.
10. A computer-readable medium according to claim 9, wherein formatting step to format a value in the display field further comprises:
a formatting step to format a value for display using a first format when it is determined that the plural records share the same value;
a formatting step to format a value for display using a second format when it is determined that a portion of the plural records include a common value and a remaining portion of the plural records have no value;
a formatting step to format multiple values using a third format when it is determined that the plural records include multiple values; and
a displaying step to display a blank value when it is determined that none of the plural records include a value.
11. A computer-readable medium according to claim 10, wherein the first format is a color of black.
12. A computer-readable medium according to claim 10, wherein the second format is a color of blue.
13. A computer-readable medium according to claim 10, wherein the third format is a color of red.
14. A computer-readable medium according to claim 10, wherein “n” of the multiple values are displayed in the display field.
15. A computer-readable medium according to claim 14, wherein “n” is the total number of multiple values.
16. A computer-readable medium according to claim 14, wherein “n” is less than the total number of multiple values.
17. Computer-executable process steps stored on a computer-readable medium, the process steps for displaying record data in a user interface, wherein the process steps comprise:
code to display a tabular portion of the user interface comprising plural data records;
code to display a form portion of the user interface comprising a display field that corresponds to a field of the plural data records;
code to determine whether to place a value in the display field; and
code to format a value in the display field to reflect characteristics of the data contained in the plural data records.
18. Computer-executable process steps according to claim 17, wherein the code to format a value in the display field further comprises:
code to format a value for display using a first format when it is determined that the plural records share the same value;
code to format a value for display using a second format when it is determined that a portion of the plural records include a common value and a remaining portion of the plural records have no value;
code to format multiple values using a third format when it is determined that the plural records include multiple values; and
code to display a blank value when it is determined that none of the plural records include a value.
19. Computer-executable process steps according to claim 18, wherein the first format is a color of black.
20. Computer-executable process steps according to claim 18, wherein the second format is a color of blue.
21. Computer-executable process steps according to claim 18, wherein the third format is a color of red.
22. Computer-executable process steps according to claim 18, wherein “n” of the multiple values are displayed in the display field.
23. Computer-executable process steps according to claim 22, wherein “n” is the total number of multiple values.
24. Computer-executable process steps according to claim 22, wherein “n” is less than the total number of multiple values.
US11/109,484 1999-08-19 2005-04-18 Data editing and verification user interface Abandoned US20050273697A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/109,484 US20050273697A1 (en) 1999-08-19 2005-04-18 Data editing and verification user interface

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US14985599P 1999-08-19 1999-08-19
US09/643,207 US6883136B1 (en) 1999-08-19 2000-08-21 Simultaneous display and formatting of disparate values in a tabular form
US11/109,484 US20050273697A1 (en) 1999-08-19 2005-04-18 Data editing and verification user interface

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/643,207 Continuation US6883136B1 (en) 1999-08-19 2000-08-21 Simultaneous display and formatting of disparate values in a tabular form

Publications (1)

Publication Number Publication Date
US20050273697A1 true US20050273697A1 (en) 2005-12-08

Family

ID=34437140

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/643,207 Expired - Lifetime US6883136B1 (en) 1999-08-19 2000-08-21 Simultaneous display and formatting of disparate values in a tabular form
US11/109,484 Abandoned US20050273697A1 (en) 1999-08-19 2005-04-18 Data editing and verification user interface

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/643,207 Expired - Lifetime US6883136B1 (en) 1999-08-19 2000-08-21 Simultaneous display and formatting of disparate values in a tabular form

Country Status (1)

Country Link
US (2) US6883136B1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070133072A1 (en) * 2005-12-09 2007-06-14 Adobe Systems Incorporated Method and apparatus for identifying logical elements of a document
US20080243823A1 (en) * 2007-03-28 2008-10-02 Elumindata, Inc. System and method for automatically generating information within an eletronic document
US20090254576A1 (en) * 2008-04-03 2009-10-08 Elumindata, Inc. System and method for collecting data from an electronic document and storing the data in a dynamically organized data structure
US20100023487A1 (en) * 2008-07-22 2010-01-28 Russell Baris System and method for automatically linking data sources for providing data related to a query
US20100023504A1 (en) * 2008-07-22 2010-01-28 Elumindata, Inc. System and method for automatically selecting a data source for providing data related to a query
US7941433B2 (en) 2006-01-20 2011-05-10 Glenbrook Associates, Inc. System and method for managing context-rich database
US8037062B2 (en) 2008-07-22 2011-10-11 Elumindata, Inc. System and method for automatically selecting a data source for providing data related to a query
US20130013637A1 (en) * 2009-12-28 2013-01-10 International Business Machines Corporation Dynamically creating queries to find related records in a database
US20160048550A1 (en) * 2014-08-14 2016-02-18 International Business Machines Corporation Automatic detection of problems in a large-scale multi-record update system and method
US9910883B2 (en) 2014-04-07 2018-03-06 International Business Machines Corporation Enhanced batch updates on records and related records system and method

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6738770B2 (en) * 2000-11-04 2004-05-18 Deep Sky Software, Inc. System and method for filtering and sorting data
US7231596B2 (en) * 2000-11-29 2007-06-12 Dov Koren Collaborative, fault-tolerant, scaleable, flexible, interactive real-time display and processing method and apparatus
US8255791B2 (en) 2000-11-29 2012-08-28 Dov Koren Collaborative, flexible, interactive real-time displays
EP1444631A2 (en) * 2001-11-07 2004-08-11 SAP Aktiengesellschaft Multi-purpose configuration model
US7133878B2 (en) 2002-03-21 2006-11-07 Sap Aktiengesellschaft External evaluation processes
US20030182167A1 (en) * 2002-03-21 2003-09-25 Wolfgang Kalthoff Goal management
US7509326B2 (en) * 2002-09-03 2009-03-24 Sap Ag Central master data management
US8438238B2 (en) 2002-10-16 2013-05-07 Sap Ag Master data access
US7930149B2 (en) * 2003-12-19 2011-04-19 Sap Aktiengesellschaft Versioning of elements in a configuration model
US7272776B2 (en) 2003-12-30 2007-09-18 Sap Aktiengesellschaft Master data quality
US7516114B2 (en) * 2004-10-22 2009-04-07 International Business Machines Corporation Visual structuring of multivariable data
US7738497B2 (en) 2004-11-15 2010-06-15 Sap, Ag System and method for dynamically modifying synchronized business information server interfaces
US7751417B2 (en) * 2004-11-15 2010-07-06 Sap, Ag Accelerated system and methods for synchronizing, managing and publishing business information
US20120102421A1 (en) * 2010-10-22 2012-04-26 Bigmachines, Inc. Methods and apparatus for specifying and applying business rules in a product configurator
KR101375994B1 (en) * 2012-05-14 2014-04-01 엘에스산전 주식회사 Apparatus and method for Tabular displaying
KR102526147B1 (en) 2016-01-19 2023-04-26 엘에스일렉트릭(주) Monitoring apparatus in elctric power system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5933634A (en) * 1996-01-23 1999-08-03 Fujitsu Limited Mock-up method and mock-up control system for displaying pseudo operation
US6301584B1 (en) * 1997-08-21 2001-10-09 Home Information Services, Inc. System and method for retrieving entities and integrating data
US6460059B1 (en) * 1998-08-04 2002-10-01 International Business Machines Corporation Visual aid to simplify achieving correct cell interrelations in spreadsheets
US6613099B2 (en) * 1999-08-20 2003-09-02 Apple Computer, Inc. Process and system for providing a table view of a form layout for a database

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW270986B (en) * 1995-02-10 1996-02-21 Ibm Method and apparatus for conveying higher dimensional tabular information to people using lower-dimensional output devices
US6640234B1 (en) * 1998-12-31 2003-10-28 Microsoft Corporation Extension of formulas and formatting in an electronic spreadsheet
US6690399B1 (en) * 1999-05-07 2004-02-10 Tropix, Inc. Data display software for displaying assay results

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5933634A (en) * 1996-01-23 1999-08-03 Fujitsu Limited Mock-up method and mock-up control system for displaying pseudo operation
US6301584B1 (en) * 1997-08-21 2001-10-09 Home Information Services, Inc. System and method for retrieving entities and integrating data
US6460059B1 (en) * 1998-08-04 2002-10-01 International Business Machines Corporation Visual aid to simplify achieving correct cell interrelations in spreadsheets
US6613099B2 (en) * 1999-08-20 2003-09-02 Apple Computer, Inc. Process and system for providing a table view of a form layout for a database

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070133072A1 (en) * 2005-12-09 2007-06-14 Adobe Systems Incorporated Method and apparatus for identifying logical elements of a document
US7779351B2 (en) * 2005-12-09 2010-08-17 Adobe Systems Incorporated Coloring a generated document by replacing original colors of a source document paragraph with colors to identify the paragraph and with colors to mark color boundries
US8150857B2 (en) 2006-01-20 2012-04-03 Glenbrook Associates, Inc. System and method for context-rich database optimized for processing of concepts
US7941433B2 (en) 2006-01-20 2011-05-10 Glenbrook Associates, Inc. System and method for managing context-rich database
US20080243823A1 (en) * 2007-03-28 2008-10-02 Elumindata, Inc. System and method for automatically generating information within an eletronic document
US20090254576A1 (en) * 2008-04-03 2009-10-08 Elumindata, Inc. System and method for collecting data from an electronic document and storing the data in a dynamically organized data structure
US9189478B2 (en) 2008-04-03 2015-11-17 Elumindata, Inc. System and method for collecting data from an electronic document and storing the data in a dynamically organized data structure
US8176042B2 (en) 2008-07-22 2012-05-08 Elumindata, Inc. System and method for automatically linking data sources for providing data related to a query
US20100023487A1 (en) * 2008-07-22 2010-01-28 Russell Baris System and method for automatically linking data sources for providing data related to a query
US8037062B2 (en) 2008-07-22 2011-10-11 Elumindata, Inc. System and method for automatically selecting a data source for providing data related to a query
US20100023504A1 (en) * 2008-07-22 2010-01-28 Elumindata, Inc. System and method for automatically selecting a data source for providing data related to a query
US8041712B2 (en) 2008-07-22 2011-10-18 Elumindata Inc. System and method for automatically selecting a data source for providing data related to a query
US9477705B2 (en) * 2009-12-28 2016-10-25 International Business Machines Corporation Dynamically creating queries to find related records in a database
US20130013637A1 (en) * 2009-12-28 2013-01-10 International Business Machines Corporation Dynamically creating queries to find related records in a database
US9529842B2 (en) 2009-12-28 2016-12-27 International Business Machines Corporation Dynamically creating queries to find related records in a database
US9910883B2 (en) 2014-04-07 2018-03-06 International Business Machines Corporation Enhanced batch updates on records and related records system and method
US10558650B2 (en) 2014-04-07 2020-02-11 International Business Machines Corporation Enhanced batch updates on records and related records system and method
US10901984B2 (en) 2014-04-07 2021-01-26 International Business Machines Corporation Enhanced batch updates on records and related records system and method
US20160048550A1 (en) * 2014-08-14 2016-02-18 International Business Machines Corporation Automatic detection of problems in a large-scale multi-record update system and method
US10180957B2 (en) * 2014-08-14 2019-01-15 International Business Machines Corporation Automatic detection of problems in a large-scale multi-record update system and method
US10204134B2 (en) * 2014-08-14 2019-02-12 International Business Machines Corporation Automatic detection of problems in a large-scale multi-record update system and method
US10956407B2 (en) 2014-08-14 2021-03-23 International Business Machines Corporation Automatic detection of problems in a large-scale multi-record update system and method

Also Published As

Publication number Publication date
US6883136B1 (en) 2005-04-19

Similar Documents

Publication Publication Date Title
US20050273697A1 (en) Data editing and verification user interface
US10108813B2 (en) Query conditions-based security
US20060010156A1 (en) Relational reporting system and methodology
US6879976B1 (en) Data indexing using bit vectors
US7567964B2 (en) Configurable search graphical user interface and engine
US9600528B2 (en) Computer systems and methods for automatically viewing multidimensional databases
US5713020A (en) Method and system for generating database queries containing multiple levels of aggregation
US6615206B1 (en) Techniques for eliminating database table joins based on a join index
US9619581B2 (en) Constructing queries for execution over multi-dimensional data structures
US6615202B1 (en) Method for specifying a database import/export operation through a graphical user interface
US20030065673A1 (en) Method and device for marking and filtering data elements in a database
US5819256A (en) Method and apparatus for processing count statements in a database system
US6598055B1 (en) Generic code for manipulating data of a structured object
WO2002039299A1 (en) System, method and apparatus for the wireless monitoring and management of computer systems
JPH05290098A (en) Generation method for database inquiry
US20020147725A1 (en) Method and apparatus for database table definition
WO2001018656A1 (en) Virtual server system for dynamic content in world wide web pages
US20040078359A1 (en) System and method for presenting a query expressed in terms of an object model
US10599692B2 (en) Modification of a saved database query based on a change in the meaning of a query value over time
US20230385341A1 (en) Methods and User Interfaces for Visually Analyzing Data Visualizations with Row-Level Calculations
JP3066681B2 (en) Apparatus and method for graphically displaying related information in relational database
Cody SAS statistics by example
CN107480262A (en) A kind of general management system of database based on webpage
US5732258A (en) Method and apparatus for efficiently evaluating exists and not exists equivalent subqueries
Nordmann et al. Data visualization using R for researchers who do not use R

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION