My goal is to identify all the detail rows that are part of an aggregate cell. The rows that I would like to get are the same that appear in the detail popup when I double click on a cell, but at the moment I can not find a method with which I can easily identify them. Can you help me to identify these rows?
Hello Francesco,
Thank you for your question. We have some plans on implementing such functionality in our future releases but for now, it is not available. As a workaround, you can use exporting feature to get the information from detail pop up. Please find more information about our exporting feature here: https://www.flexmonster.com/doc/export-report/.
Let us know if you have any other questions.
Regards,
Dmytro
Hello Dmytro,
Thank you for your answer. I read the link but I would need to get the detail rows without opening the popup. The use case I would like to do is this:
Can you give me some suggestions on how to do it or in alternative can you tell me when this functionality will be available?
Regards
Francesco
Hello Francesco,
Thank you for the details.
We can suggest you the following workaround:
columns
, rows
and measure
property that can help to identify affected dataThe sample for steps (1) and (2) you can find in the following JSFiddle: https://jsfiddle.net/flexmonster/m6d9tp61/
Please let me know if it helps.
Regards,
Ian