<?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>instantOLAP &#187; Releases</title>
	<atom:link href="http://www.instantolap.com/tag/releases/feed" rel="self" type="application/rss+xml" />
	<link>http://www.instantolap.com</link>
	<description>Business intelligence for the Java Platform</description>
	<lastBuildDate>Thu, 21 Jan 2010 10:45:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Release 2.6.1</title>
		<link>http://www.instantolap.com/news/release-2-6-1#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/release-2-6-1#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:47:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.instantolap.com/?p=691</guid>
		<description><![CDATA[Today we uploaded the next release of instantOLAP on our server. Version 2.6.1 is more than a service release, it also contains a number of nice frontend and backend features and improvements.
You can download the new version from our downloads page. You will also find a new version of our manual, reference and online documentation [...]]]></description>
			<content:encoded><![CDATA[<p>Today we uploaded the next release of instantOLAP on our server. Version 2.6.1 is more than a service release, it also contains a number of nice frontend and backend features and improvements.</p>
<p>You can download the new version from our <a title="downloads" href="http://www.instantolap.com/downloads">downloads</a> page. You will also find a new version of our manual, reference and online <a title="documentation" href="http://www.instantolap.com/documentation">documentation</a> on our documentation page. Read this article to learn some details about the new version 2.6.1 and to read its release notes.</p>
<p><span id="more-691"></span></p>
<h2>New features</h2>
<h3>Improved renderers</h3>
<p>The new version contains new and faster renderers for the HTML, Excel and PDF output. In difference to the output of the PDF renderer, which generates output equal to its previous version, the HTML renderer now generates a much more compressed result. Especially for the Internet Explorer, this reduces the load and display time for HTML reports significant.</p>
<p>Additionally, the new HTML renderer offers some new formatting options:</p>
<ul>
<li>Scrollable tables with fixed headers: Before in the only available in the analyzer, tables in normal reports can now also contain fixed headers and scrollbars. The new HTML renderer will automatically display every table as scrollable table which is placed inside a block with fixed width and height properties set.</li>
<li>Free positioning of blocks: For each block you may assign a fixed X/Y position and place them everywhere on the screen you want to.</li>
<li>The automatic expansion of blocsk to make them all equal with can be manually switched of now.</li>
<li>Charts are now automatically expanded to the size of their owning blocks and therefore zoomed when blocks are expanded because of other and larger blocks in the report.</li>
</ul>
<p><img class="alignnone size-full wp-image-715" title="scrolltable" src="http://www.instantolap.com/wp-content/uploads/2009/11/scrolltable.gif" alt="scrolltable Release 2.6.1" width="600" height="290" /></p>
<p>The Excel renderer also contains some new features. E.g. automatically generates foreground and background colors for negative numbers or exceptions are now included in the Excel export and all original datatypes of the cells are preservered when exporting a document.</p>
<h3>Print preview</h3>
<p>The report viewer now contains a new &#8220;Print preview&#8221; button which shows the report in a printable PDF version directly inside the browser. This allows to print a report without exporting it into the PDF format before. To use this feature, your browser must have installed the Adobe PDF plugin.</p>
<p><img class="size-full wp-image-713 alignnone" title="printview" src="http://www.instantolap.com/wp-content/uploads/2009/11/printview.gif" alt="printview Release 2.6.1" width="600" height="290" /></p>
<h3>Hideable explorers</h3>
<p>A new button in the upper right corner of the portal allows to hide the explorer bar at the left side of the portal and to gain more space for the reports or other viewers.</p>
<p><img class="alignnone size-full wp-image-717" title="fullscreen" src="http://www.instantolap.com/wp-content/uploads/2009/11/fullscreen.gif" alt="fullscreen Release 2.6.1" width="545" height="190" /></p>
<h3>Improved expression editor</h3>
<p>The expression editor, which is used e.g. to edit formulas or header iterations in the Analyzer, has widely changed and offers a number of new dialogs for searching, sorting, navigating etc. in dimensions without using the keyboard and manually typing expression.</p>
<p><img class="alignnone size-full wp-image-720" title="webexpressioneditor" src="http://www.instantolap.com/wp-content/uploads/2009/11/webexpressioneditor1.gif" alt="webexpressioneditor1 Release 2.6.1" width="572" height="373" /></p>
<p>There is a detailled description of the expression editor in our also new manual for the version 2.6.1.</p>
<h3>A new storage model for stores</h3>
<p>When creating a store you can now choose between two storage models for their data: The known &#8220;Condensed&#8221; format and the new &#8220;Indexed&#8221; format, which is much fast in building high-dimensional stores but slower in reading data out of stores. With a good combination of condensed and indexed stores, you can now create offline version of really high dimensional cubes by creating the most used combination of dimension as condensed stores and additionaly storing the &#8220;complete&#8221; view of the cube in a indexed store.</p>
<p>To learn more about the new storage type, read the new store property description in our new reference for version 2.6.1.</p>
<h2>Release Notes</h2>
<p>22.10.2009: Release 2.6.1</p>
<p>Server</p>
<ul>
<li>A new function ISLEAF was added</li>
<li>Less logging, e.g. for unknown tables while editing configurations</li>
<li>Now match filters for cubes can contain expressions of any complexity</li>
<li>Imported dimensions now use less memory and CPU than before</li>
<li>The limits for number keyloader have been lowered, both limits can be negative now and the start-limit has no longer to be less than the end-limit</li>
<li>Unknown keys are now mapped to the root key when loading a cube into an offline store (but they still generate warnings). This brings the behavior closer to online cubes, because the root key of dimension always reflect the total of the database content, independent of all keys being mapped to the dimension.</li>
<li>A new storage model for stores, the &#8220;Indexed&#8221; storage, allows to create stores for high-dimensional cubes. Though the indexed storage is slower than the previous &#8220;condensed&#8221; model, its build time does not grows exponential with the number of included dimensions.</li>
<li>Line breaks in escaped SQL statements (@&#8221;&#8230;..&#8221;) are now allows and will no longer irritate the Database server.</li>
<li>Unmappable keys are mapped to the root key of a dimension when loading a cube into a store. This equals the root value of the dimension to the online version of the cube.</li>
</ul>
<ul>
<li>Bugfix: A possible deadlock while using a corrupt dimension was fixed</li>
<li>Bugfix: Mappings with &#8220;mode = select&#8221; did not appear in the result sometimes</li>
<li>Bugfix: Multiple mappings for the same fact now also work with DLOOKUP</li>
<li>Bugfix: The GROUP BY clause was constructed wrong if a statement contained<br /> equal expressions and used the &#8220;Group by indices&#8221; option.</li>
</ul>
<p>Web-Frontend</p>
<ul>
<li>New and faster renderers for HTML, Excel and PDF output</li>
<li>A strong compression for the HTML output was added, now cells with similar styles are clustered into CSS classes</li>
<li>A new &#8220;Print preview&#8221; was added to the report viewer now. The preview displays reports as PDF files inside the portal and allows to print reports without exporting them before.</li>
<li>User can now hide the explorers at the left side of the portal</li>
<li>Now ThinUsers can also delete their private files and snapshots</li>
<li>Now negative numbers are also colored red when exported to Excel</li>
<li>New placeholders for filenames in automations have been added (%USER% etc)</li>
<li>Empty rows and columns are now removed from the result set and no longer displayed as rows or columns with the height or width 0</li>
<li>Input fields and links became much more performant, reports with thousands of input fields are now possible</li>
<li>Assertions are now also displayed in Excel and PDF exports</li>
<li>The selected tab in the tabbed orientation is now highlighted</li>
<li>Dialogs are movable now</li>
<li>Window titles are limited to 30 characters now</li>
<li>Improved drag and drop behavior which now also works if the user drags an item very fast or if the browser reacts slowly</li>
<li>The table editor in the Pivot viewer does no longer disappear when changing the format to &#8220;chart&#8221;.</li>
<li>The &#8220;save as&#8221; dialog now also shows where the user has no write access if one of the subfolders is accessible.</li>
<li>The Excel export now preserves the data types and exports all texts as text, even if it is convertible to a number.</li>
<li>There is no need to create access rules for the bookmarks or snapshots folder any more.</li>
</ul>
<ul>
<li>Bugfix: Headers nested under spanned headers are now no longer too wide or too heigh</li>
<li>Bugfix: The snapshot and automation folders no longer need manual set access rights</li>
<li>Bugfix: The font-color was not exported to Excel correctly</li>
<li>Bugfix: Removing sorts in the Analyzer now works</li>
<li>Bugfix: Like for other formats, the XML export is now only offered after the report was displayed</li>
<li>Bugfix: Long URLs caused problems in IE and are now replaced by simple numbers</li>
<li>Bugfix: EMail attachments always had &#8220;.pdf&#8221; extension when send directly out of the report viewer.</li>
<li>Bugfix: Sorting a row or column in the pivot viewer (using the context menu of a header) now also works with scrolled tables.</li>
<li>Bugfix: The content of search selectors and input fields can now be selected.</li>
</ul>
<p>Workbench</p>
<ul>
<li>The Workbench no longer locks when waiting for a model load or reload</li>
<li>The ERM view became faster and uses a cached version of the database-schema when displaying the links</li>
<li>Invisible keys and facts now appear in the cube editor</li>
<li>Invisible dimensions now appear in the dimension preview</li>
<li>A new background property was added for queries</li>
<li>The column widths in the property editor are no longer reset when a new element is selected</li>
<li>The previewer now also works on all Windows 64 bit systems</li>
</ul>
<ul>
<li>Bugfix: The password for automations can now be edited and changed</li>
</ul>
<p>Console</p>
<ul>
<li>A new argument now allows to kill an existing session for a named user</li>
</ul>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/release-251" title="Release 2.5.1 (January 29, 2009)">Release 2.5.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/whats-new-in-2-6" title="What&#8217;s new in 2.6? (July 8, 2009)">What&#8217;s new in 2.6?</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-252" title="Release 2.5.2 (May 5, 2009)">Release 2.5.2</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-0-available" title="Release 2.6.0 (August 20, 2009)">Release 2.6.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/instantolap-250" title="instantOLAP 2.5.0 (December 3, 2008)">instantOLAP 2.5.0</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/release-2-6-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.6.0</title>
		<link>http://www.instantolap.com/news/release-2-6-0-available#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/release-2-6-0-available#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:39:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.instantolap.com/?p=515</guid>
		<description><![CDATA[From today, the new release 2.6.0 is available for download on our download page.
If you haven&#8217;t read about 2.6 before, have a look into our previous article Whats new in 2.6?. At a glance, the new version has some nice frontend improvements, it is faster and uses less memory, it is easier to use and [...]]]></description>
			<content:encoded><![CDATA[<p>From today, the new release 2.6.0 is available for download on our <a rel="nofollow" target="_blank" href="/downloads#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">download page</a>.</p>
<p>If you haven&#8217;t read about 2.6 before, have a look into our previous article <a rel="nofollow" target="_blank" href="/news/whats-new-in-2-6#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Whats new in 2.6?</a>. At a glance, the new version has some nice frontend improvements, it is faster and uses less memory, it is easier to use and it contains less restrictions. Read the release notes in this article for a complete list of all improvements and fixes.</p>
<p>And the new version contains a free administrator license for each new or existing customer. This also means, you will no longer need to request an evaluation license if you want to download and test instantOLAP. Just download the software, install it and start using the it without any time limit.</p>
<p><span id="more-515"></span></p>
<h3>Release notes</h3>
<p>19.08.2009: Release 2.6.0</p>
<p>Server</p>
<ul>
<li>The rebuild of dimensions and stores (former offline cubes) is now synchronized and executed in the same transacation, now stores are immediatley rebuild if any of their dimensions change and are publish at the same time as their dimension. Therefore, stores can now longer become &#8220;outaged&#8221; as in previous versions.</li>
<li> The size of ToDo-lists is no longer limited as before, the &#8220;Query too complex&#8221; can no longer appear. Also, the ToDo processing now is 100% faster and uses exponential less memory.</li>
<li>Imported dimension use less memory now and are synchronized faster. Imported models are therefore automatically started whenever an importing model is started.</li>
<li>Models can now be shut down while they are synchronizing their dimensions or stores</li>
<li>Less overall memory consumption</li>
<li>File caches are now automatically deleted an re-initialized whenever they are corrupted</li>
<li> New MDX-Functions and operators: UniqueName and StrToElement</li>
<li> Now, calculated MDX members with other return types than &#8220;Set&#8221; are also supported</li>
</ul>
<ul>
<li> Bugfix: The JOIN operator returned an empty result if the first argument was a single value and the user had no access-rights for this value</li>
<li> Bugfix: The stores can now also contain non-aggregated facts and aggregateÂ  them manually</li>
<li> Bugfix: Sometimes the ROWNUM function displayed &#8220;0&#8243; in each row</li>
</ul>
<p>Web-Frontend</p>
<ul>
<li>Two new selector types have been added to the frontend: Calendar ranges and SuggestBox (which offer possible options while the user types into the box)</li>
<li>Selector groups have a new property &#8220;Popup&#8221; which allows to convert a group into a space saving popup selector</li>
<li> Negative values are now also colored red in the Excel export</li>
<li> Better performance for Input selectors</li>
<li> The repository no longer collapses when beeing refreshed</li>
<li> New properties have beed added for <a title="overlay charts" href="http://www.instantolap.com/howtos/overlay-charts">overlay charts</a> and allow display multiple ranges within the same chart</li>
<li> The metrics for tables (needed cell-width and heights) are now calculated more accurate</li>
<li>A fixed snapshot folder can now be set up for the frontend. If used, the users automatically save their snapshots in this folder without beeing asked for a file path before (like in version 2.2)</li>
</ul>
<ul>
<li> Bugfix: The Excel export threw an error if the left padding of a cell was defined as double value</li>
<li> Bugfix: The current value of input fields was not exported to PDF or Excel files</li>
<li> Bugfix: Sended files did always have the extension &#8220;.pdf&#8221;, independet of their type</li>
<li> Bugfix: The save as dialog now only shows folder with admin access for the current user</li>
<li> Bugfix: The login dialog now also forgets the last user name even if the &#8220;remember user&#8221; option is not selected.</li>
<li> Bugfix: The access-rights for the bookmark folder &#8220;.boomarks&#8221; are now ignored, every user can store data here</li>
<li> Bugfix: The bookmark editor was messed up for arguments with multiple values</li>
<li> Bugfix: The input selector now matches all result-elements again its options</li>
<li> Bugfix: The Browser shows no longer endless &#8220;loading&#8221; after an empty query was executed</li>
<li>Bugfix: The frontend offered edit rights for a folder if only some of the contained files was editable but not the folder itself</li>
</ul>
<p>Workbench</p>
<ul>
<li> A complete new structure for offline cubes was introduced: Now cubes can contain as many &#8220;stores&#8221; as you want, each with a different combination of dimensions and fact. The configuration of stores is much easier than before,Â  just add dimensions and facts using checkboxes to the store and determineÂ  their aggregation type (if wanted) &#8211; thats it.</li>
<li> Cubes can now optionally still exist even if an offline version (store) ofÂ  them is active. In this case, the online cube is listed *behind* its offline versions.</li>
<li> A new &#8220;Notes&#8221; was added to the configuration editor and allows administratorsÂ  to add notes to their configuration files</li>
<li> The process manager now shows the current progress of a progress</li>
<li>A new &#8220;Edit&#8221; button was added to the model manager which allows to open the configuration editor for a specific model directley from the manager</li>
<li> The model-info now displays the number of warnings and error for a store in the cube tab</li>
<li> The auto mapping for dimensions is no longer stored in the dimension itself and still keeps valid even if a dimension structure has changed</li>
<li> Virtual tables (aliases) and virtual columns (expression) now have their ownÂ  symbol in the database explorer to make them visible for the administrator</li>
<li> A new refactoring was added which deletes all references (links etc) using anÂ  table-alias after the alias was deleted</li>
</ul>
<ul>
<li> Bugfix: If you start a model out of the model-info panel, the panel now waits until the model was loaded</li>
<li> Bugfix: The preview inside the Workbench displayed &#8220;Unknown host&#8221; if theÂ  server wasn&#8217;t able to resolve its own domain-name.</li>
<li> Bugfix: The mousewheel now also works while the mouse stands over the mapping panels in the cube editor</li>
<li> Bugfix: Drag&amp;Drop did no longer work after a user was moved in the userÂ  manager</li>
<li> Bugfix: When a configuration was changed and saved, the new dimension version have published to the productive model. This still happens but cannot blockÂ  the Workbench any more when waiting for a model lock.</li>
<li> Bugfix: The mouswheel function in the ERM editor now works vice versa (moving the wheel forward zooms into the chart)</li>
<li> Bugfix: The properties of the currently selected element are still displayed after clicking onto a database or repository element</li>
</ul>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/whats-new-in-2-6" title="What&#8217;s new in 2.6? (July 8, 2009)">What&#8217;s new in 2.6?</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/instantolap-250" title="instantOLAP 2.5.0 (December 3, 2008)">instantOLAP 2.5.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-253-connect-excel-and-other-odbo-xmla-clients-with-instantolap" title="Release 2.5.3: Connect Excel and other ODBO / XML/A clients with instantOLAP (June 10, 2009)">Release 2.5.3: Connect Excel and other ODBO / XML/A clients with instantOLAP</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-252" title="Release 2.5.2 (May 5, 2009)">Release 2.5.2</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-251" title="Release 2.5.1 (January 29, 2009)">Release 2.5.1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/release-2-6-0-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in 2.6?</title>
		<link>http://www.instantolap.com/news/whats-new-in-2-6#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/whats-new-in-2-6#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Selector]]></category>
		<category><![CDATA[Stores]]></category>

		<guid isPermaLink="false">http://www.instantolap.com/?p=371</guid>
		<description><![CDATA[Soon, release 2.6.0 will be published, containing some new selectors and a couple of backend improvements. The most important change is the easier store structure and the missing limitation of the report complexity.]]></description>
			<content:encoded><![CDATA[<p>This month, we will publish our next version 2.6 and the fresh 2.6 beta will be available from today. Beside some new frontend features, this version will contain some significant improvements in its Cube structure. Read this article to learn about some of the new features and to download the beta version.</p>
<p><span id="more-371"></span></p>
<h3>New selector types</h3>
<p>Two new types of selectors were added to the frontend: Interval calendars and suggest boxes.</p>
<p>Interval calendars allow to select a time-range (from date / to date) using the calendar known from the original calendar selector. The interval selector shows two calendars, on to select the start and one to select the end date of the interval.</p>
<p>The suggest box offers the user valid input options while he types into its text box. This is well known from other web 2.0 applications.</p>
<p><img class="alignnone size-full wp-image-378" title="suggestbox" src="http://www.instantolap.com/wp-content/uploads/2009/07/suggestbox.gif" alt="suggestbox Whats new in 2.6?" width="396" height="317" /></p>
<h3>Popup selectors</h3>
<p>Selector groups can now be turned into popup selectors by setting their new property &#8220;Popup&#8221; to true. Popup selectors only appear as a small and space saving button. By clicking onto this button, the user can open or close the selector group and use its contained selectors.</p>
<p><img class="alignnone size-full wp-image-377" title="popupselector" src="http://www.instantolap.com/wp-content/uploads/2009/07/popupselector.gif" alt="popupselector Whats new in 2.6?" width="475" height="317" /></p>
<h3>Stores: Easier offline cubes</h3>
<p>One of the main features of the new version is the much easier handling of stores. Unlike before, where cubes could be converted into offline cubes by setting some properties and setting the wanted dimension into the offline state, the cubes now can contain one or more store. Each of this stores defines a number of contained dimensions and facts, whereby different stores can contain different combinations of dimensions and / or facts and there is no need to copy cubes for different combinations in future.</p>
<p>The configurations of stores with the Workbench became easier and more intuitive: Simply add a new store to a cube by using its context menu and add dimensions and facts to the new store by clicking onto it. The Workbench will now automatically do all needed settings for your, e.g. by loading the lowest level of a dimension if you want to roll it up.</p>
<p><img class="alignnone size-full wp-image-380" title="offlienestores" src="http://www.instantolap.com/wp-content/uploads/2009/07/offlienestores.gif" alt="offlienestores Whats new in 2.6?" width="558" height="415" /></p>
<h3>Better transaction model for Models and Cubes</h3>
<p>The rebuilding of dimensions is now more connected to cubes than before. Everytime a dimension is rebuild, all stores being dependend on this dimension will be automatically also rebuild in the same transaction if the dimension has chaned. &#8220;In the same transaction&#8221; means, the user will not see changed dimensions and cubes before both are finally loaded and commited. The advantage of this new transaction model is, that cubes can no longer reach the &#8220;outaged&#8221; state if dimension changed and the cube was not scheduled to rebuild directly after.</p>
<h3>Improved ToDo list management</h3>
<p>The internal ToDo lists &#8211; which instantOLAP uses to determine where to load which result cell from &#8211; became much faster and less limited. The overall performance improvement is round about factor 2 when generating and resolving the list. And, because the new implementation nearly uses any memory, there is also no limit for the maximum size of ToDo lists from version 2.6. Therefore, the &#8220;query too complex&#8221; message, which appeared when building reports with too much cells, will no longer appear.</p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/release-252" title="Release 2.5.2 (May 5, 2009)">Release 2.5.2</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/instantolap-250" title="instantOLAP 2.5.0 (December 3, 2008)">instantOLAP 2.5.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-0-available" title="Release 2.6.0 (August 20, 2009)">Release 2.6.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-1" title="Release 2.6.1 (November 17, 2009)">Release 2.6.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-251" title="Release 2.5.1 (January 29, 2009)">Release 2.5.1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/whats-new-in-2-6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.5.2</title>
		<link>http://www.instantolap.com/news/release-252#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/release-252#comments</comments>
		<pubDate>Tue, 05 May 2009 19:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.instantolap.com/?p=270</guid>
		<description><![CDATA[A new instantOLAP release 2.5.2 is available from now. It contains a number of new features &#8211; mainly in the Web-Frontend &#8211; and a number of improvements and bug-fixes. You can download the new release from our download page.

New key features
New selector types
We added two newÂ  selector-types to the frontend: Multiple Hierarchy-Trees and Expression-Selectors.
Multiple Hierarchy-Trees [...]]]></description>
			<content:encoded><![CDATA[<p>A new instantOLAP release 2.5.2 is available from now. It contains a number of new features &#8211; mainly in the Web-Frontend &#8211; and a number of improvements and bug-fixes. You can download the new release from our <a rel="nofollow" target="_blank" href="/downloads#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">download page</a>.</p>
<p><span id="more-270"></span></p>
<h2>New key features</h2>
<h3>New selector types</h3>
<p>We added two newÂ  selector-types to the frontend: <strong>Multiple Hierarchy-Trees</strong> and <strong>Expression-Selectors</strong>.</p>
<p>Multiple Hierarchy-Trees are equal to normal Hierarchy-Trees, but allow to select more than one key (or no key). The usage is simply: Just switch your selector type to &#8220;Multiple Hierarchy-Tree&#8221;, set the default-expression if needed, and the selector will behave like the multiple-selector (but allows to select elements from different levels).</p>
<p><img class="alignnone size-full wp-image-280" title="multiplehierarchytree" src="http://www.instantolap.com/wp-content/uploads/2009/04/multiplehierarchytree.gif" alt="multiplehierarchytree Release 2.5.2" width="306" height="153" /></p>
<p>Expression-Selectors allow the end-user to build their own expressions or formulas and to use them in queries. This new selector uses the new Expression Editor, which is also integreated into the pivot tables for editing iterations, formulas and other expressions. The expression selector must have a name and will pass the expression as string parameter to the query.</p>
<p><img class="alignnone size-full wp-image-283" title="expressioneditor1" src="http://www.instantolap.com/wp-content/uploads/2009/04/expressioneditor1.gif" alt="expressioneditor1 Release 2.5.2" width="400" height="244" /></p>
<h3>Control your pivot tables with the new Expression Editor</h3>
<p>The new editor has also been integrated into the pivot table editor: Users can now edit iterations and formulas of headers (which define the content of the X- or Y-axis) or the options and default-selections for selectors. This brings the pivot-editor a step closer to the flexibility of the Workbench query-editor.</p>
<p><img class="alignnone size-full wp-image-287" title="changeoptions" src="http://www.instantolap.com/wp-content/uploads/2009/04/changeoptions.gif" alt="changeoptions Release 2.5.2" width="234" height="143" /></p>
<h3>New layout options for pivot tables</h3>
<p>Both pivot-tables and queries offer some new layout properties: In pivot-tables, users can now rotate header-texts like in queries and save some space in tables with many columns.</p>
<p>New for both types of reports are the fixed headers, which allows users to define the scrolling part of a pivot-table. When setting the table properties &#8220;fixed rows&#8221; and &#8220;fixed columns&#8221;, the pivot-table will only scroll the part right or below the defined column or row. Pivot users can do this very comfortable by using the context menu on a header.</p>
<p><img class="alignnone size-full wp-image-295" title="fixedrowsandcolumns" src="http://www.instantolap.com/wp-content/uploads/2009/05/fixedrowsandcolumns.gif" alt="fixedrowsandcolumns Release 2.5.2" width="400" height="242" /></p>
<p>This also works for the Excel export: The fixed rows and columns will also be fixed whenever a query or pivot-table is exported to excel.</p>
<h3>Version check for clients</h3>
<p>Starting with version 2.5.2, the server checks the client version more accuratley and denies access from incompatible client. The Workbench 2.5.2 displays a &#8220;Incompatible client version&#8221; error if you try to connect a 2.5.1 server or earlier.</p>
<p><img class="alignnone size-full wp-image-278" title="incompatible" src="http://www.instantolap.com/wp-content/uploads/2009/04/incompatible.gif" alt="incompatible Release 2.5.2" width="352" height="93" /></p>
<p>Generally we recommend to use the Webstart-Version of the Workbench &#8211; this keeps all users in your company updated whenever you update your instantOLAP server. To install the Webstart-Version, simple enter the url &#8220;http://&lt;server&gt;:&lt;port&gt;/iolapWorkbench&#8221; to install the version. This tracks keeps automatically for updates on your server.</p>
<h2>Release notes</h2>
<pre>================================================================================
instantOLAP relasenotes
================================================================================

04.05.2009: Release 2.5.2

Server

- The server now checks the version of connecting clients and denies access from
 outaged client versions
- SQL-KeyLoaders can now contain more than one attributes with the same name
- Better compression for dimension- and cube-files
- Better optimizing and performance for expressions
- The functions HASKEYS, HASLEVEL, HASUSER and HASROLES now expect at least one
 argument (instead of zero or more)
- Smaller ToDo-Lists for queries
- "Blocked replacements" can optionally be raised as error if the configuration
 is configured for. The Workbench also contains a new switch. Future versions
 of instantOLAP will raise blocked replacements as errors by default.
- Lookups with more than one facts now works and finds all keys having data for
 at least one of the facts
- Offline cubes are now also reported as "outaged" if the number of loaded facts
 has changed
- The model-explorer and dimension-preview now displays the ID in brackets and
 the display-text as main-text
- Facts can now also be accessed with the syntax &lt;Fact-Dimension&gt;:&lt;Fact&gt;(...),
 e.g. Fact:Amount()
- The new functions XML2ASCII converts XML and HTML texts into plain text

- Bugfix: Interrupted queries did distroy log-listeners
- Bugfix: Aliases can now use more than one table (eg in their Where-clause)
- Bugfix: The expression in the drilldown-iterations are now added to the ToDo-
 List
- Bugfix: Empty access lists for folders denied the access for all users, now
 they are treated like non-existing lists
- Bugfix: Too many levels (&gt;500) in dimensions caused corrupted dimension-files
- Bugfix: The relogin for named users did not work if they were mapped to
 concurrent licenses
- Bugfix: Large lists operated by DISTINCT caused an error

Web-Frontend

- The analyzer now allows editing header-iterations, selector-options, -defaults
 and other expressions with the new expression-editor
- The text of headers inside the analyzer can now be rotated and display
 vertically
- The type of selectors in the analyzer can now be changed using the context-
 menu
- Rows and columns can be fixed inside the analyzer
- The analyzer now allows to create empty headers with the corners context-menu
- Sorting rows and columns inside the analyzer is now an options in the header
 context-menu
- Charts are now displayed as applets by default again
- Invisible rows and columns are no longer displayed in charts
- A default mail "from" for automation-mails can now be configured for the web-
 frontend
- External export-formats can now be configured for queries
- The automation-manger now allows to trigger automations for queries with
 exceptions
- A new multiple hierarchie-tree selector was introduced
- A new expression-selectors allows end-user to enter expressions and to filter
 dimensions manually
- Expressions can be saved and reloaded inside the expression-editor
- Charts can now contain two axis with different ranges
- Export-Tasks now allow the patterns %TIMESTAMP%, %TITLE%, %NAME% and %AUTHOR%
 in filenames
- Send-Tasks can now also contain the body-text for the generated mails
- The selector bar is now limited in its height (maximum 50% of the window-
 height) and contains a vertical-scrollbar if neccesary
- The portal is no longer visible after a user logged out and while the login
 dialog is visible
- The attachment name of queries send with the "Send" button is now the filename
 of the query and not "Pivot"
- The row-heights for queries and pivot-tables are now calculated more
 accuratley, pivot tables now always have the same height for the header and
 body sections
- Improved drag&amp;and drop for the pivot editor

- Bugfix: The range-selector now also works for the analyzer
- Bugfix: The calender-selector was not able to select months
- Bugfix: The default for hierarchy-trees did not work
- Bugfix: Input-fields trigger a submit when pressing enter inside the Internet-
 Explorer
- Bugfix: Some snapshot could not be opened
- Bugfix: Bookmarks now also check the access-rights for target-queries after
 they have been created
- Bugfix: HTML files now use iso-8859-1 as default charset
- Bugfix: The week was displayed wrong in the calendar
- Bugfix: The calendar-selector caused timeouts in the Internet-Explorer when
 changing the month
- Bugfix: Rotated texts had problems with umlauts
- Bugfix: Constant selectors now display the text instead of the ID of the keys
- Bugfix: Constant selectors without options raised an error
- Bugfix: Selectors without selections do not trigger their default selection if
 the contained a selection before
- Bugfix: Some small stylesheet changes (space between checkbox-selectors and
 their labels, text-flow for icons in cells, query titles are displayed with
 100% width, the progress bar in notifications is smaller and others)
- Bugfix: The Excel export now only formats cells which are formatted in the
 query, too
- Bugfix: The width, height and color properties for selector groups are now
 implemented
- Bugfix: Invisible rows and columns are now totally invisible and do not cause
 layout problems
- Bugfix: Self-linked queries with link-arguments did not pass values other than
 dimensions

Workbench

- Better color-coding for progress-bars (the percentage has now a different
 color than the bar)
- Improved display for the Log-Window
- Color-Properties now accept drag&amp;drop of colors from the model-explorer
- A new text-editor dialog allows to edit plain texts outside the property-table
- Improved vizualisation of tables and columns in the ERM diagram
- The ERM diagram did scroll in the wrong direction when using drag&amp;drop
- The "Line Width" property for charts now accepts String as arguments (as
 descripted in the <a title="documentation" href="http://www.instantolap.com/documentation">documentation</a>)
- SQL-queries now use the same perfomant database-model as the config-editor
- The new MS SQL-Server-Driver is now offered in the driver-list when creating
 new connections
- Unsaved content in the automation-manager is now alerted
- Windows can be arranged cascading with the "Windows" menu
- Selectors now have a minimal width in the query-editor
- Format-properties (e.g. date patterns and decimal formats) are checked by
 the property editor
- The chart-format (Bar, Pie etc) is now a block-property and can be edited or
 calculated
- The default value for the cron pattern of offline stores is now empty
- After a user session was killed, the Workbench asks the user to close

- Bugfix: Log entries with more than 1024 are now displayed correctley
- Bugfix: The preview always used English as language
- Bugfix: A missing DLL was added for the Windows distribution of the Workbench
- Bugfix: Edited links are now updated in the ERM diagram
- Bugfix: A new created alias can now be dragged into the ERM diagram without
 reopening the configuration
- Bugfix: Changing the aggregation of facts with the context-menu now removes
 the "DISTINCT" of previous aggregations
- Bugfix: The model-selector in the new query wizard is no longer larger than
 the dialog
- Bugfix: After copying a file with drag&amp;drop the Workbench no longer shows a
 confirm dialog with the wrong text</pre>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/release-2-6-0-available" title="Release 2.6.0 (August 20, 2009)">Release 2.6.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-251" title="Release 2.5.1 (January 29, 2009)">Release 2.5.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/instantolap-250" title="instantOLAP 2.5.0 (December 3, 2008)">instantOLAP 2.5.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-1" title="Release 2.6.1 (November 17, 2009)">Release 2.6.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/whats-new-in-2-6" title="What&#8217;s new in 2.6? (July 8, 2009)">What&#8217;s new in 2.6?</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/release-252/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 2.5.1</title>
		<link>http://www.instantolap.com/news/release-251#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/release-251#comments</comments>
		<pubDate>Thu, 29 Jan 2009 12:36:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.instantolap.com/?p=128</guid>
		<description><![CDATA[The new instantOLAP release 2.5.1 is available from today. Read about the new features and find a complete list of changes in the release notes.]]></description>
			<content:encoded><![CDATA[<p>A new release 2.5.1 has been published, including a couple of frontend- and performance-improvements, an included Web-Browser for the Workbench and some new functions, properties and bug fixes. You&#8217;ll find the release-notes for the new version, including all changes, appended to this post.</p>
<p>To download the new version use the links on our updated <a rel="nofollow" target="_blank" href="/downloads#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_self">download page</a>.</p>
<p><span id="more-128"></span></p>
<p>26.01.2009: Release 2.5.1</p>
<p>Server:</p>
<ul>
<li>Improved performance when building offline cubes.</li>
<li>Offline cubes now have a &#8220;granularity&#8221; property with which you can control if small aggregations with &lt; granularity values will be performed adhoc when executing a query instead when building the store. This reduces the offline size and build-duration in exchange for query-execution performance.</li>
<li>The new property &#8220;Use Offline Aggregation&#8221; allows to send queries without anyaggregation or group by when building a offline-store. This can be very helpful when load base-level data from a database.</li>
<li>The property &#8220;Offline SQL Fetch Size&#8221; allows to limit the number of SQL rows kept in the memory. Some database will load the complete SQL result in memory if this property is not set and this can cause memory-trouble.</li>
<li>The &#8220;Offline aggreation&#8221; property for facts allows to set the aggregation type for facts manually. With this property it is also possible to aggregate facts using &#8220;COUNT DISTINCT&#8221;, e.g. by summarizing them.</li>
<li>The internal database-system has been refactored.</li>
<li> The new operator &#8220;!&#8221; is now usable as shortcut for the NOT function.</li>
<li>The expression-parser first compares dimension-names instead of function-names with expression. This allows to use dimensions with names equal to functions,Â  however the function then becomes unreachable.</li>
<li>The function &#8220;DRILLLEVEL&#8221; is now useable inside drilldown-iterations which makes it much easier to implement cross-dimensional drilldowns.</li>
<li>A new function &#8220;COALESCE&#8221; was intruduced and returns the first non-null value of all its arguments.</li>
<li>The default omit-factor for dimension-mappings (in SQL cubes) is now 0.75.</li>
<li>The name of the &#8220;.license&#8221; file can now be configured in the web.xml of the backend. Change the property if you want to share a repository between iolap-servers with different versions.</li>
<li>Bugfix: The expression-optimizer had a performance leak when optimizing long join lists.</li>
<li>Bugfix: Using &#8220;Suppress rows&#8221; and sort-properties in header could cause problems.</li>
</ul>
<p>Web-Frontend:</p>
<ul>
<li>A new search explorer was added to the explorers at the left border. This explorer allows to search for queries by their name.</li>
<li>Input-fields now inherit the background-color, font etc. from their containing field.</li>
<li>Exported Excel sheets now have fixed headers.</li>
<li>Hierarchy-Selector now use the dimension-root as default if no other default was set (to be compatible with 2.2.x).</li>
<li>Bugfix: Link-Targets &#8220;_blank&#8221; now open new tabulators for the target-page.</li>
<li>Bugfix: Exporting reports wasnt able when they contained umlauts in theirÂ  title.</li>
</ul>
<p>Workbench:</p>
<ul>
<li>The Workbench now comes with an integrated FireFox Browser for better cross platform compability.</li>
<li>A new &#8220;Span body&#8221; property for Pivot-Tables now allows to span also the inner content of a table.</li>
<li>Bugfix: The preview didn&#8217;t work with reports located in the root-folder of the repository.</li>
<li>Bugfix: The preview-session timed out after a couple of minutes and are now kept alive like &#8220;normal&#8221; web-sessions.</li>
</ul>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/instantolap-250" title="instantOLAP 2.5.0 (December 3, 2008)">instantOLAP 2.5.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/whats-new-in-2-6" title="What&#8217;s new in 2.6? (July 8, 2009)">What&#8217;s new in 2.6?</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-0-available" title="Release 2.6.0 (August 20, 2009)">Release 2.6.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-1" title="Release 2.6.1 (November 17, 2009)">Release 2.6.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-252" title="Release 2.5.2 (May 5, 2009)">Release 2.5.2</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/release-251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>instantOLAP 2.5.0</title>
		<link>http://www.instantolap.com/news/instantolap-250#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.instantolap.com/news/instantolap-250#comments</comments>
		<pubDate>Wed, 03 Dec 2008 13:16:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://gwtgoodies.com/?p=72</guid>
		<description><![CDATA[The new instantOLAP blog was published, together with the new AJAX version of instantOLAP.]]></description>
			<content:encoded><![CDATA[<p>Today, we released the new version 2.5.0 of instantOLAP, including a large number of backend improvements and a brand new AJAX frontend. You will find all <a rel="nofollow" target="_blank" title="downloads" href="http://www.instantolap.com/downloads">downloads</a> for the new version on our new <a href="/downloads#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">download page</a> and a new version of the manual and reference on the <a rel="nofollow" target="_blank" href="/documentation#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">documentation page</a>. Also, there is a new <a rel="nofollow" target="_blank" href="/iolap25#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">Online Demo</a> for version 2.5.0.</p>
<p><span id="more-72"></span></p>
<p>Existing customers of the previous version 2.2 with an upgrade contract will need new license keys to install the new version. Ask your reseller, or contact us directly on <a rel="nofollow" target="_blank" href="mailto://info@instantolap.com#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">info@instantolap.com</a>, for your new keys. For a test installation, you can also request a 2.5 evaluation license on our license request page, which includes a free 30 day license for 3 users. Of course, new customers and all other interested users can also create a test license.</p>
<p>Your instantOLAP team</p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.instantolap.com/news/release-251" title="Release 2.5.1 (January 29, 2009)">Release 2.5.1</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/whats-new-in-2-6" title="What&#8217;s new in 2.6? (July 8, 2009)">What&#8217;s new in 2.6?</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-0-available" title="Release 2.6.0 (August 20, 2009)">Release 2.6.0</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-252" title="Release 2.5.2 (May 5, 2009)">Release 2.5.2</a> (0)</li>
	<li><a href="http://www.instantolap.com/news/release-2-6-1" title="Release 2.6.1 (November 17, 2009)">Release 2.6.1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.instantolap.com/news/instantolap-250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
