This <cfif imei > 0>&imei</cfif>
Should be <cfif imei gt 0>&imei</cfif> Regards Dale Fraser From: [email protected] [mailto:[email protected]] On Behalf Of Andrew Scott Sent: Saturday, 20 July 2013 10:03 PM To: [email protected] Subject: Re: [cfaussie] CF Report Builder If this is output between your cfif statement, then try changing the greater than to > and see how you go. I think CF Report Builder is maybe getting confused with that. Regards, Andrew Scott WebSite: http://www.andyscott.id.au<http://www.andyscott.id.au>/ Google+: http://plus.google.com/113032480415921517411 On Sat, Jul 20, 2013 at 9:55 PM, <[email protected]<mailto:[email protected]>> wrote: Hi I am using the following in CF report builder display dynamic data in the report itself 1 ' - '&item_description&' IMEI No: '&imei the above outputs without error However if I add an if statement 2 <cfif imei > 0>&imei</cfif> The above generates an error advising variable imei is not defined Kind Regards Claude Raiola SAMARIS Software Call 1300 255 990<tel:1300%20255%20990> -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:cfaussie%[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/groups/opt_out.
