The Most Versatile AppSheet Function! SELECT()

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ค. 2024
  • The Select() function is probably the most versatile AppSheet function as it lets you access data from anywhere in your app's data structure. Learn how to use it with easy to understand examples.
    View the official AppSheet documentation here: help.appsheet.com/en/articles...
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 11

  • @cesaro.a.g.6426
    @cesaro.a.g.6426 2 ปีที่แล้ว +2

    No exaggeration intended, but you have the best teaching methodology when it comes to break down such a broad subject as programming is. For instance, with the all the color coding and comparisons with similar functions. And don't misunderstand me, there are really good tutorials out there for using APPSHEET, but yours are hands down the best my friend. Congratulations, and thanks a lot. You really should have more subscribers.

    • @appify
      @appify  2 ปีที่แล้ว

      Thank you so much for the kind words!

  • @0xfog_
    @0xfog_ 2 ปีที่แล้ว

    Great 'explanation()'!!! Thank you

  • @krislukm
    @krislukm 9 หลายเดือนก่อน

    sooo clear. thanks sir

  • @abdullansour5629
    @abdullansour5629 9 หลายเดือนก่อน

    very useful content
    Thank u

  • @ImadAli1
    @ImadAli1 ปีที่แล้ว

    Great explanation!

    • @appify
      @appify  ปีที่แล้ว +1

      Glad you think so!

  • @rasikagunarathna846
    @rasikagunarathna846 ปีที่แล้ว

    ❤❤❤❤❤

  • @TESTEAPPSHEET
    @TESTEAPPSHEET ปีที่แล้ว

    Good morning friend... help me when you can. I managed to specify the delivery date of the service. But the customer, a car rental company, has more than one car in the shop.
    How to bring, by registration, the date of that car. Because what I select is to bring everything related to the client closer. I have tried all sorts of ways to no avail. Could you help me one more time?
    a customer. two cars. two different dates. I want to select the license plate of the car and the date corresponding to that plate appears

  • @highridgehydro4336
    @highridgehydro4336 2 ปีที่แล้ว

    Great explanation, I tried using the select function for trying to pull a price for a certain product to automatically fill in when chosen in a form. I received this error message
    "The expression is valid but its result type 'List' is not one of the expected types: Number"
    Any advice on how to make this work?

    • @appify
      @appify  2 ปีที่แล้ว +1

      Select() will always return a 'List' even if it is one item. If you know the result will always be a single item just wrap the select function in any().
      Ie.
      Any(select())