Payment

Hello community, I’m making a monthly fee payment app for student. I have a payment table that shows the months to be paid. I would like the paid month to disappear from the list and only show the month in which this was not paid for each child. And if the month the child paid for is canceled or deleted, the month appears again

You can make a slice on your payment table that filters out row in which your payment status column is set to ‘paid’, or something similar depending on your table structure. Then use the slice for your table view.

[Payment Status]=“Paid”