Latest payment date

MEC
Bronze 4
Bronze 4

Hi! I have the below formula to get the latest date

LOOKUP(MAX([Payment][_RowNumber]),โ€œLoanโ€,"_RowNumber",โ€œLatest payment dateโ€)

I donโ€™t know if itโ€™s working coz I canโ€™t see the result in the app even when the โ€œShow?โ€ is already โ€œONโ€. Please find the below photo.

Appreciate the help in advanced!

Regards,

MEC

0 4 172
4 REPLIES 4

Bahbus
New Member

Generally the column hides itself if the column contains a blank value and offers no input. So more than likely there is something wrong with your expression.

Thank you. How do I troubleshoot the error then? Do you have any idea?

Thanks

@MEC
Is Payment column a REF_ROWS column in your table? If not, try with this:

LOOKUP(
    [_THISROW].[_RowNumber],
    "Loan",
    "_RowNumber",
    "Latest payment date"
)

@LeventK Yes it is a REF_ROWS. I have found a solution. I just have entered the formula in google sheet.

Thanks.

Top Labels in this Space