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:可以再設定顯示名稱



沒有留言:

張貼留言

【Appsheet】可以輸入公里數,下一個欄位會自動加5000做初始值.

要實現「輸入公里數後,下一個欄位自動加 5000」的功能,您可以按照以下步驟設定: 設定步驟: 在 AppSheet 編輯器左側選單點選 Data -> Columns 。 找到您的資料表(例如:汽車保養)。 找到 下次保養公里數 這一個欄位,點擊左邊的「鉛筆圖示」進入...