Conditional content - has a Team raised any money

Options
Hi everyone - I'm trying to create a conditional statement in an autoresponder that will display content if the recipient's Team has raised more than $0.



Here's what I have, which doesn't seem to be working:



<!-- Check if recipient's team has raised any money -->

[[?xx[[E43:[[S42:0:fr-id]]:dollars]]xx::xx0xx::<!-- Has not raised money -->::

<p style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: #333333; margin-bottom: 1em;">A quick look at your page shows that your team has raised [[E43:[[S42:0:fr-id]]:dollars]] so far. Thank you for all of your efforts up to this point. </p>

]]




I have a similar conditional that checks if an individual participant has raised any money, and it appears to be working correctly:



<!-- Check if participant has raised any money -->

[[?[[E48:[[S42:0:fr-id]]:if-dollars-gt:0]]::TRUE::<p style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: #333333; margin-bottom: 1em;">Looks like you have raised [[E48:[[S42:0:fr-id]]:dollars]] so far. Thank you for your efforts!</p>::<!-- Has not raised money-->]]




According to the documentation, there doesn't appear to be a "if-dollars-gt" conditional for the S43 (Team) tag.  Has anyone else encountered this issue, and found a solution?



Thanks in advance,



Patrick
Tagged:

Comments

  • For anyone interested, here's the solution I'm using:



    [[?[[E43:[[S42:0:fr-id]]:dollars:[[S48:team-id]]]]::$0.00::<!-- Has not raised money -->::

    <p style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: #333333; margin-bottom: 1em;">A quick look at your page shows that your team has raised [[E43:[[S42:0:fr-id]]:dollars:[[S48:team-id]]]] so far. Thank you for all of your efforts up to this point. </p>

    ]]




    Patrick



     

Categories