hall312 Posted October 25, 2008 Share Posted October 25, 2008 I have a "to do list" in a portal. Works great. When the to do item is completed a date is inserted. The not yet completed items don't have this date. How do I get a count of the not yet completed items? Something along the lines of: If (IsEmpty ( To Do::Date Completed ) ; Count ( To Do::To Do ID) ) This obviously doesn't work because once a completed date is entered into any of the items, it quits counting. I think I'm on the right track, just not there yet. Link to comment Share on other sites More sharing options...
comment Posted October 25, 2008 Share Posted October 25, 2008 Try: Count ( To Do::To Do ID ) - Count ( To Do::Date Completed ) Link to comment Share on other sites More sharing options...
hall312 Posted October 25, 2008 Author Share Posted October 25, 2008 Perfect !! Thank you very much. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5804 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