View Single Post
 
Old 03-09-2015, 12:57 PM
Charles Kenyon Charles Kenyon is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,463
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

If you want to avoid nested IF fields, simply put them one after another:
{ IF {REF One} = "One" "1" "" }{ IF {REF One} = "Two" "2" "" }{ IF {REF One} = "Three" "3" "" }{ IF {REF One} = "Four" "4" "" }

Otherwise, you can put the successive fields inside the quotemarks for the false text.
{ IF {REF One} = "One" "1" "{ IF {REF One} = "Two" "2" "{ IF {REF One} = "Three" "3" "{ IF {REF One} = "Four" "4" "" }" }" }" }
I believe you can go 16 deep.
Reply With Quote