Jump to content
Server Maintenance This Week. ×

How can I get the Penalty charge there beside the Balance?


This topic is 2117 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello guys, good evening.

Okay here's the story. When the Payment Date is exceeded on Due Date, there is a 10% penalty charge. But I got a problem here, I want to put a Penalty amount beside the Balance column. How can I get the Penalty charge there beside the Balance? (See the image below)

Thanks and God bless!

Penalty.png

Link to comment
Share on other sites

Case(

   get(currentdate)>YourTable::DueDate field; YourTable::BalanceField * .1

)

But it seems like you are creating a separate record for a late charge.  This may actually be a better way IF in the following month you take the current balance, and apply 10% to that (like a credit card).

Link to comment
Share on other sites

This topic is 2117 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.