Jan 20, 2003 #1 spiced Technical User Aug 21, 2001 26 US I am using CR 7 and need to be able to be able to pull information on a 6 character entry as opposed to a 4 character entry?
I am using CR 7 and need to be able to be able to pull information on a 6 character entry as opposed to a 4 character entry?
Jan 20, 2003 1 #2 Naith Programmer May 14, 2002 2,530 GB Use the Length({field}) function, which I'm pretty sure is in 7. Upvote 0 Downvote
Jan 21, 2003 Thread starter #3 spiced Technical User Aug 21, 2001 26 US I'm not that familiar with using formulas, please show me an example of how it would look. Upvote 0 Downvote
Jan 21, 2003 #4 Naith Programmer May 14, 2002 2,530 GB From the Insert menu, choose Field Object. Right click on Formula Fields, and select New. Type a name for your formula. Then in the formula window, you just type: Length({ChooseYourFieldNameFromTheTopLeftExplorerWindow}) i.e. Length({MyTable.MyField}) Naith Upvote 0 Downvote
From the Insert menu, choose Field Object. Right click on Formula Fields, and select New. Type a name for your formula. Then in the formula window, you just type: Length({ChooseYourFieldNameFromTheTopLeftExplorerWindow}) i.e. Length({MyTable.MyField}) Naith
Jan 21, 2003 #5 Naith Programmer May 14, 2002 2,530 GB Stop the press for a sec. I've misread your post. I realise now that you want to only select records with 6 characters. So, in your Record Selection Criteria (Report menu, Edit Selection Formula, Record), you would type: Length({MyTable.MyField}) = 6 Naith Upvote 0 Downvote
Stop the press for a sec. I've misread your post. I realise now that you want to only select records with 6 characters. So, in your Record Selection Criteria (Report menu, Edit Selection Formula, Record), you would type: Length({MyTable.MyField}) = 6 Naith
Jan 27, 2003 Thread starter #6 spiced Technical User Aug 21, 2001 26 US Naith, It worked! Thanks, SPICE Upvote 0 Downvote