Creating a Custom Report

Francis Greaves themetman at themetman.net
Thu Feb 3 14:22:14 GMT 2022


---- On Thu, 03 Feb 2022 12:53:09 +0000 Robby Stephenson <robby at periapsis.org> wrote ----







On Thu, Feb 3, 2022 at 2:43 AM Francis Greaves <mailto:themetman at themetman.net> wrote:



---- On Wed, 02 Feb 2022 18:21:06 +0000 Robby Stephenson <mailto:robby at periapsis.org> wrote ----



Thanks Robby, yes I had made that error and edited the wrong line, so I have tried both this:

<xsl:variable name="columns" select="'title' 'player-number'"/>


and this:

<xsl:variable name="columns" select="'title player-number'"/>




and this:

<xsl:variable name="columns" select="title player-number"/>




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






Sorry, I think I flubbed my reply. I think it should be

 <xsl:variable name="columns" select="str:tokenize('title player-number')"/>



Robby








-----------------------------------------------------------

Bingo!! Thanks a million Robby, that fixed it!

I am sure I had already tried that, but probably put the wrong type of quotes in.

Anyway I now have the report I need.

Regards, and thanks again



Francis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/tellico-users/attachments/20220203/39fc7b01/attachment.htm>


More information about the tellico-users mailing list