salim Posted June 2, 2015 Posted June 2, 2015 Hi, i want to sort my records based on "three(3) of the most active customers", note..(i can sort my data by the most active customers but then i want to be able to only have 3 records in my found set. How do i achieve this.?
comment Posted June 2, 2015 Posted June 2, 2015 (edited) i can sort my data by the most active customers but then i want to be able to only have 3 records in my found set. Assuming you are scripting this, you can do: ... Go to Record [ 4 ] Omit Multiple Records [ Get ( FoundCount ) - 3 ] Edited June 2, 2015 by comment 1
salim Posted June 2, 2015 Author Posted June 2, 2015 Assuming you are scripting this, you can do: ... If [ Get ( FoundCount ) > 3 ] Go to Record [ 4 ] Omit Multiple Records [ Get ( FoundCount ) + 3 ] End If Hurraaay! Thank you very Much, that breaks the ice...
comment Posted June 2, 2015 Posted June 2, 2015 (edited) Oops! Sorry, I had a typo there: it should have been minus 3, not plus 3. And the If wrapper can be removed. Edited June 2, 2015 by comment
salim Posted June 5, 2015 Author Posted June 5, 2015 Oops! Sorry, I had a typo there: it should have been minus 3, not plus 3. And the If wrapper can Its No problem, i took the underlying principle, so the typo didn't bother me, Again, thanks.
Recommended Posts
This topic is 3734 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