SELECT() || AppSheet Expressions

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • In this episode of AppSheet Expressions we talk about the SELECT() expression in the 'Lists' tab.
    This Series is compiled into a Playlist here: • LINKTOFORM() || AppShe...
    ► Documentation: help.appsheet.com/en/articles/2357314-select
    Free Beginner Udemy Course: www.udemy.com/....
    ► Our Services: qrewtech.com/s...
    ► Chrome Extension: chrome.google....

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

  • @ethanunick83
    @ethanunick83 3 ปีที่แล้ว +4

    Ben you have such a friendly and pleasant demeanor I am really enjoying making my way through the on demand trainings. Thank you not only for your knowledge but also your ability to make the topics accessible and un-intimidating! all the best to you!

    • @AppSheetTraining
      @AppSheetTraining  3 ปีที่แล้ว

      Thanks, glad you like them!

    • @AppSheetTraining
      @AppSheetTraining  3 ปีที่แล้ว

      Ben wants you to know that he really appreciated the kind words.

    • @ethanunick83
      @ethanunick83 3 ปีที่แล้ว

      @@AppSheetTraining of course! I hope to collaborate with you guys in the near future. I've been plowing away at your on demand courses and once I develop some road blocks I'll get back in contact to do some coaching or something!

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

    Thank you for these amazing videos! Just as a suggestion. It would be good that you tried the function to see how it translates into a real action and not just see the formulas. Again, thank you for the content; it's really useful.

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

    I don't understand anything. the select() function is very difficult

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

      Select and References may take some time to fully sink in. Keep trying to use it, and in a few days of practice the concepts should start to make sense.

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

    Hi Sir,
    In appsheets "App Fomular", I want to use SUMIFS amount from another sheets by id, but I can't do.
    Please help me sir

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

      Sum(Select(table name [column name], filter condition))

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

    wondaful explanation

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

    Ben can you show how to make custom email body using info from row and also attach images?

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

      Hi @vvdd903. This week's webinar on automations will cover this topic! You can register for the webinar here: bit.ly/AST-Register

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

    great video btw.

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

    Good prasentation

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

    Thanks for a great video! It's this a snippet from another longer video? It's the full video uploaded somewhere?
    What are the differences between Lookup, Select and Filter? I'm still a bit lost. I'm trying to read Steve's articles, but, honestly, if you don't already have a programming background, they are hard to understand (e.g. when you don't know what Syntax or Arguments mean).
    Also, what if you have multiple conditions? Column 1 = Country, Column 2 = Occupation, Column 3 = Seniority and Column 4 = Rate. App use choose their Country, Occupation and Senority. What expression to use so the chooses the correct hourly rate?

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

      great questions!
      lookup: returns any column value from one record
      select: returns any column value from a list of records
      filter: returns only the key from a list of records
      SELECT(Table[Column],
      AND(
      [Column 1] = Country,
      [Column 2] = Occupation,
      [Column 3] = Seniority,
      [Column 4] = Rate),
      FALSE)
      the AND() nest in the SELECT ()’s filter condition will only include records where all those conditions are true.
      -Cam

  • @dicktroy7398
    @dicktroy7398 3 ปีที่แล้ว

    Stefan,
    Do you or your company take on small AppSheet design projects on fees?

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

      I think for sure.

  • @Matheuslops
    @Matheuslops 4 ปีที่แล้ว

    Hi! I'm brazilian so sorry for my bad english.
    I want to know if I can see the expressions I write like in the video (Colorful and with the row number in the left side).
    If I can, how I do that?

    • @AppSheetTraining
      @AppSheetTraining  4 ปีที่แล้ว +2

      If you are using Chrome for your web browser then you absolutely can! We created a chrome extension that you can find here: chrome.google.com/webstore/detail/qrew-tools/hklmffdokpefcfabkmkpjnkoakehigjg?hl=en-US
      Following this link and installing the extension will change how your expressions show up in the expression assistant.

    • @Matheuslops
      @Matheuslops 4 ปีที่แล้ว

      ​@@AppSheetTraining thx for answer, It's helps a lot

  • @muhfauzans4018
    @muhfauzans4018 4 ปีที่แล้ว

    how can I copy data from another table and add additional columns ... Where when the data is taken then the data will be deleted in the data table ??

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

      It sounds like you are wanting a grouped action! The sub actions would be Data: add a new row to another table using values from this row and then followed by Data: delete this row!

    • @paupuig4381
      @paupuig4381 3 ปีที่แล้ว

      Can you do a video about this? It could be very usefull.