LIST filter using wiki page name
Hi Bernard.
I've become used to seeing you on youtube latey 😊 Thanks for replying.
Tiki 28.3
there is a problem with the forum rendering the { symbol. Works in preview but not in publish.
I tried using 'page' for exact in the filter but no return data. i expect this is a placeholder? The param 'pagename' is not listed in the Unified Index, so i assume you to mean a Tracker field called 'pagename'
What I have for LIST filter is something similar to this :
{filter field="tracker_field_myTextField" exact="myTextFieldvalue"}
where myTextFieldvalue is ALSO the Title of the wiki page that is rendering the tracker content.
So, to save me editing source for each Wiki Page to generate Tracker filter results, I would like to use the Wiki Page TITLE as the filter criteria for the Tracker content.
Is there a way to display the Title of a wiki page using wikisyntax or other? something like
{THISWikiPageTitle} I am thinking I can use the same format in the filter then also. ie.
{filter field="tracker_field_myTextField" exact="{THISWikiPageTitle}"}
Sorry if i am not clear, the syntax is new to me and i am still learning.