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!
-
3 votes
RiaOlapGrid: Implement property HideDimensionNameIfPossible
Implement property HideDimensionNameIfPossible for RiaOLAPGrid.
Now it is implemented only for TOLAPGrid
Status: completed -
16 votes
-
6 votes
ria olap grid-Show MDX Query
Have callable function to show the underling mdx query of the grid
Status: completedJust 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]");
} -
3 votes
RiaOlap Grid: Allow for MSAS url or reporitng Actions on Context menu Similar to Drillthrough
Status: completedIt is already done.
-
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 -
6 votes
-
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: completedAddressed to the 2.32.0 version.
-
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: completedAddressed to the 2.32.0 version.
-
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: completedYes 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.
-
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: completedImplemented in the 2.31.1 version.
-
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: completedJust set the RiaOLAPGrid.IgnoreGridPaging to True.
-
3 votes
Ria OLAP Grid: Allow showing KPIs as images
Status: completedYou 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
