Page 1 of 1

Change color for TOP 10

Posted: Fri Jun 28, 2013 10:50 pm
by iomega55
How can I change color for the first 10 records?

I need to display all the records, but only for the First 10 change the text color.

Is it possible?

Re: Change color for TOP 10

Posted: Mon Jul 01, 2013 8:05 am
by HighAley
Hello.

You could use Conditions with next expression:

Code: Select all

Line <= 10
Thank you.