<div dir="ltr">On Tue, Sep 28, 2021 at 1:23 AM SWK <<a href="mailto:isegrimm@gmx.de">isegrimm@gmx.de</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">... I'm trying to create a customized Report for my Movie-Database.<br>
<br>
The Intention is, to have a offline-catalogue (print-out), containing the fields "Year of Production", "Cover", Title" and "Summarize".<br>
<br>
I tried to realize that by using the "Columns"-Report ... but this doesn't work, because "Summarize" is configuered as "Paragraph", not as Title ... and i can't activate this in the Column-view. Therefore i tried to create a new, personal-styled, Report, but ... i don't know how.<br></blockquote><div><br></div><div>Some of the information is here: <a href="https://userbase.kde.org/Tellico/Templates">https://userbase.kde.org/Tellico/Templates</a></div><div><br></div><div>Find your installed copy of Column_View.xsl and copy it into your local folder ($HOME/.local/share/tellico/report-templates/). Rename it and edit line 39. Instead of</div><div><xsl:variable name="columns" select="str:tokenize($column-names)"/></div><div>Change it to</div><div><xsl:variable name="columns" select="year cover plot"/></div><div>Make sure to change '<i>plot</i>' to whatever the field name of your Summarize field is.</div><div><br></div><div>Hopefully that works out for you.</div><div><br></div><div>Robby<br></div><div><br></div></div></div>