I’ve often urgently copied functions from somewhere for my own uses like NOT(CONTEXT(“ViewType”)=“FORM”) that, thereafter, I saw the unnecessary of NOT() wrapping if there is only one condition in an expression. For example
NOT(CONTEXT(“ViewType”)=“FORM”)
can be replaced with
CONTEXT(“ViewType”)<>“FORM”
In some case, longer always better but in programming shorter always better
Fun things for Appsheet. There are load of legends in Appsheet team, Steve, Aleksil everyone from Appsheet. They develop super fantastic platform. But they did not expect things what the platform actually can do.
For the last couple of years, I m working on Appsheet to find new tricks which is just a fun. I m Appsheet partner and consultant to push Appsheet to my clients, so it is MUST i need to do haha.
–
Forgot to mention, there are loads of legends from community side on this super fantastic Appsheet community place as well. They are not from Appsheet team, just either user, partner, but they are motivated to help the worlds to guide to the right direction.
We are growing up all together. Forgot I mention!
My skills are limited, but just being coached by this community throughout the last years. Was helped, then need to help after that. That s my notion.
Sorry i talked bit too much, with glass of SAKE now.
It would be benefit for all (users, developers & AppSheet) if AppSheet provided an Expression Performance Index rating (such as 1 to 5) the speed of each base expression. Developers can modify/revise (if possible) their expressions to improve app’s performance.