JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Conquista da casa própria
Lista de compras necessárias
Untitled page
More
Share
Explore
Untitled page
Home Down Payment Dashboard
Named Formulas on Canvas
ValorTotal
: 80000
MetaMensal
: 1500 (Adjustable as needed)
InicioMeta
: [Date Control] (Choose the first day of the plan)
Top Controls (Filters)
PessoaFiltro
: Multi-select (Gladstone, Laryssa)
DataInicial
: Date control
DataFinal
: Date control
Data
Pessoa
Tipo
Valor
Pago acumulado
Aderência (%)
Meta (%)
Data
Pessoa
Tipo
Valor
Pago acumulado
Aderência (%)
Meta (%)
1/1/2026
Gladstone
Dinheiro
R$0.00
Formula
Formula
Formula
1/1/2026
Laryssa
FGT
R$23.000,00
Formula
Formula
Formula
There are no rows in this table
Pago acumulado
:
Transações.Filter(thisRow.[Data].IsNotBlank() AND [Data] <= thisRow.[Data]).[Valor].Sum()
Aderência (%)
:
If(ValorTotal > 0, thisRow.[Pago acumulado] / ValorTotal, 0)
Meta (%)
:
Min(If(ValorTotal > 0, (Max(0, MonthsBetween(thisRow.[Data], InicioMeta)) + 1) * MetaMensal / ValorTotal, 0), 1)
Transações (Filtradas) View
Filtered by:
(PessoaFiltro.IsBlank() OR PessoaFiltro.Contains(thisRow.[Pessoa])) AND (DataInicial.IsBlank() OR thisRow.[Data] >= DataInicial) AND (DataFinal.IsBlank() OR thisRow.[Data] <= DataFinal)
KPI Named Formulas on Canvas
TotalPago
:
[Transações (Filtradas)].[Valor].Sum()
Pendente
:
Max(ValorTotal - TotalPago, 0)
Aderencia
:
If(ValorTotal > 0, TotalPago / ValorTotal, 0)
PagoGladstone
:
[Transações (Filtradas)].Filter([Pessoa] = "Gladstone").[Valor].Sum()
PagoLaryssa
:
[Transações (Filtradas)].Filter([Pessoa] = "Laryssa").[Valor].Sum()
PercGladstoneNoPago
:
If(TotalPago > 0, PagoGladstone / TotalPago, 0)
PercLaryssaNoPago
:
If(TotalPago > 0, PagoLaryssa / TotalPago, 0)
MesesDecorridos
:
Max(0, MonthsBetween(Today(), InicioMeta)) + 1
MetaAcumulada
:
Min(MesesDecorridos * MetaMensal, ValorTotal)
Desvio
:
TotalPago - MetaAcumulada
Charts
Data
Aderência (%)
Meta (%)
Data
Aderência (%)
Meta (%)
1/1/2023
0%
0%
There are no rows in this table
Category
Value
Category
Value
Pago
TotalPago
Pendente
Pendente
There are no rows in this table
Tipo
Percentage
Tipo
Percentage
Dinheiro
Formula
PLR
Formula
FGTS
Formula
There are no rows in this table
Pessoa
Percentage
Pessoa
Percentage
Gladstone
Formula
Laryssa
Formula
There are no rows in this table
Input Blocks with Buttons
Adicionar Pagamento – Gladstone
Data
: Today()
Pessoa
: Gladstone
Tipo
: Control select
Valor
: Control input
Adicionar Pagamento – Laryssa
Data
: Today()
Pessoa
: Laryssa
Tipo
: Control select
Valor
: Control input
Visual Alerts
Canvas Banner Alert
If( Aderencia < MetaAcumulada / ValorTotal,
"🚨 Estamos abaixo da meta acumulada em " + Format("{1:currency}", MetaAcumulada - TotalPago) + " — acelere os aportes!",
"✅ No alvo — continue assim!"
)
Style the alert with a light red background when below target.
Conditional Formatting in "Aderência por Data" View
Condition
:
[Aderência (%)] < [Meta (%)]
Style
: Bold + red text or light red background
Optional Status Column
Status
: Atraso / No alvo (using red/green chips)
Ensure all currency and percentage values are formatted correctly for a clean layout.
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.