Adding more data to display in the Details section
Archived from the Xataface Users forum.
wisni1rr — Thu Mar 01, 2012 1:59 pm
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
shannah — Thu Mar 01, 2012 2:01 pm
http://xataface.com/wiki/How_to_Add_Cus … o_View_Tab
wisni1rr — Thu Mar 01, 2012 2:06 pm
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.
wisni1rr — Fri Mar 02, 2012 1:36 pm
Can someone tell me how to override the default Details section?
shannah — Fri Mar 02, 2012 2:03 pm
Multiple ways:
- Set condition=0 in the __main__ fieldgroup in the fields.ini file:
- Code: Select all
[fieldgroup:__main__] condition=0
- 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 … ustomizing
- Using CSS.
-Steve