Get your own customer support community
 

Text-Filter is not working

I m working on Contractor charter Version List.

Have written one macro for the same {forvendorcontract} returns true or false.

If the charter is Hired macros returns False And if not hired or any other status macro returns True.

This value I’m saving in then variable call Mydata in combo template using

{replace-and-render}

{replace-item:%value%}

{forvendorcontract}{page-info:title}{forvendorcontract}

{replace-item}

{replace-body}

{set-data:Mydata|type=text|hidden=true}%value%{set-data}

{replace-body}

{replace-and-render}

Then I wish to set filter in List for Mydata in contract template because I wish to list only those charter which are not hired so wish to exclude true. Here is the code I have wrote.

{content-reporter:types=page|scope=2009 Charters> children}

{text-filter:data:FormName|include=Opportunity}

{text-filter:data:Mydata|exclude=False}

{content-reporter}

But the filter is not working fine on this template though value of Mydata is accessible on List page using

{report-column:title= Mydata|width=150px|class=topline}{report-info:data:Mydata}{report-column}

You can view template here...

If you could figure out, please let me know.
 
sad I’m frustrated
Inappropriate?
1 person has this question

User_default_medium