We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Get more columns into details than actually is viewed in the report ?

Answered
bernard dradeou asked on October 20, 2021

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 ? 
 

3 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 21, 2021

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

Public
bernard dradeou October 21, 2021

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

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 26, 2021

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

Please login or Register to Submit Answer