<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FleXcelsius Xplained &#8211; OrderBy Component</title>
	<atom:link href="http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/</link>
	<description>Welcome to the Clariba business intelligence blog. We invite you to read our posts related to SAP BusinessObjects, Data Management and other BI topics, written by our consultants. If you have questions or comments, please let us know.</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:10:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: David D</title>
		<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/comment-page-1/#comment-27296</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Fri, 17 Jun 2011 14:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearpeaks.com/blog/?p=162#comment-27296</guid>
		<description>Hi,

the second link doesnt work (Add-on Component and Example XLF). The zip is corrupted and cannot be open :-(</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the second link doesnt work (Add-on Component and Example XLF). The zip is corrupted and cannot be open <img src='http://www.clariba.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/comment-page-1/#comment-6485</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Thu, 20 Jan 2011 14:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearpeaks.com/blog/?p=162#comment-6485</guid>
		<description>Hi,

I downloaded the sample xlf file and ran some tests to see how the order by component was working, there seems to be an issue with the sort when sorting numbers if one of the rows in the selected column has more than two digits while the rest have two digits only.
 
I tried using the following numbers in the value column

0.5
32.1
11
210
43
32.15
65
12

After applying the sort here is the generated result

0.5
11
12
210
32.1
32.15
43
65

The sort seems to looking at the starting numeral and applying the sort of the data based on the first numeral. 
Can somebody please confirm this or let me know if I am missing something.

Thanks for your help,
Anoop</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I downloaded the sample xlf file and ran some tests to see how the order by component was working, there seems to be an issue with the sort when sorting numbers if one of the rows in the selected column has more than two digits while the rest have two digits only.</p>
<p>I tried using the following numbers in the value column</p>
<p>0.5<br />
32.1<br />
11<br />
210<br />
43<br />
32.15<br />
65<br />
12</p>
<p>After applying the sort here is the generated result</p>
<p>0.5<br />
11<br />
12<br />
210<br />
32.1<br />
32.15<br />
43<br />
65</p>
<p>The sort seems to looking at the starting numeral and applying the sort of the data based on the first numeral.<br />
Can somebody please confirm this or let me know if I am missing something.</p>
<p>Thanks for your help,<br />
Anoop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marton</title>
		<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/comment-page-1/#comment-2643</link>
		<dc:creator>Marton</dc:creator>
		<pubDate>Sun, 21 Nov 2010 07:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearpeaks.com/blog/?p=162#comment-2643</guid>
		<description>Hi Andy, 

The direction of the data flow is defined at binding (OrderByPropertySheet.mxml): 
proxy.bind(&quot;target&quot;, null, bindingID, BindingDirection.INPUT, InputBindings.ARRAY2D, &quot;&quot;);
If you need to return a result-set and write to the Excel sheet you need to set the BindingDirection as INPUT and define the InputBindings as a 2 dimensional array.
For further details, please search for &quot;target&quot; in the examples in both OrderBy.as and OrderByPropertySheet.mxml

Example of reading an array from Excel-to-Component: &quot;source&quot; property/object
Example of writing an array from Component-to-Excel: &quot;target&quot; property/object

Hope it helps, let me know if you have more question!
Regards, Marton</description>
		<content:encoded><![CDATA[<p>Hi Andy, </p>
<p>The direction of the data flow is defined at binding (OrderByPropertySheet.mxml):<br />
proxy.bind(&#8220;target&#8221;, null, bindingID, BindingDirection.INPUT, InputBindings.ARRAY2D, &#8220;&#8221;);<br />
If you need to return a result-set and write to the Excel sheet you need to set the BindingDirection as INPUT and define the InputBindings as a 2 dimensional array.<br />
For further details, please search for &#8220;target&#8221; in the examples in both OrderBy.as and OrderByPropertySheet.mxml</p>
<p>Example of reading an array from Excel-to-Component: &#8220;source&#8221; property/object<br />
Example of writing an array from Component-to-Excel: &#8220;target&#8221; property/object</p>
<p>Hope it helps, let me know if you have more question!<br />
Regards, Marton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/comment-page-1/#comment-2570</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 18 Nov 2010 12:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearpeaks.com/blog/?p=162#comment-2570</guid>
		<description>hi!
thanks for the great example! only one question: what if i need an array to be returned to xc from the custom function?
best,
andy.</description>
		<content:encoded><![CDATA[<p>hi!<br />
thanks for the great example! only one question: what if i need an array to be returned to xc from the custom function?<br />
best,<br />
andy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Goodman</title>
		<link>http://www.clariba.com/blog/flexcelsius-xplained-dynamic-sort/comment-page-1/#comment-74</link>
		<dc:creator>Ryan Goodman</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearpeaks.com/blog/?p=162#comment-74</guid>
		<description>This is very well done and a great example for fellow developers who are looking to code their own intelligence into Xcelsius using Flex.</description>
		<content:encoded><![CDATA[<p>This is very well done and a great example for fellow developers who are looking to code their own intelligence into Xcelsius using Flex.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

