Say i have 10 fields available in my report but i only show by default 3 of them to the user. The other 7 fields are available in "FIELDS" but it is up to the user to add more fields if they want to.
BUT how to always show the 10 columns when double-clicking on a cell rather than only the 3 viewed by default to the user ?
Hello, Bernard,
We suggest checking out the `drillThrough` property of the SliceObject. It allows pre-defining slice for the drill-through view (for example, specify all ten fields) and can only be used with "csv", "json", and "api" data source types.
Regards,
Illia
Thank you it works !
I have 1 remark : "Running Totals of Row of" seems to be hardcoded into the source code.
And one question : how do i translate the fields in the drillThrough ? Where do i put the "caption" ?
Example : "drillThrough": [
"person_name",
"person_first_firstname",
"person_rrn"
]
Tx
Hello,
We have answered your question in the following ticket: How do i translate the fields in the drillThrough ?.
Also, could you please specify what exactly is hardcoded concerning the "Running Totals of Row" aggregation?
Regards,
Illia