[Isis-users] Fulltext display format
De Smet Egbert
egbert.desmet at uantwerpen.be
Fri Jul 25 15:56:46 CEST 2014
TG,
you have to put the actual field-command (v75) as a repeatable group, therefore :
('<a href="'v75'">',v75'</a><br>')
or in your full PFT line :
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/
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>.
Egbert de Smet
Universiteit Antwerpen
________________________________________
From: isis-users [isis-users-bounces+egbert.desmet=ua.ac.be at iccisis.org] on behalf of bhowa tg [bhowatg at gmail.com]
Sent: Friday, July 25, 2014 3:28 PM
To: ISIS Users List
Subject: [Isis-users] Fulltext display format
Colleagues
In my FDT I have defined a field FULLTEXT which is REPEATABLE.
My problem arises in the display format, it displays like ;
/bases/dbname/tg.pdf/bases/dbname/tg4.pdf
Instead of
/bases/dbname/tg.pdf
/bases/dbname/tg4.pdf
My current pft for fulltext is
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/
So were am I missing it
Good day
tg
More information about the isis-users
mailing list