Matthew R White Posted July 21, 2014 Posted July 21, 2014 I have multiple layouts set to sort differently on enter. One layout, called Pipeline, sorts and shows all records only if they have been quoted. I'd like to display the number (135) of all quoted records on all of my layouts regardless of how they are sorted. I've tried using a Count Field and when I'm in the Pipeline layout it shows correctly 135 but once I enter a different layout thats sorted differently it displays the count of records with that layout. Any ideas? Thanks
Wim Decorte Posted July 21, 2014 Posted July 21, 2014 Sorting has nothing to do with this. It's the "show only" part that is producing the found set. Instead of showing the found set, show the total record count. You can use a merge variable for this so that you don't have to add a calc field to your schema.
Recommended Posts
This topic is 3835 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