Need a special offer?Find out if your project fits.
+

How to set specific dimension attributes to de displayed in drillthrough?

Resolved
Maria Cristina Debuayan asked on March 3, 2016

Ho can I set specific dimension attributes to be displayed in drillthrough in Mondrian 4?

8 answers

Public
Ian Sadovy Ian Sadovy Flexmonster March 3, 2016

Hello Maria,
 
Thank you for the question.
We use standard MDX query to retrieve data for drillthrough and display the result as is.
There is no option to show or hide specific attributes.
 
Regards,
Ian

Public
Maria Cristina Debuayan March 3, 2016

Hi Ian,
 
Thanks for the response.
Is there any way we can customize the view of drillthrough popup?
Like change header title, labels, etc..
 
Thanks.

Public
Ian Sadovy Ian Sadovy Flexmonster March 3, 2016

Yes, it's possible to do using localization file:

<localSettings>
...
<drillThrough>
<title>Details</title>
<row>Row: {0}</row>
<column>Column: {0}</column>
<value>{0}: {1}</value>
</drillThrough>
...
</localSettings>

Please refer to the documentation for more details - http://www.flexmonster.com/doc/localizing-component/
Hope this helps.
 
Ian
 
 

Public
Maria Cristina Debuayan March 4, 2016

Hi Ian,
Thanks, will check documentation.
Can we modify MDX query to retrieve data for drillthrough?

Public
Ian Sadovy Ian Sadovy Flexmonster March 4, 2016

Hi Maria,

The component does not have the option to modify MDX queries, including the query to retrieve data for drillthrough.

Regards,
Ian

Public
Maria Cristina Debuayan March 7, 2016

Hi Ian,
 
I understand. Thanks for the response.
Is it possible to add this feature in your future release?

Public
Ian Sadovy Ian Sadovy Flexmonster March 7, 2016

Hi Maria,
 
Yes, we've already added your request to our backlog.
Our dev team will reconsider all requests while planning future release.
 
Regards,
Ian

Public
Maria Cristina Debuayan March 7, 2016

Hi Ian,
 
Thank you very much.
Looking forward to it.

Please login or Register to Submit Answer