I've been attempting to write an #ask query that excludes the current page from the result set. I found it discussed here: http://smw.referata.com/wiki/Excluding_a_page_from_an_inline_query
I enabled the _REVID extra special property, ran the maintenance task SMW_refreshData.php, and waited for it to finish.
My query is very simple, but doesn't exclude the current page:
{{#ask: [[Category:MyCategory]] [[Revision ID::!{{REVISIONID}}]] |format=ul }}
When I embed {{REVISIONID}}
in the page, I get the correct revision number: 22586
When I view Browse Properties, I get a completely different number: 1136
Not sure what to try next.