Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3294 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted
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.

Posted

I created individual records in a related table for each "shift". This works fine. Thanks for your quick help.

Posted
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 ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.