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 Finance 算不出平均股價?掌握這三個函數組合,讓投資表更專業

1. 引言:打破「手動計算」的數據焦慮 在追蹤定期定額或長期存股的表現時,投資者最常產生的焦慮莫過於:我不斷在買進,但目前的市場價格相對於過去一段時間,究竟是偏高還是偏低? 許多人嘗試在 Google Sheets 中建立自動追蹤表,希望能即時掌握「週平均」或「年平均」價,卻發現...