Add a link to drilldown cell

Resolved

I have the following data model:
Date, Brand, Salesman, InvoiceId, Total
I am currently showing the data (sum of total) grouped by brand, then by salesman. I’d like to be able to be able to click the drill down and in the popup window show the invoiceId with a link to see that invoice in another browser window (/ViewInvoice/InvoiceId). How can I make this happen? And also how han I have the InvoiceId show by default in the popup (I have to click the menu icon and add it every time I drill down)?

1 answer

WebDataRocks Team WebDataRocks November 21, 2018

Hello HRG,
 
Thank you for the question.
We have prepared a sample for you: https://codepen.io/webdatarocks/pen/JeMzWP
To create links please use customizeCell.
As for the InvoiceId column by default in the drill-through view, as a workaround, you can include it in the reportFilters.
 
Hope it helps.
 
Regards,
WebDataRocks Team