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 試算表高手才知道的「訂單自動拆解術」

  1. 引言:被淹沒在訂單資料裡的你,需要更聰明的做法 你是否曾經面對過這樣的畫面:從系統匯出的訂單資料中,產品名稱、數量、單價全部擠在同一個儲存格裡,中間只用簡單的分號隔開?為了計算庫存或整理報表,你只能苦命地動用「複製、貼上」大法,一筆一筆將資料拆分到正確的欄位。這種重複性...