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

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

Recommended Posts

Posted

Dear All,

I have a field [values] where a range of values (say A - E) can be added. Viewed across a number of records we get something like

Record 1 [values] A

Record 2 [values]

Record 3 [values] A

Record 4 [values] C

Record 5 [values] B

Is there a way of producing a summary field of [values] where the above would return :

A

B

C

thank you

Posted

Create a value list based on your field, then use ValueListItems ( Get ( FileName ) ; "yourValueListName" ).

Don't forget to put the name of the value list in quotes.

Posted

Thanks, I've done this and it appears to work most of the time. But the field appears to fail to update at times (I now this shouldn't be the case) is there anything that could be causing this?

Posted (edited)

1. Make sure the calculation field is unstored.

2. Keep in mind that - unlike a summary field - a value list includes all values in the field, not just those in the current found set.

Edited by comment
Posted

A value list cannot be based on an unstored (unindexed) field.

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