【Appsheet教學】如何分享自己寫好的Appsheet給朋友使用

之前寫的每日喝水記錄,若您要分享給朋友,讓它可以複製到自己的Appsheet,要把權限開放成Can Define,才能 在電腦版開啟後copy,朋友就可以在自己的手機上使用,也不會佔用到分享10個人的限制。

https://youtu.be/s-v9PNr2KlQ

【Appsheet教學】如何取得目前view的名稱CONTEXT函數

在appsheet中有時候會要取得view的名稱,以利後續可以用資料庫去判斷誰可以查看那些view,今天先說明如何取得目前的view,因為無法查看是否正確,我用某一欄的初始值來顯示。

取得view的名稱可以用. CONTEXT("View")

https://youtu.be/dorvc9ADQiA

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

https://youtu.be/3BbOpe8Y40Y

表格如何像excel一樣可以固定最左邊的欄位

這是網友問的問題,它的表格有一個可以固定一個不行,幫他查了一下原因,最左邊要固定的第一個欄位只能key或是label才可以,若是其他欄位就會沒有作用,還有這個功能是要先開啟Preview new features才會有作用。

新版介面:settings/views/general的Preview new features要開啟才會有作用