Uh oh.  You're probably about to get hammered with responses related to the
performance cost...

On 3/22/07, Peterson, Chris <[EMAIL PROTECTED]> wrote:
>
> I have never really used iif before, I was aware it existed but didn't
> really see a good place for it.  Until today. =)
>
> Check this out:
>
> dollarformat(iif(Cost, cost, 0))
>
> That says, evaluate cost as a Boolean, if its true (anything but 0 or
> null) then return cost, otherwise return 0 (so the dollarFormat does not
> break)  This is great instead of a <cfif> around the whole thing.
>
> Kinda cool =)
>
> Chris
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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

Reply via email to