<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I think "!=" is php code, not pmwiki markup. Try something like if="equal '<span class="Apple-style-span" style="font-family: 'Trebuchet MS'; font-size: 13px; ">$:revdt' '{$LastModified}' " instead. (I haven't tested it - but you get the idea.)</span><div><font class="Apple-style-span" face="'Trebuchet MS'" size="3"><span class="Apple-style-span" style="font-size: 13px; "><br class="webkit-block-placeholder"></span></font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" size="3"><span class="Apple-style-span" style="font-size: 13px; ">Randy</span></font></div><div><font class="Apple-style-span" face="'Trebuchet MS'" size="3"><span class="Apple-style-span" style="font-size: 13px;"><br class="webkit-block-placeholder"></span></font></div><div><div>On Mar 21, 2008, at 10:28 AM, Sameer Kumar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div lang="EN-US" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; ">I would like to compare a Page Text Variable with a Page Variable in the pagelist directive.<o:p></o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; ">I have a PTV called “revdt” which contains a date-time stamp in some pages. I want to exclude pages where the value of $:revdt is identical to the {$LastModified}.<o:p></o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; ">I would appreciate some help with the syntax; I have tried the below and it doesn’t work!<o:p></o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; ">(:pagelist group=Standards count=3 if="$:revdt!={$LastModified}" fmt=#grouprecchanges order=-time:)<o:p></o:p></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 10pt; font-family: 'Trebuchet MS', sans-serif; "><br></div></div></div></span></blockquote></div></body></html>