<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext"
 href="http://pmwiki.org/wiki/PmWiki/PageLists">http://pmwiki.org/wiki/PmWiki/PageLists</a><br>
<a class="moz-txt-link-freetext"
 href="http://pmwiki.org/wiki/PmWiki/PageTextVariables">http://pmwiki.org/wiki/PmWiki/PageTextVariables</a><br>
<br>
I am challenged in getting the following working.<br>
I'd appreciate any suggestions on how to fix them,<br>
alternatively perhaps there are some bugs<br>
<hr size="2" width="100%"><br>
I'm trying to use PTVs in a pagelist, but get no output.<br>
<br>
<tt>(:pagelist group=PITS $:From=simon,Simon fmt={$FullName}#pitsentry
:)<br>
(:if false:)<br>
[[#pitsentry]]<br>
* [-[[{=$FullName}]] ''{{=$FullName}$:Status}''
{{=$FullName}$:Summary}-]<br>
[[#pitsentryend]]<br>
(:ifend:)</tt><br>
<br>
It produces no output (from <a class="moz-txt-link-freetext"
 href="http://pmwiki.org/wiki/Profiles/Simon">http://pmwiki.org/wiki/Profiles/Simon</a>
)<br>
<br>
<hr size="2" width="100%"><br>
Some of the following work, the others don't, what do you think?<br>
<pre>(:pagelist group=Test,PITS name=Ptv* $:Ptv="some times" fmt=#title count=8:) -- works
(:pagelist group=Test $:Ptv=No,Maybe fmt=#title count=20:) -- works
(:pagelist group=Test $:Ptv='some times',Yes fmt=#title count=20:) -- doesn't work
(:pagelist group=Test $:Ptv=Yes,"some times" fmt=#title count=20:) -- doesn't work
</pre>
(from <a class="moz-txt-link-freetext"
 href="http://pmwiki.org/wiki/Test/Ptv">http://pmwiki.org/wiki/Test/Ptv</a>)<br>
(see also <a class="moz-txt-link-freetext"
 href="http://pmwiki.org/wiki/Test/PageTextVariables">http://pmwiki.org/wiki/Test/PageTextVariables</a>)<br>
<br>
<hr size="2" width="100%">What do you think <br>
<tt><b>$Ptv=-*</b> </tt>means in<tt> (:pagelist group=Test $:Ptv=-*
fmt=#title count=20:)<br>
<br>
</tt><tt><b>$Ptv=*</b> </tt>means in<tt> (:pagelist group=Test $:Ptv=*
fmt=#title count=20:)<br>
</tt>
<hr size="2" width="100%"><br>
thanks<br>
<br>
Simon<br>
<br>
<br>
<br>
<br>
</body>
</html>