Hi fossil-users,
I'm running version 75406df207 of Fossil locally. When I try to create
a report which links to other reports:
SELECT
subsystem AS 'Subsystem',
wiki('[/rptview?rn=3&subsystem=' || subsystem || '|' ||
count(subsystem) || ']') AS 'Link'
FROM ticket
WHERE subsystem IS NOT NULL
GROUP BY subsystem
I get the error:
SQLITE_ERROR: no such function: wiki
Syntax error: no such function: wiki
The same error occurs when I attempt to use the function tkt(). Were
these removed at some point? I understand that wiki-formatting becomes
enabled when the column alias begins with an underscore (so '_Link'
above) but this causes the column in question to be placed below the
rest of the row (with some strange phantom rows added as well).
In other words, what I would like is this: http://i.imgur.com/L4MP5dV.png
And what I get is this: http://i.imgur.com/ypGVsTh.png
Thanks,
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users