<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Compiled Services &#187; grid</title>
	<atom:link href="http://compiledservices.com/tag/grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://compiledservices.com</link>
	<description>Software development solutions for the litigation support professional</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:53:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy Grid Filtering</title>
		<link>http://compiledservices.com/easy-grid-filtering/</link>
		<comments>http://compiledservices.com/easy-grid-filtering/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:00:30 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://compiledservices.com/?p=765</guid>
		<description><![CDATA[Some of the ways we look to improve ReadySuite is by offering our users ‘less-clicks’ to features. For example, since ReadySuite 3.0 we’ve had the ability to filter documents in the grid by a drop-down menu (similar to Excel). Using this feature allows user to select one, or multiple, criteria to filter on in a [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the ways we look to improve ReadySuite is by offering our users ‘less-clicks’ to features. For example, since ReadySuite 3.0 we’ve had the ability to filter documents in the grid by a drop-down menu (similar to Excel). Using this feature allows user to select one, or multiple, criteria to filter on in a given column.</p>
<p><img src="http://compiledservices.com/wp-content/uploads/2012/01/Excel-Like-Filtering.png" alt="Excel Like Filtering" title="Excel Like Filtering" width="230" height="275" class="centered" /></p>
<p>Additionally, each column has a more advanced ‘Custom Filter’ dialog which allows filter criteria such as less than, greater than, regular expressions and more. Given this, we wanted to make it even easier to filter on a particular column (and any value) by just right-clicking a cell.</p>
<p><img src="http://compiledservices.com/wp-content/uploads/2012/01/Grid-Right-Click-Menu.png" alt="Grid Right-Click Menu" title="Grid Right-Click Menu" width="368" height="226" class="centered" /></p>
<p>In the above screenshot, you’ll see the new grid context-menu. Clicking ‘Filter by Selection’, you can add a filter to the column for that cell’s value. ‘Filter Excluding Selection’ will filter out that cell’s value from the column. ‘Remove Last Filter’ acts as an undo – so you can quickly get rid of the last applied filter. And then you can remove all the filters from the grid with &#8216;Remove All Filters&#8217;.</p>
<p>This feature (along with many others) will be a part of ReadySuite v4.1 &#8211; which will be available in February.</p>
]]></content:encoded>
			<wfw:commentRss>http://compiledservices.com/easy-grid-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Fields &amp; Data Types</title>
		<link>http://compiledservices.com/custom-fields-data-types/</link>
		<comments>http://compiledservices.com/custom-fields-data-types/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 16:26:24 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[dat]]></category>
		<category><![CDATA[edd]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[readysuite]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://compiledservices.com/?p=637</guid>
		<description><![CDATA[We’re hard at work on some major new additions coming to the ReadySuite and ReadyConvert product lines. We’ll be discussing some of these in detail here as we get closer to releasing them.
First up, we’ve added the ability for you to specify data types for custom fields (aka metadata). An immediate benefit of this feature [...]]]></description>
			<content:encoded><![CDATA[<p>We’re hard at work on some major new additions coming to the ReadySuite and ReadyConvert product lines. We’ll be discussing some of these in detail here as we get closer to releasing them.</p>
<p>First up, we’ve added the ability for you to specify data types for custom fields (aka metadata). An immediate benefit of this feature is how we allow you to sort and filter on columns in the grid. See illustration below – you can now filter on a date column by year, month and day. </p>
<p><img src="http://compiledservices.com/wp-content/uploads/2011/11/filter-dates.png" alt="Filter Dates in Grid" title="Filter Dates in Grid" width="231" height="275" class="centered" /></p>
<p>In addition, date columns will be correctly sorted by oldest to newest or vice versa. Initially, we’re going to support the following data types: Boolean (Yes/No), Number, Decimal, Date, Time, Date/Time, Text and Memo. Other enhancements to the grid will allow you to correctly summarize number/decimal columns, see a checkbox for boolean types, and make coding changes using specialized editors in each cell.</p>
<p><a class="lightbox" href="http://compiledservices.com/wp-content/uploads/2011/11/grid-changes.png"><img src="http://compiledservices.com/wp-content/uploads/2011/11/grid-changes-300x126.png" alt="Grid Changes" title="Grid Changes" width="300" height="126" class="centered" /></a></p>
<p>With this change, we’ve added a new ‘Modify Fields’ dialog. Here you’ll be able to add, modify and delete fields. You can set a field to read-only mode by setting its Locked property, preventing accidental changes made to that field. </p>
<p><a class="lightbox" href="http://compiledservices.com/wp-content/uploads/2011/11/modify-fields.png"><img src="http://compiledservices.com/wp-content/uploads/2011/11/modify-fields-300x176.png" alt="Modify Fields" title="Modify Fields" width="300" height="176" class="centered" /></a></p>
<p>Fields will also support an export mask. This is particularly useful for Date fields. For example, if you specify an export mask on field ‘DATESENT’ and the date you imported was ‘2011-11-02’, on export you’ll be able to retrieve it as ‘11/02/2011’. You can specify export masks for Boolean, Date, Time, Date/Time, Decimal, and Number fields.</p>
<p>Further to supporting custom fields, we added an option to re-adjust the internal DOCID field. Using the Modify Fields dialog, you can set any field as the internal DOCID field. </p>
<p>In our next post, we’ll discuss how we’re adding support for saving projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://compiledservices.com/custom-fields-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancements to Delimited Text Import</title>
		<link>http://compiledservices.com/enhancements-to-delimited-text-import/</link>
		<comments>http://compiledservices.com/enhancements-to-delimited-text-import/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 15:03:11 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[delimited text]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[metadata]]></category>

		<guid isPermaLink="false">http://compiledservices.com/?p=585</guid>
		<description><![CDATA[Kick-starting our development blog again, we’re going to highlight some recent enhancements we made to the wizard for importing delimited text. This wizard is a staple to our product suite – it allows users to import data for filtering, linking, re-packaging and various quality control purposes.
In prior versions, during the import process, you would specify [...]]]></description>
			<content:encoded><![CDATA[<p>Kick-starting our development blog again, we’re going to highlight some recent enhancements we made to the wizard for importing delimited text. This wizard is a staple to our product suite – it allows users to import data for filtering, linking, re-packaging and various quality control purposes.</p>
<p>In prior versions, during the import process, you would specify the field from your CSV/DAT file that would “link on” to the document identifier in the grid. We did not provide a method for you to change the field to link on in the data already imported. In the screenshot below, you can see we added an option to specify the “Link Field” – this is populated from all the fields available in the main grid display.</p>
<p><a class="lightbox" href="http://compiledservices.com/wp-content/uploads/2011/09/import-delimited-text.png"><img src="http://compiledservices.com/wp-content/uploads/2011/09/import-delimited-text-300x230.png" alt="Import Delimited Text Wizard" title="Import Delimited Text Wizard" width="300" height="230" class="centered" /></a></p>
<p>If you’re familiar with the old wizard interface, you’ll also notice we’ve cleaned up the display quite a bit. At the top, you can determine whether you want the wizard to add “new documents” or error if it is unable to link-to existing documents. You’ll also see the “Queue” – this is populated based on the number of documents already in the grid display. In case there is a filter applied, you can glance at the numbers listed there which indicate the available set of documents being updated.</p>
<p>Appending your import to data already in the grid is also a bit more streamlined – you can specify the separator field now. Further, if the value you’re appending is the same as the current value – that data won’t be added, preventing duplicate information.</p>
<p>Finally, one common request we’ve had is to allow duplicate entries to be processed from the delimited text file. In the past, if a document was listed two or more times in your import CSV/DAT file – only the first instance of that record was updated. This was a conscious decision, allowing the import process to read the data in and update the grid faster. We now allow you to decide if you want the duplicates to be processed. Benefit of doing so, combined with the append feature, allows you to keep multiple entries and different updates from your import file.</p>
]]></content:encoded>
			<wfw:commentRss>http://compiledservices.com/enhancements-to-delimited-text-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing ReadySuite, Part 7 &#8211; Grid</title>
		<link>http://compiledservices.com/introducing-readysuite-part-7-grid/</link>
		<comments>http://compiledservices.com/introducing-readysuite-part-7-grid/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:28:56 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[New Features]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[readysuite]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[viewer]]></category>

		<guid isPermaLink="false">http://compiledservices.com/?p=425</guid>
		<description><![CDATA[We’re now ready to end our Introduction to ReadySuite series with last minute improvements to the grid and overall stability. While we try to release bug free software every time, we’ve always built in a bug report mechanism in case our software crashes unexpectedly. These reports are submitted by our users and contain useful details [...]]]></description>
			<content:encoded><![CDATA[<p>We’re now ready to end our <a href="/tag/readysuite">Introduction to ReadySuite</a> series with last minute improvements to the grid and overall stability. While we try to release bug free software every time, we’ve always built in a bug report mechanism in case our software crashes unexpectedly. These reports are submitted by our users and contain useful details surrounding the events of the crash. One of the most common bug reports we’ve encountered occurred right after an import. Although it was difficult to reproduce, we spent a lot of time improving the stability and responsiveness of the document grid.</p>
<p>A lot of changes to the document grid occur after an import. Thousands of documents can be imported, new custom fields added, and metadata field values updated. We’ve added a progress indicator so you can see things are working in the background. But don’t worry: our goal is for the process to be fast and seamless. In our testing, imports over 50,000 documents with new fields only take a few seconds to populate. </p>
<p>Our grid has always featured a way to view the thumbnails of documents in a separate window. While most documents less than a hundred pages would show almost instantly, one area we felt improvement was needed was showing thumbnails of very large documents. You might have waited over 15 seconds to view a 700 page document. Navigating documents took longer than it should as a result. We’re happy to say this is one area we’ve greatly improved: loading a 1,700 page document now takes less than a second! Additionally, the enhancements to the thumbnail explorer now prevent the software from hanging after an import when the first document contained many pages.</p>
<p>We’ve also made additional improvements to editing and sorting in the document grid, aiming to make editing in the grid more excel-like. For example, if you’re editing a cell and press the down-arrow key, the cell below it will be selected and you can start editing. The same applies for moving to the left and right as well. Similar to Excel, you can now highlight a range of cells spanning multiple columns. These values can then be copy and pasted into any compatible editor. For editable fields, you can cut values from the grid or paste them into it. If you need to copy and paste the values from one column to another, go right ahead. You can even copy and paste from an excel worksheet into the grid and vice versa. </p>
<p>Our sorting algorithm in the document grid has also been changed for text fields to sort more intuitively. Taking a look at the below table to see how sorting has been adjusted:</p>
<p><img src="http://compiledservices.com/wp-content/uploads/2009/11/Grid-Sort-Methods.png" alt="Grid Sort Methods" title="Grid Sort Methods" width="189" height="251" class="centered" /></p>
<p>Columns will now default to this new natural way of sorting. You can even sort on multiple columns using the grid; just hold the shift key and select the columns in the order you wish to sort. </p>
<p>We’ve made a few other minor changes here and there. For example, when new columns are added to the grid they will show automatically. Previously, columns were hidden until shown by the user. The field chooser still lets you pick which columns to show and hide. Additionally, we’ve added support for Windows 7. When a long process is running, you’ll notice the progress bar in the taskbar. As we add more features, we’ll look into adding more support for Windows 7.</p>
<p>This concludes our introductory series to ReadySuite. We’ll update you next week as ReadySuite progresses from Beta to Gold.</p>
]]></content:encoded>
			<wfw:commentRss>http://compiledservices.com/introducing-readysuite-part-7-grid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

