Hello, I need help to finish my project, I have this table(EstadoPrestamoInterno):
MontoPrestamo,
Cuotas,
FechaInicio,
CuotaMensual,
CuotasPagas,
CantidadPaga,
SaldoActual,
I want to display in list page a circle in a row depend on this condition:
If CantidadPaga = 60% of MontoPrestamo then to display a red circle else display a green circle.
Thanks.
MLL