<p>Prof/Colleagues </p>
<p>Perfectly works.</p>
<p>Thank you for the solution.</p>
<p>good day </p>
<p>tg </p>
<div class="gmail_quote">On Jul 25, 2014 3:56 PM, "De Smet Egbert" <<a href="mailto:egbert.desmet@uantwerpen.be">egbert.desmet@uantwerpen.be</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
TG,<br>
<br>
you have to put the actual field-command (v75) as a repeatable group, therefore :<br>
('<a href="'v75'">',v75'</a><br>')<br>
or in your full PFT line :<br>
if p(v75) then '<tr><td width=20% valign=top><font face=arial size=2><b>Fulltext</b></td><td valign=top><font face=arial size=2>',('<a href="'v75'">',v75'</a><br>'),'</td>' fi/<br>

<br>
So once entering the second column (by the new <td...> tag), for each occurrence of v75 it will produce the <a href> link within that table cell, separated by a <br>.<br>
<br>
Egbert de Smet<br>
Universiteit Antwerpen<br>
________________________________________<br>
From: isis-users [isis-users-bounces+egbert.desmet=<a href="mailto:ua.ac.be@iccisis.org">ua.ac.be@iccisis.org</a>] on behalf of bhowa tg [<a href="mailto:bhowatg@gmail.com">bhowatg@gmail.com</a>]<br>
Sent: Friday, July 25, 2014 3:28 PM<br>
To: ISIS Users List<br>
Subject: [Isis-users] Fulltext display format<br>
<br>
Colleagues<br>
<br>
In my FDT I have defined a field FULLTEXT which is REPEATABLE.<br>
<br>
My problem arises in the display format, it displays like ;<br>
/bases/dbname/tg.pdf/bases/dbname/tg4.pdf<br>
<br>
Instead of<br>
/bases/dbname/tg.pdf<br>
/bases/dbname/tg4.pdf<br>
<br>
My current pft for fulltext is<br>
<br>
if p(v75) then '<tr><td width=20% valign=top><font face=arial size=2><b>Fulltext</b></td><td valign=top><font face=arial size=2>','<a href="'v75'">',v75'</a>','</td>' fi/<br>

<br>
So were am I missing it<br>
<br>
Good day<br>
<br>
tg<br>
<br>
</blockquote></div>