HI everybody.. 
am new to report builder and just wondering where i will be placing the 
conditional statements.. my case is for the location of zip code for address 
meaning 1, 2, 3, 4 when it is 1 to the left of the city when 2 to the right , 3 
left of country 4 right of country.. I usually do this with this cfif statement 
in a cfm page but with .cfr couldn't figure out where i'll be placing it.. 

<cfif #zipcodepos# is ''>
#zipcode#&nbsp; #city#<br>
#coujntry#

<cfelseif #zipcodepos# is 1>
#city# &nbsp;#zipcode# <br>
#country#

<cfelseif #zipcodepos# is 2>
#city#<br>
#zipcode# &nbsp;#country

<cfelse>
#city>
#country##zipcode#

</cfif>

the above works well with cfm where will i place it in a .cfr or coldfusion 
report 
any help please 
thanks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282881
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to