Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Democratizing Application Development with AppSheet

You're reading from   Democratizing Application Development with AppSheet A citizen developer's guide to building rapid low-code apps with the powerful features of AppSheet

Arrow left icon
Product type Paperback
Published in Jan 2023
Publisher Packt
ISBN-13 9781803241173
Length 396 pages
Edition 1st Edition
Arrow right icon
Authors (3):
Arrow left icon
Suvrutt Gurjar Suvrutt Gurjar
Author Profile Icon Suvrutt Gurjar
Suvrutt Gurjar
Koichi Tsuji Koichi Tsuji
Author Profile Icon Koichi Tsuji
Koichi Tsuji
Takuya Miyai Takuya Miyai
Author Profile Icon Takuya Miyai
Takuya Miyai
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Part 1 – Introduction and Getting Started
2. Chapter 1: Getting Started with AppSheet FREE CHAPTER 3. Part 2 – App Editor and Main Features
4. Chapter 2: Understanding App Editor and Data Sources 5. Chapter 3: Presenting App Data with UX/Views 6. Chapter 4: Manipulating Data with Functions and Expressions 7. Chapter 5: Manipulating Data with Behaviors and Actions 8. Chapter 6: Controlling App Users and Data Security 9. Chapter 7: Managing the App Environment 10. Part 3 – Advanced Features and External Services
11. Chapter 8: Automating Recurring Data Changes and Scheduling Tasks 12. Chapter 9: Using Intelligence and Advanced Features 13. Chapter 10: Extending App Capabilities with Third-Party Services 14. Part 4 – App Templates and Tricks for App Building
15. Chapter 11: Building More Apps with App Templates 16. Chapter 12: Tips and Tricks 17. Chapter 13: Appendix 18. Index 19. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system.”

A block of code is set as follows:

IFS(
       WEEKDAY([DATE)=1, "Weekly Holiday",
       WEEKDAY([DATE])=7, "Half Working Day",
       AND(WEEKDAY([DATE])1,  WEEKDAY([DATE])7),  "Working 
       Day"
)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

IFS(
       WEEKDAY([DATE)=1, "Weekly Holiday",
       WEEKDAY([DATE])=7, “Half Working Day”,
       AND(WEEKDAY([DATE])1,  WEEKDAY([DATE])7),  "Working 
       Day"
)

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Select System info from the Administration panel.”

Tips or important notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime