<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kunena 1.5.9"> -->
<rss version="0.91">
    <channel>
        <title> - Forum</title>
        <description>Kunena Site Syndication</description>
        <link>http://www.iccube.com/</link>
        <lastBuildDate>Fri, 18 May 2012 01:17:31 -0400</lastBuildDate>
        <generator>Kunena 1.5.9</generator>
        <image>
	        <url>http://www.iccube.com/components/com_kunena/template/gainsboro/images/english/emoticons/rss.gif</url>
	        <title>Powered by Kunena</title>
	        <link>http://www.iccube.com/</link>
	        <description>Kunena Site Syndication</description>
        </image>
        <item>
            <title>Subject: parent/child dimension - by: mpolizzi</title>
            <link>http://www.iccube.com/support/forum/4-iccube-products/494-parentchild-dimension?limit=6&amp;start=6#502</link>
            <description>As a first check before using Excel, are the MDX requests working as expected in the MDX IDE ?

We do not see what is wrong as once a parent/child dimension has been processed, it behaves like any other dimensions. 

For the community edition the free support has its limitations. In order to be able to reproduce the error, if you don't want to send the data (max 512Mb), we would need a working in-memory schema so we can reproduce the error.

Thanks for your understanding,
_marc</description>
            <pubDate>Thu, 10 May 2012 03:35:43 -0400</pubDate>
        </item>
        <item>
            <title>Subject: User roles not so intuitive - by: otavio</title>
            <link>http://www.iccube.com/support/forum/4-iccube-products/487-user-roles-not-so-intuitive#493</link>
            <description>We are currently running 2.5.0 16 version. Isn't it the last one? The image is better than I have here.

The yellow is better, but is not a &quot;strong&quot; info. It would be better a flash message saying: &quot;Don't forget to apply the changes I've just made&quot; or anything like that.

See something like what I mean at the link below:

http://labs.iamkoa.net/2008/01/13/session-based-flash-messages-look-better-cakephp/

PS: The current icCube version could be showed permanently in the header or in the footer of the application. It would be easier to find out. 

Regards,

Otávio</description>
            <pubDate>Fri, 04 May 2012 13:47:43 -0400</pubDate>
        </item>
        <item>
            <title>Subject: Scheduler warnings/emails - by: otavio</title>
            <link>http://www.iccube.com/support/forum/4-iccube-products/467-scheduler-warningsemails#492</link>
            <description>Yes,

I would like to have an option in the scheduler where I will be able to flag &quot;I want to receive an email if the cube build fails&quot;. And if I flag it I could inform an email to receive that error.

Don't need to send why it fails.

BTW: We will need to setup an email account in order to be able to send such messages.

Cheers,

Otávio</description>
            <pubDate>Fri, 04 May 2012 13:40:52 -0400</pubDate>
        </item>
        <item>
            <title>Subject: Bug with dates (Range operator) - by: icCube</title>
            <link>http://www.iccube.com/support/forum/2-mdx/488-bug-with-dates-range-operator#489</link>
            <description>It's looking like the second member has a spelling error. icCube OLAP server is converting invalid members into NULL (*). The range operator (http://www.iccube.com/support/documentation/mdx/Range.html) has a special behaviour with NULL, goes to the end/start of the level's members. In your case, I guess, 31.12.2014.

your icCube team

(*) you can change this behavior with the icCube.mdxEvalUnknownMemberError property  (http://www.iccube.com/support/documentation/mdx/icCubeXmlaPropertyDescription.html)in icCube.xml file.</description>
            <pubDate>Thu, 03 May 2012 16:14:12 -0400</pubDate>
        </item>
        <item>
            <title>Subject: Export GVI to Excel - by: mpolizzi</title>
            <link>http://www.iccube.com/support/forum/7-iccube-web-reporting-a-visualization-library/484-export-gvi-to-excel#485</link>
            <description>Not sure about this support in version of icCube prior to 2.5. In 2.5, you can see the logic in the method : 

[code]viz.GviChartBase.doExportToExcel in the file icVizEvents.js[/code]

The idea is to convert a GVI-table into a raw JS array that is sent to the server via the viz.FormatDataRequest; in return you will receive a .xls file that the browser is going to save/open.

In versions 2.0.x, you might need to do some JS code by yourself but the sever side support was there already for the format request so that should be ok. 

Regards.</description>
            <pubDate>Wed, 02 May 2012 05:22:49 -0400</pubDate>
        </item>
        <item>
            <title>Subject: icCube supported POST methods on GVI - by: d.popov</title>
            <link>http://www.iccube.com/support/forum/7-iccube-web-reporting-a-visualization-library/479-iccube-supported-post-methods-on-gvi#483</link>
            <description>Tanx for quick response</description>
            <pubDate>Wed, 02 May 2012 04:52:46 -0400</pubDate>
        </item>
        <item>
            <title>Subject: 413 FULL GET - by: mpolizzi</title>
            <link>http://www.iccube.com/support/forum/7-iccube-web-reporting-a-visualization-library/302-413-full-get?limit=6&amp;start=6#481</link>
            <description>This parameter is located within the file icCube.xml that is located within the [bin] directory of your icCube installation directory. Please note this parameter is availalble from icCube version 2.0.

[code]    

        
        81920
        
        -1
        
[/code]

Hope this helps.</description>
            <pubDate>Wed, 02 May 2012 04:38:17 -0400</pubDate>
        </item>
        <item>
            <title>Subject: Implicit conversion from tuple to number ? - by: mpolizzi</title>
            <link>http://www.iccube.com/support/forum/2-mdx/477-implicit-conversion-from-tuple-to-number-#478</link>
            <description>&gt; I don't want you to explain in your own words. Pointing out some keywords for me to google or posting link to an
&gt; authoritative website/documentation that explains such usage is enough and appriciated.

I guess MSDN (that can be considered as authoritative) has the answer about the meaning of this &quot;numeric expression&quot;.  In the TopCount (http://msdn.microsoft.com/en-us/library/ms144792.aspx) documentation, we can read:

 A valid numeric expression that is typically a MDX expression of  cell coordinates  that return a number. 

The tuple you're mentioning in your example is the actual  cell coordinates .

Hope that helps,
_marc</description>
            <pubDate>Sat, 28 Apr 2012 21:44:37 -0400</pubDate>
        </item>
        <item>
            <title>Subject: Custom charts labels - by: dalvarez</title>
            <link>http://www.iccube.com/support/forum/7-iccube-web-reporting-a-visualization-library/474-custom-charts-labels#475</link>
            <description>You can move the Measure to the where clause (last option of the filter UI)

 
SELECT
[Tracking].[Range].[Ranking].members ON COLUMNS,
[Clientes].[Geo].[Area].members ON ROWS
FROM
[My Cube]
WHERE 
[Measures].[Some Total]  

_hope it helps,
david</description>
            <pubDate>Wed, 18 Apr 2012 09:24:47 -0400</pubDate>
        </item>
        <item>
            <title>Subject: icCube 2.5 available - by: mpolizzi</title>
            <link>http://www.iccube.com/support/forum/3-general/471-iccube-25-available#473</link>
            <description>Jorge,

You can have a look to this walthrough : http://www.iccube.com/support/documentation/user_guide/walkthrough/walkthrough.html (http://www.iccube.com/support/documentation/user_guide/walkthrough/walkthrough.html) that will guide you to create your first cube and analysis. Tell us if you need more information/details.

Regards,
_marc

PS: There's no Spanish documentation yet.</description>
            <pubDate>Wed, 18 Apr 2012 01:41:29 -0400</pubDate>
        </item>
    </channel>
</rss>

