Values of properties is displayed in Views

From semantic-mediawiki.org

Not sure I understand the question correctly. If you ask for ?Interest to be displayed, it will be displayed. So, to not have it displayed, just do not ask for it:

{{#ask:
[[set::Person]]
|+filter=value 
|+value filter height=200px
|format=filtered
|views=list
|list view type = list
|headers=hide
}}
19:43, 27 July 2015

I am sorry, may be I do not understand syntax of the extension correctly. If I remove asking for the property Interest, then it will not know, what property values to filter. I mean, that there will be nothing to display in the "filters" block.

In particular, the code you suggest, just lists all the pages with value "Person" of the property "set" without any possibility to filter the results. Please look at the page http://mathphys.wiki/Research , where in the new section I just removed asking for the property Interest.

Hence, I want values of the property "Interest" to be displayed in the block "Filters" but not in parentheses in the block "Views". For example, the format "broadtable" works in a similar way, it provides an addition block for property values, if necessary, without putting them into parentheses after page urls.

Hope, I've put things in a more clear way.

13:05, 29 July 2015

Ah, good point. I guess you will need a template then. Something like this:

{{#ask:
[[set::Person]]
|?Interest#
|+filter=value 
|+value filter height=200px
|format=filtered
|views=list
|list view type = list

|list view template = PageOnly

|headers=hide
}}

... with a page Template:PageOnly containing just

{{{1|}}}
13:18, 29 July 2015

Thank you, that perfectly works, and it seems, that I've almost got, why.

14:40, 29 July 2015