<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Presenting Flex Analysis Services Bridge!!</title>
	<atom:link href="http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/</link>
	<description>Random rants and tips about NETCF, WinCE, Emacs, Powershell etc.</description>
	<lastBuildDate>Thu, 05 Nov 2009 17:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JasonM</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3222</link>
		<dc:creator>JasonM</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3222</guid>
		<description>Hello All,

I was wondering if the above solution will work with Flex 3?</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>I was wondering if the above solution will work with Flex 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuel</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3221</link>
		<dc:creator>Emanuel</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3221</guid>
		<description>Hi Guys,

I got several issues to discover some cubes on my SSAS catalog.
After several hours I found that the &#039;catalog&#039; property was missing when creating the request for cubes. 
This is the function getCubes with the &#039;catalog&#039; property added.

Hope it helps


public static function getCubes(dataSourceInfo:String, catalog:String):XML
    {
        var properties:XML = makeProperties([&quot;&quot;+dataSourceInfo+&quot;&quot;,
        									 &quot;&quot;+catalog+&quot;&quot;,
                                            &quot;Tabular  &quot;]);
        var restrictions:XML = makeRestrictions([&quot;&quot;+catalog+&quot;&quot;]);
        var SOAPEnvelope:XML = addSOAPHeader(getDiscoverRequest(XML(MDSCHEMA_CUBES),
                                            restrictions, 
                                            properties));
        return SOAPEnvelope;
    }</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I got several issues to discover some cubes on my SSAS catalog.<br />
After several hours I found that the &#8216;catalog&#8217; property was missing when creating the request for cubes.<br />
This is the function getCubes with the &#8216;catalog&#8217; property added.</p>
<p>Hope it helps</p>
<p>public static function getCubes(dataSourceInfo:String, catalog:String):XML<br />
    {<br />
        var properties:XML = makeProperties([""+dataSourceInfo+"",<br />
        									 ""+catalog+"",<br />
                                            "Tabular  "]);<br />
        var restrictions:XML = makeRestrictions([""+catalog+""]);<br />
        var SOAPEnvelope:XML = addSOAPHeader(getDiscoverRequest(XML(MDSCHEMA_CUBES),<br />
                                            restrictions,<br />
                                            properties));<br />
        return SOAPEnvelope;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julian alvarado</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3211</link>
		<dc:creator>julian alvarado</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3211</guid>
		<description>Hello Guys

I have a problems to probe this code, dont have a manual or related information? of course i&#039;m novice in flex.</description>
		<content:encoded><![CDATA[<p>Hello Guys</p>
<p>I have a problems to probe this code, dont have a manual or related information? of course i&#8217;m novice in flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olap-Komponenten in Flex 3.0 &#171; Manuel&#39;s Blog</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3210</link>
		<dc:creator>Olap-Komponenten in Flex 3.0 &#171; Manuel&#39;s Blog</dc:creator>
		<pubDate>Sun, 13 Sep 2009 13:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3210</guid>
		<description>[...] Kommunikation zwischen der Flex-Anwendung und dem Olap-Server kann momentan über XMLA erfolgen. Hierbei handelt es sich leider um einen veralterten Standard. So muss man gespannt [...]</description>
		<content:encoded><![CDATA[<p>[...] Kommunikation zwischen der Flex-Anwendung und dem Olap-Server kann momentan über XMLA erfolgen. Hierbei handelt es sich leider um einen veralterten Standard. So muss man gespannt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3209</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Fri, 28 Aug 2009 05:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3209</guid>
		<description>how do i setup up this library to get data from Mondrian?

Can somebody help on this?</description>
		<content:encoded><![CDATA[<p>how do i setup up this library to get data from Mondrian?</p>
<p>Can somebody help on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avertedd</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3182</link>
		<dc:creator>Avertedd</dc:creator>
		<pubDate>Tue, 26 May 2009 06:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3182</guid>
		<description>Что то слишком мудрено… И по-моему расчитано на блогера чем на вебмастера</description>
		<content:encoded><![CDATA[<p>Что то слишком мудрено… И по-моему расчитано на блогера чем на вебмастера</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ferinannnd</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3181</link>
		<dc:creator>Ferinannnd</dc:creator>
		<pubDate>Sun, 24 May 2009 17:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3181</guid>
		<description>Как хорошо что удалось отыскать такой замечательный блог, и тем более отлично, что есть такие автора толковые!</description>
		<content:encoded><![CDATA[<p>Как хорошо что удалось отыскать такой замечательный блог, и тем более отлично, что есть такие автора толковые!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cederash</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3180</link>
		<dc:creator>Cederash</dc:creator>
		<pubDate>Sat, 23 May 2009 19:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3180</guid>
		<description>Млин, спамеры просто достали уже этим своим примитивом!</description>
		<content:encoded><![CDATA[<p>Млин, спамеры просто достали уже этим своим примитивом!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Gulick</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3143</link>
		<dc:creator>Clayton Gulick</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3143</guid>
		<description>The comment filter hid the code I tried to post, here it is again in script form. To get this to work, add an inline itemRenderer to the OLAPDataGrid, inside the Component tag add a mx:Label tag, inside that add a script block with this code:

import mx.olap.IOLAPCell;
									import mx.olap.IOLAPResult;
									import mx.controls.advancedDataGridClasses.AdvancedDataGridListData;
									import mx.controls.listClasses.ListData;
									import mx.controls.OLAPDataGrid;
									
									override public function set data(value:Object):void
									{
										super.data=value;
										
										var ld:AdvancedDataGridListData = listData as AdvancedDataGridListData;
										var c:IOLAPCell;
										c=((ld.owner as OLAPDataGrid).dataProvider as IOLAPResult).getCell(ld.rowIndex,ld.columnIndex-1);
										if(c) this.text=c.formattedValue;
										else this.text=&#039;&#039;;
									}

If you have trouble getting it working email me at claytongulick [at] yahoo (dot ) com</description>
		<content:encoded><![CDATA[<p>The comment filter hid the code I tried to post, here it is again in script form. To get this to work, add an inline itemRenderer to the OLAPDataGrid, inside the Component tag add a mx:Label tag, inside that add a script block with this code:</p>
<p>import mx.olap.IOLAPCell;<br />
									import mx.olap.IOLAPResult;<br />
									import mx.controls.advancedDataGridClasses.AdvancedDataGridListData;<br />
									import mx.controls.listClasses.ListData;<br />
									import mx.controls.OLAPDataGrid;</p>
<p>									override public function set data(value:Object):void<br />
									{<br />
										super.data=value;</p>
<p>										var ld:AdvancedDataGridListData = listData as AdvancedDataGridListData;<br />
										var c:IOLAPCell;<br />
										c=((ld.owner as OLAPDataGrid).dataProvider as IOLAPResult).getCell(ld.rowIndex,ld.columnIndex-1);<br />
										if(c) this.text=c.formattedValue;<br />
										else this.text=&#8221;;<br />
									}</p>
<p>If you have trouble getting it working email me at claytongulick [at] yahoo (dot ) com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Gulick</title>
		<link>http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3142</link>
		<dc:creator>Clayton Gulick</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/#comment-3142</guid>
		<description>I figured out a way to get OLAPDataGrid to use the formattedValue sent from the server instead of the raw value. It took me several hours of tracing to figure out, so I thought I&#039;d share it here and hopefully save someone the time.

	
				
					
						
							
								
															
						
										
					
							
			</description>
		<content:encoded><![CDATA[<p>I figured out a way to get OLAPDataGrid to use the formattedValue sent from the server instead of the raw value. It took me several hours of tracing to figure out, so I thought I&#8217;d share it here and hopefully save someone the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
