Newbies barrettrm Posted April 28, 2010 Newbies Posted April 28, 2010 hi, I would like to count the number of items contained in a value list that is defined by a calculation. I have a field that displays the value list like this: CIO CW NWW I'd like to to be able to count this list so I can provide conditional formatting to a field if the list has more than one item. Any suggestions? Thanks.
comment Posted April 28, 2010 Posted April 28, 2010 I am not sure what exactly "a value list that is defined by a calculation" means, but try the ValueCount() function.
Newbies barrettrm Posted April 28, 2010 Author Newbies Posted April 28, 2010 Thank for your response -- I tried this: ValueCount ( PROJECTS::project_business_units) > 1 but it's not working. projects_business_units is my field that contains values like: CXO or CXO CW or CXO CW NWW and I'm trying to count the number of items. Any further suggestions? Thanks again.
comment Posted April 28, 2010 Posted April 28, 2010 I don't know - does this work for you? CountValues.zip
Newbies barrettrm Posted April 28, 2010 Author Newbies Posted April 28, 2010 Yes, that works for me! I actually see that my problem was related to something different but your example helped. Thanks again!
Recommended Posts
This topic is 5323 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