Adding more data to display in the Details section

Posted:
Thu Mar 01, 2012 1:59 pm
by wisni1rr
How can I add more data to the Details section on my report?
I would like to pull some of the data from some of the related child records?
Thanks
Re: Adding more data to display in the Details section

Posted:
Thu Mar 01, 2012 2:06 pm
by wisni1rr
Thanks, Steve.
I have read that wiki. I need to amend the current Details section that is already generated with more data. If it would be easier, I could make a whole new section, but I would need to disable the current Details section.
Which choice would be best and how would you achieve it?
Thanks again.
Re: Adding more data to display in the Details section

Posted:
Fri Mar 02, 2012 1:36 pm
by wisni1rr
Can someone tell me how to override the default Details section?
Re: Adding more data to display in the Details section

Posted:
Fri Mar 02, 2012 2:03 pm
by shannah
Multiple ways:
1. Set condition=0 in the __main__ fieldgroup in the fields.ini file:
- Code: Select all
[fieldgroup:__main__]
condition=0
2. Override the __main____fieldgroup_section_content slot:
You can always find out what slots are available to be filled by setting debug=1 in the conf.ini file.
http://xataface.com/documentation/tutor ... ustomizing3. Using CSS.
-Steve