uclacnsi Posted February 22, 2011 Posted February 22, 2011 Hi, I have a database of client profiles. To make data entry easy, I used a value list and check boxes for one of the fields, "School". The values include: Sch of Med, Sch of Dentistry, Sch of Engineering, etc. It is possible that some clients have multiple school affiliations. What I would like is to be able to split the field into separate records, the same way you can split repeating fields into multiple records when you import them. My template is set up to make the report if I can split the field. Thanks
comment Posted February 22, 2011 Posted February 22, 2011 You could define a repeating calculation field = GetValue ( Extend ( School ) ; Get ( CalculationRepetitionNumber ) ) then import this field, along with ClientID, into your new table.
uclacnsi Posted February 22, 2011 Author Posted February 22, 2011 Thanks, this is starting to do what I need. But it only returns the first checked value, not multiple values. what exactly is the get(calculationRepitionNumber) function doing? thanks, again
comment Posted February 22, 2011 Posted February 22, 2011 it only returns the first checked value, not multiple values. I don't think so - see attached. what exactly is the get(calculationRepitionNumber) function doing? http://www.filemaker.com/11help/html/func_ref2.32.18.html#1028830 Checkbox2Repeats.zip
uclacnsi Posted February 22, 2011 Author Posted February 22, 2011 Thanks for your file. OK, I recreated your file from scratch and it looks like everything is exactly the same, yet i only get the first check box in the calculation field. Where am I screwing it up? Thanks gain for the help. checkbox.fp7.zip
uclacnsi Posted February 22, 2011 Author Posted February 22, 2011 Got it! I needed to put show repetitions 1-5 on the inspector menu Thanks for all your help!
Recommended Posts
This topic is 5023 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now