Forum Discussion
MCFNeil
9 years agoQrew Captain
Natively and Perfectly, no.
But here is a sneaky workaround for another option.
This will basically will devide the record id by 2 and if there is no remainder, then it will color one, or the odd color.
It works as long as you have one of the sorting things to go by record ID, first or last.
Or if you have some field that sequentially grows you can use that as well.
Just Ideas.
But here is a sneaky workaround for another option.
If(Rem([Record ID#], 2)=0, "#EvenColor", "#OddColor")
This will basically will devide the record id by 2 and if there is no remainder, then it will color one, or the odd color.
It works as long as you have one of the sorting things to go by record ID, first or last.
Or if you have some field that sequentially grows you can use that as well.
Just Ideas.
- GauravSharma39 years agoQrew CommanderGreat! Love your skills Buddy :) :)