Hey,
here is the code am using but am trying to insert, so rither do a condition on the actual month i like to add a dropbox to select the month.
Thanks guys
If(
!IsBlank(
LookUp(
Add_Expensive,
DateOf >= Date(
Year(Now()),
Month(Now()),
1
) And DateOf < DateAdd(
Date(
Year(Now()),
Month(Now()),
1
),
1,
Months
)
)
),
Text(Sum(Add_Expensive, Income) - Sum(Add_Expensive, Purchase), "0.00€")
)
a dropbox with the name of the month, cant figure out where to but it