Sep 17, 2007 #1 vj135 Technical User Sep 17, 2007 36 US hi, I have a column which is denoted by F in the header and M in the header. i want to create a formula that will show Female and Male instead of F and M Thanks vj135
hi, I have a column which is denoted by F in the header and M in the header. i want to create a formula that will show Female and Male instead of F and M Thanks vj135
Sep 17, 2007 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Try using a formula of: if {table.field} = "F" then "Female" else if {table.field} = "M" then "Male" else "Unknown" -k Upvote 0 Downvote
Try using a formula of: if {table.field} = "F" then "Female" else if {table.field} = "M" then "Male" else "Unknown" -k
Sep 17, 2007 Thread starter #3 vj135 Technical User Sep 17, 2007 36 US do i create this under Selection Formulas/record selection (i already have a formuala in this section) the other option is to under formula fields by selecting new -- doing this does not seem to help pl advise thanks Upvote 0 Downvote
do i create this under Selection Formulas/record selection (i already have a formuala in this section) the other option is to under formula fields by selecting new -- doing this does not seem to help pl advise thanks
Sep 17, 2007 #4 synapsevampire Programmer Mar 23, 2002 20,180 US Yes, under formula fields, adn then use that formula field as your column instead of the table.field. -k Upvote 0 Downvote
Yes, under formula fields, adn then use that formula field as your column instead of the table.field. -k
Sep 17, 2007 Thread starter #5 vj135 Technical User Sep 17, 2007 36 US Your last reply helped. THANKS VERY VERY much vj Upvote 0 Downvote