john9210 Posted November 13, 2015 Posted November 13, 2015 FM 12 Adv Timing is a text field configured as a checkbox. Choices from a value list are morning, noon and evening. I can create separate reports for each choice by searching the value list, but I would like to create a single summary report that displays all the data. The break fields would be morning, noon and evening. I assume it's possible, but I can’t figure out how to do the find in a script.
comment Posted November 13, 2015 Posted November 13, 2015 If a record can be both "morning" and "noon" (and why else would you use checkboxes), then you cannot produce a report summarized by the timing, because a single record cannot appear in two places. Either create an individual record in a related table for each "shift", or look for another way (e.g. a script) to produce the report.
siroos12 Posted November 13, 2015 Posted November 13, 2015 I am agree with "comment". Make three different fields for Morning, Noon and Evening. Then define them as check box sets with value list of "Yes" and "No" for example. Make the check box field as small as the user can only see the check box and not the text of check box. Then you will be able to make reports based on all the three fields if they contain "Yes" string.
comment Posted November 13, 2015 Posted November 13, 2015 3 hours ago, siroos12 said: Make three different fields for Morning, Noon and Evening. No, that will not solve anything. What this needs is more records, not fields.
john9210 Posted November 13, 2015 Author Posted November 13, 2015 I created individual records in a related table for each "shift". This works fine. Thanks for your quick help.
siroos12 Posted November 16, 2015 Posted November 16, 2015 On 11/13/2015, 11:56:25, comment said: No, that will not solve anything. What this needs is more records, not fields. You are right, sorry for the mistake ;)
Recommended Posts
This topic is 3294 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