2021年12月4日 星期六

【Appsheet教學】如何使用Behavior設定門診號碼增加減少

 在Appsheet中您可以增加Behavior來做特定指令,例如號碼增加減少,設定好在查看模式時,自動就會在上方顯示您設好的動作指令。



Action Name:號碼增加

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=[目前叫號]+1

Set these columns:更新時間=now()


Action Name:號碼減少

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=[目前叫號]-1

Set these columns:更新時間=now()


Action Name:重設號碼

Do this:Data: Set the values of some columns in this row

Set these columns:目前叫號=0

Set these columns:更新時間=now()


Needs confirmation? Yes

Confirmation Message: 您確認要重設嗎?

Display name:可以再設定顯示名稱



沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。

【Google 表單教學】如何使用單選方格製作多項目訂購單?(含自動計算與Email通知)

您是否也曾遇過這樣的困擾?想用 Google 表單製作訂購單,但產品品項太多,特別是像點心、蛋糕這類商品,常常只是口味或尺寸上的些微差異。如果為每一個品項都建立一個問題,表單將會變得冗長不堪,讓消費者失去填寫的耐心。 今天,我們要分享一個實用的技巧,解決網友遇到的「點心蛋糕類」訂...