Ho can I set specific dimension attributes to be displayed in drillthrough in Mondrian 4?
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
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.
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
Hi Ian,
Thanks, will check documentation.
Can we modify MDX query to retrieve data for drillthrough?
Hi Maria,
The component does not have the option to modify MDX queries, including the query to retrieve data for drillthrough.
Regards,
Ian
Hi Ian,
I understand. Thanks for the response.
Is it possible to add this feature in your future release?
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
Hi Ian,
Thank you very much.
Looking forward to it.