#3156 - Tempcode Issue
| Identifier | #3156 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Tempcode Issue |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | core_themeing |
| Description | I have created a custom catalogue and {FIELD_7) is a yes/no value. I have tried various ways to get this field to show if true and none seem to work. Nothing in Tutorial which seems to cover yes/no values (that I could determine anyway). I was pretty sure the following code would work, but it doesn't.
{+START,IF_PASSED_AND_TRUE,FIELD_7}/{!CARD_ELITE}{+END} |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Comments
That's not entirely true because there are rawer parameters passed (I think like FIELD_7_RAW in this case) that may potentially work as boolean. But I can't remember OTTOMH exactly how it is.
The intention is you can find out for yourself using the {+START,PARAM_INFO}{+END} trick to get a temporary data dump.
This may work:
{+START,IF,{$EQ,{FIELD_7},Yes}}/{!CARD_ELITE}{+END}