powered by UserVoice

RadarCube Forum

Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!

  1. 3 votes

    RiaOlapGrid: Implement property HideDimensionNameIfPossible

    Implement property HideDimensionNameIfPossible for RiaOLAPGrid.

    Now it is implemented only for TOLAPGrid

    Status: completed
  2. 6 votes

    ria olap grid-Show MDX Query

    Have callable function to show the underling mdx query of the grid

    Status: completed

    Just use the code like:
    protected void Page_Load(object sender, EventArgs e)
    {
    TMDCube1.ShowMDXQuery(RiaOLAPGrid1, "select {[Measures].[Order Count]} on 0, {[Product].[Product Categories].[Category].members} on 1 from [Adventure Works]");
    }

    Vladimir Admin
  3. 11 votes

    Add button to RIA toolbar that hides/shows all panels.

    This will allow end-user to use maximum spaceto see data.

    Status: completed
  4. 6 votes

    Ria: Add mouse wheel support

    Status: completed

    Addressed to the 2.32.0 version.

    Vladimir Admin
  5. 16 votes

    Ria OLAP Grid: Allow end-user to change column's width

    Now the column's width in the Grid is automatically adjusted to its contents, which is not always appropriate. It would be better to give end-users an option of changing the column's width as they wish, like it is done in Excel.

    Status: completed

    Addressed to the 2.32.0 version.

    Vladimir Admin
  6. 17 votes

    Ria OLAP Grid: Create an attribute to keep dimensions from collapsing after choosing an attribute

    Right now, each time the user expands a dimension and chooses an attribute, the dimension collapses. This is an annoying behavior for users who need to choose multiple attributes of the same dimension. I'd like you to either completely prevent automatic collapsing, or add an attribute that allows... more

    Status: completed

    Addressed to the 2.32.0 version.

    Vladimir Admin
  7. 5 votes

    Stabilize or allow upgrading of saved layouts.

    This may be fixed in the latest version, I am on a version two years old. I stopped upgrading and purchasing new versions of Radar-Cube as every time I upgraded all of my user saved layouts were broken. If there was a tool to upgrade, or if the layouts were automatically upgraded to the newer f... more

    Status: completed

    Yes there was such a problem in versions 1.x and most likely there will be problems when you upgrade to the version 2.x. However starting from the version 2.0 all report are backward compatible, so you will always be able to open the old report.

    Vladimir Admin
  8. 10 votes

    Ria: Automatically change control's width and height depending on browser's window size

    Right now the Ria-controls' size may be defined only in absolute values, which prevents the correct display of the dynamic changes of the web-page size.

    It would be more convenient to define the Ria controls' size in per cent value from the parent container size, as it is done for the rest of t... more

    Status: completed

    Implemented in the 2.31.1 version.

    Vladimir Admin
  9. 3 votes

    Ria OLAP Grid: Enhance Excel export to show all data instead of only what's visible on the screen

    Currently an excel export will only move the currently visible data to an excel file.

    If you have ever used reporting services and exported a drilldown report to excel, you know that excel can do drilldown by itself; that report not only contains all of a report's data, you can expand and collap... more

    Status: completed

    Just set the RiaOLAPGrid.IgnoreGridPaging to True.

    Vladimir Admin
  10. 3 votes

    Ria OLAP Grid: Allow showing KPIs as images

    Status: completed

    You can do that now by handling the RiaOLAPGrid.DrawCell event as described in this article:
    http://support.radar-soft.net/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=63

    Vladimir Admin
powered by UserVoice