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

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

Recommended Posts

Posted

I have a database in which I have a list of "Area of Expertise" beside each Area I have a checkbox formatted to display only one checkbox. The user checks the box to indicate that they have experience in that area. There are 34 checkboxes on my layout.

Now I want to do a "Summary Report" which will only display the area of expertise that are CHECKED. How do I do this? Do I have to use a calaculation field? Instead of bloating my orginal file with a whole bunch of calaculation fields can I use a different table?

Thanks in advance.

Posted

If you only want to display a list of which options have been selected, you can create a value list based on the field. Then create an unstored calculation of ValueListItems( Get(FileName); "yourvaluelist" ) and display this on your layout. If you want a comma-delimited list, use Substitute( ValueListItems( Get(FileName); "yourvaluelist" ); "

This topic is 7352 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.