Video není dostupné.
Omlouváme se.

Mastering AppSheet Expressions || Tutorial

Sdílet
Vložit
  • čas přidán 16. 08. 2024
  • #appsheet #automation #nocode
    In this video, I'll help you unravel the mysteries of expressions in AppSheet, drawing from my six years of experience to empower you in mastering this crucial skill for crafting customized business apps. I'm here to guide you through a comprehensive journey to elevate your AppSheet development.
    🔗 Links
    Field Delivery Template App: bit.ly/qrew_me...
    Expression Library: bit.ly/qrew_me...
    AppSheet Training: bit.ly/qrew_media
    ⌚ Video Timestamps
    00:00 - Intro
    00:56 - What is an Expression
    01:08 - Data Types
    02:32 - What makes up an Expression?
    02:45 - Constants
    03:26 - Columns
    06:53 - Operators
    10:08 - Functions
    16:28 - Final Expression
    20:45 - Outro

Komentáře • 14

  • @DustinWhitmire
    @DustinWhitmire Před 5 měsíci +1

    Thanks, Cameron. I always enjoy content of yours.

    • @AppSheetTraining
      @AppSheetTraining  Před 5 měsíci

      Thanks Dustin, means a lot! I got a new additional role as the Creator Enablement at QREW/AST, so you'll be seeing content from me and our line up of Goole Developer Experts much more regularly!

  • @youngzproduction7498
    @youngzproduction7498 Před 5 měsíci

    Yeah you make the expressions clearer to me. Thanks for a good work.

  • @wandsfc
    @wandsfc Před 3 měsíci

    Very good, already waiting for more :)

  • @temyraverdana6421
    @temyraverdana6421 Před 5 měsíci +1

    Thanks a lot for this amazing lesson

  • @andirifan8034
    @andirifan8034 Před 20 dny +1

    make speed to 1.25, it helps for me

    • @AppSheetTraining
      @AppSheetTraining  Před 19 dny

      For sure! As a native English speaker I speed up tons of videos, but I want our videos to be as accessible as possible for AppSheet's non-native english speaking audiences.

  • @deqkuanggl
    @deqkuanggl Před 5 měsíci

    Hi
    So i have 2 colums
    1st =date
    2nd=duty teacher
    My question is if a student pick a certain date in 1st column ,how to automatically duty teacher can be showed in the 2nd column?

    • @AppSheetTraining
      @AppSheetTraining  Před 5 měsíci

      by 'showed in the second column' do you mean how to automatically set the value of a 'duty teacher', or how to make the 'duty teacher' input appear?

    • @deqkuanggl
      @deqkuanggl Před 5 měsíci

      @@AppSheetTraining yes automatically shows the duty teacher

    • @AppSheetTraining
      @AppSheetTraining  Před 5 měsíci

      in 'Duty Teacher' press the edit pencil, click the Flask to the right of 'Show?'
      In that that new expression input box enter: ISNOTBLANK([date])
      This will make 'DutyTeacher' hidden until you select a date value.