Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a straight table diagram. The table shows informations for countries and each country could have 2 or 3 rows. I want to mark the last row of each country. I think I can use the rowno and fieldvalue function but it doesn't work because I always get rowno = 1. Is there a better technique to highlight these rows?
Tanks for help
Bastian
Hi Bastian,
you could try something similar to
=If(Below(Country)<>Country,RGB(255,0,0))
Regards
Joao
Hi Bastian,
you could try something similar to
=If(Below(Country)<>Country,RGB(255,0,0))
Regards
Joao