Is this an appsheet error or a bug

I have a table to list my purchase invoices

with columns

Billed Date, Bill no., Billed Amount, Bill Due on, Payment Status, Payment Type, Cashback, Discount Etc

When a bill is entered Payment Status is "Pending" by default.

I have set Payment Status as a quick edit column to update it later as "paid"

Other columns related to payments also set as quick edit with showif and requireif expression ie. [Payment]="Paid"

but these conditions only work in form view but not in detail view.

 

 

0 1 28
1 REPLY 1

The show_if conditions should work fine in Detail view. But also consider that a blank column won't show in Detail view, unless you have it set as quick-edit. Required_if conditions, however ,are not enforceable in detail view quick-edit.

Top Labels in this Space