This question about Topic Markup Language and applications: Answered
Filter number of rows
In the following snippet, how can I limit the number of rows returned:
%STOPCHAPTER%
%BEGINROW{class="foswikiRedBullets"}%
%BEGINCOL{"4"}%
---++ Topics tagged "%QUERYTAG%"
<!--
* Set QUERYTAG = Test
-->
%DBQUERY{
"Tag=~'\b%QUERYTAG%\b'"
exclude=".*(Template|Formulare)$"
format=" * $web.$topic"
sort="on"
}%
--
IvanDebono - 12 Aug 2016
According to
the docu use the
limit
parameter to
%DBQUERY
--
MichaelDaum - 12 Aug 2016