Matrixxdg Posted June 26, 2013 Posted June 26, 2013 Hi All, I have two DB fields that I trigger Yes or No in the field. I can do a FIND with Couples = Yes and then use Get(FoundCount) and it gives me the total of Couples Checked In I can do a FIND with TotalPeopleCheckedIn= Yes and then use Get(FoundCount) and it gives me the total of People Checked In I want to display both of these totals on the same page and I am not quite sure where to start. I tried this: If ( couple="Yes"; Get(FoundCount)) as a calulation in a field called couples, that did not work. Any help would be greatly appreciated. Thanks..MG
GisMo Posted June 26, 2013 Posted June 26, 2013 Maybe you write a simple script to do the find request(s) together(using extend found set) in the same find and then use get(foundcount). Or do one find, get the count and save the result to a variable and then do another find and add the foundcount to the variable and put in the field you need. Is this helpful?
Recommended Posts
This topic is 4261 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