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
 

QuestionForm edit

Subject Topic Markup Language and applications
Extension
Version Foswiki 2.1.2
Status Answered
Related Topics
Topic revision: r2 - 12 Aug 2016, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy