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.
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.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Are you sure it's not the other text-filter that's the problem? What is in 'data:FormName'? I'm not sure where the template you mentioned is - was there a link that didn't make it in?
-
Hey David..
opportunity filter works properly.
Even if I removed the filter.The only Mydata filter doesnt work properly..
{set-data:FormName|hidden=true}Opportunity{set-data} is the code I have used for settin form Name. -
Inappropriate?I'm not sure why this wouldn't be working. Could you post or link to your complete template? There might be something subtle going on.
Loading Profile...



EMPLOYEE