<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt;"><div>---- On Wed, 02 Feb 2022 18:21:06 +0000 <b>Robby Stephenson <robby@periapsis.org></b> wrote ----<br></div><div class="zmail_extra" data-zbluepencil-ignore="true"><div><br></div><blockquote style="margin: 0px;"><div><div dir="ltr"><div dir="ltr">On Wed, Feb 2, 2022 at 9:05 AM Francis Greaves <<a href="mailto:themetman@themetman.net" target="_blank">themetman@themetman.net</a>> wrote:<br></div><div class="x_-836045539gmail_quote"><blockquote class="x_-836045539gmail_quote" style="margin: 0.0px 0.0px 0.0px 0.8ex;border-left: 1.0px solid rgb(204,204,204);padding-left: 1.0ex;"><div><u></u><br></div><div><div style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12.0pt;"><div><div><span class="size" style="font-size:12pt">Having browsed through some of the archives, I found this one: </span><a href="https://mail.kde.org/pipermail/tellico-users/2021-October/001660.html" target="_blank" style="font-size: 12.0pt;">https://mail.kde.org/pipermail/tellico-users/2021-October/001660.html</a><br></div><blockquote style="margin: 0.0px;"><div><div style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12.0pt;"><div><br></div><div>I have looked at the Column_View.xsl, created one of my own from this, changed line 39 to this:<br></div><div><br></div><blockquote style="border: 1.0px solid rgb(204,204,204);padding: 7.0px;background-color: rgb(255,255,255);"><div><xsl:param name="column-names" select="'title player-number'"/><br></div></blockquote><div><br></div><div>Not changed anything else, and expected to see two columns, one with the Album Title, the other with the Player Number in it. However I get  the same as the original Column View Report, just the Album title.<br></div></div></div></blockquote></div></div></div></blockquote><div><br></div><div>Make sure you're editing line 39 that starts with <xsl:variable and not line 38 that starts with <xsl:param. Tellico overrides the param but not the variable.<br></div><div><br></div><div>And from within the interface, the Column View should pick up your visible columns, so if you hide all the columns except title and Player Number, then generate the report, perhaps that will give you what you need.<br></div><div><br></div><div>Robby<br></div></div></div></div></blockquote></div><div><br></div><div>Thanks Robby, yes I had made that error and edited the wrong line, so I have tried both this:<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(255, 255, 255);"><div><xsl:variable name="columns" select="'title' 'player-number'"/><br></div></blockquote><div>and this:</div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(255, 255, 255);"><div><xsl:variable name="columns" select="'title player-number'"/><br></div></blockquote><div><br></div><div>and this:<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(255, 255, 255);"><div><xsl:variable name="columns" select="title player-number"/><br></div></blockquote><div><br></div><div>and get this error with a slight difference of course to the actual text of the " title player-number " depending on where the single quotes are:<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(255, 255, 255);"><div><div>XPath error : Invalid expression<br></div><div>'title' 'player-number'<br></div><div>        ^<br></div><div>compilation error: file %2Fusr%2Fshare%2Ftellico%2Freport-templates%2FColumn_View_FG.xsl line 27 element variable<br></div><div>XSLT-variable: Failed to compile the XPath expression ''title' 'player-number''.<br></div><div>null stylesheet pointer for  "%2Fusr%2Fshare%2Ftellico%2Freport-templates%2FColumn_View_FG.xsl"<br></div><div>XPath error : Invalid expression<br></div><div>'title' 'player-number'<br></div><div>        ^<br></div><div>compilation error: file %2Fusr%2Fshare%2Ftellico%2Freport-templates%2FColumn_View_FG.xsl line 27 element variable<br></div><div>XSLT-variable: Failed to compile the XPath expression ''title' 'player-number''.<br></div><div>null stylesheet pointer for  "%2Fusr%2Fshare%2Ftellico%2Freport-templates%2FColumn_View_FG.xsl"<br></div><div>error loading xslt file: "/usr/share/tellico/report-templates/Column_View_FG.xsl"<br></div><div><br></div></div></blockquote><div>Any clues?<br></div><div><br></div><div>Regards<br></div><div>Francis</div><div><br></div></div><br></body></html>