<font size="2"><font face="verdana,sans-serif">Have you tried it? I can&#39;t get it to work.<br><br>Bev<br clear="all"></font></font><br>* * * * <br>Beverly Church <br>LibLime Project Manager<br><br>phone: 1-888-564-2457 ext. 717 <br>

            1-301-654-8088 ext. 292<br>email: <a href="mailto:bchurch@liblime.com" target="_blank">bchurch@liblime.com</a><br>skype: beverlychurch<br>
<br><br><div class="gmail_quote">On Wed, May 25, 2011 at 3:08 PM, Nicole Engard <span dir="ltr">&lt;<a href="mailto:nengard@gmail.com">nengard@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

For those who are curious, cait found my answer and it&#39;s on the wiki:<br>
<a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library#Title.2FSubtitle_List" target="_blank">http://wiki.koha-community.org/wiki/SQL_Reports_Library#Title.2FSubtitle_List</a><br>
<font color="#888888"><br>
Nicole<br>
</font><div><div></div><div class="h5"><br>
On Wed, May 25, 2011 at 1:49 PM, Nicole Engard &lt;<a href="mailto:nengard@gmail.com">nengard@gmail.com</a>&gt; wrote:<br>
&gt; Bev,<br>
&gt;<br>
&gt; I was thinking more along the lines of this type of thing:<br>
&gt; <a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library#Query_MARC" target="_blank">http://wiki.koha-community.org/wiki/SQL_Reports_Library#Query_MARC</a><br>
&gt; which I can do with the version of MySQL that I have installed. Just<br>
&gt; wants sure how to fit it in to the report.<br>
&gt;<br>
&gt; Nicole<br>
&gt;<br>
&gt; On Wed, May 25, 2011 at 11:59 AM, Church, Beverly &lt;<a href="mailto:bchurch@liblime.com">bchurch@liblime.com</a>&gt; wrote:<br>
&gt;&gt; Hi Nicole,<br>
&gt;&gt;<br>
&gt;&gt; This query should work:<br>
&gt;&gt;<br>
&gt;&gt; select title, IF( LOCATE(&#39;&lt;datafield tag=&quot;245&quot;&#39;, biblioitems.marcxml) = 0 OR<br>
&gt;&gt; LOCATE(&#39;&lt;subfield code=&quot;b&quot;&gt;&#39;, biblioitems.marcxml, LOCATE(&#39;&lt;datafield<br>
&gt;&gt; tag=&quot;245&quot;&#39;, biblioitems.marcxml)) = 0 OR LOCATE(&#39;&lt;subfield code=&quot;b&quot;&gt;&#39;,<br>
&gt;&gt; biblioitems.marcxml, LOCATE(&#39;&lt;datafield tag=&quot;245&quot;&#39;, biblioitems.marcxml)) &gt;<br>
&gt;&gt; LOCATE(&#39;&lt;/datafield&gt;&#39;, biblioitems.marcxml, LOCATE(&#39;&lt;datafield tag=&quot;245&quot;&#39;,<br>
&gt;&gt; biblioitems.marcxml)), &#39;&#39;, SUBSTRING( biblioitems.marcxml, LOCATE(&#39;&lt;subfield<br>
&gt;&gt; code=&quot;b&quot;&gt;&#39;, biblioitems.marcxml, LOCATE(&#39;&lt;datafield tag=&quot;245&quot;&#39;,<br>
&gt;&gt; biblioitems.marcxml)) + 19, LOCATE(&#39;&lt;/subfield&gt;&#39;, biblioitems.marcxml,<br>
&gt;&gt; LOCATE(&#39;&lt;subfield code=&quot;b&quot;&gt;&#39;, biblioitems.marcxml, LOCATE(&#39;&lt;datafield<br>
&gt;&gt; tag=&quot;245&quot;&#39;, biblioitems.marcxml)) + 19) - (LOCATE(&#39;&lt;subfield code=&quot;b&quot;&gt;&#39;,<br>
&gt;&gt; biblioitems.marcxml, LOCATE(&#39;&lt;datafield tag=&quot;245&quot;&#39;, biblioitems.marcxml)) +<br>
&gt;&gt; 19))) AS &#39;Sub-title&#39;  FROM biblioitems, biblio where<br>
&gt;&gt; biblioitems.biblionumber = biblio.biblionumber and LOCATE(&#39;&lt;datafield<br>
&gt;&gt; tag=&quot;245&quot;&#39;, biblioitems.marcxml) != 0 ORDER BY title asc<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; * * * *<br>
&gt;&gt; Beverly Church<br>
&gt;&gt; LibLime Project Manager<br>
&gt;&gt;<br>
&gt;&gt; phone: 1-888-564-2457 ext. 717<br>
&gt;&gt;             1-301-654-8088 ext. 292<br>
&gt;&gt; email: <a href="mailto:bchurch@liblime.com">bchurch@liblime.com</a><br>
&gt;&gt; skype: beverlychurch<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, May 25, 2011 at 12:10 PM, Nicole Engard &lt;<a href="mailto:nengard@gmail.com">nengard@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m looking for some help with using the marc xml reports trick :)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I need a report that shows the title and the subtitle, how would I do<br>
&gt;&gt;&gt; that?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks in advance!<br>
&gt;&gt;&gt; Nicole<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
&gt;&gt;&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt;&gt;&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>