Skip to main content
Participant
July 30, 2007
Question

CF Reports and conditional Logic

  • July 30, 2007
  • 1 reply
  • 577 views
I'm sure this is easy (at least i hope it is) but I'm not sure how to
implement it.

We have a report of membership cards and these membership cards have
an image and then text layered on top. A user generates a PDF which
then they can cut out the cards and have it as a temporary card until
their real card arrives.

What i can't figure out is how to get a card set (there are 7 cards
total) to show or not to show if value X is populated.

if i was doing CF it would be something like

<cfif IsDefined('value1') and Len(Trim(value1)) GT 1>
Show card image and output text
</cfif>

how can i accomplish this in report builder?
This topic has been closed for replies.

1 reply

Participant
July 30, 2007
Oh yea one more thing. I'm on CF 7.02 Standard.