Jump to content
Server Maintenance This Week. ×

Multiple summaries from value list components


spectrum

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

Recommended Posts

Hi,

I'm using a value list of elements with checkboxes.

For each record, an element is checked if it is used.

A record can have more than one element checked.

Records are into groups (sub-summaries).

Each group needs a summary for how many of each element are checked.

I found myself having to create a lot of fields to do this.

3 field for each element of the value list.

- a field per element with a calculation with "PatternCount"

- a summary field to get the "total" of the calculated field above:

- a group summary field for this element

Since i have 5 elements in the value list.

I have to define 15 fields.

Is there a better way?

Maybe with only 3 fields with a loop function to account for each element in the value list?

Or anything better than creating a huge list of Fields?

confused.gif

Link to comment
Share on other sites

  • 3 weeks later...

How about another table for the Elements, create a relationship to the original table and check off may create new records for Elements. Show a portal with the Elements and check boxes with a value list of all the available Elements. The table elements would need the same fields for summary...

In presenting your data go to the Elements table, find the data related to the original table.

This approach may not be easier but will eliminate creation/changing of fields with changes in Elements.

Link to comment
Share on other sites

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