Home Screens in AppSheet Part 2: Detail View

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 10

  • @AlexanderZeisberg
    @AlexanderZeisberg 2 месяца назад

    THANK YOU!!!!!! I spent HOURS!!!! trying to get tabs in the dashboard to link to a form or detail view fi applicable and it sure was not working.. GRRRR but now its looking FLY! so awesome! What a blessing. thank you.

  • @interfazdigital5107
    @interfazdigital5107 2 года назад

    great videos! do you have any video for clock in and clock out? im trying to make an app for teachers to clock in on and out from a class in a calendar, and then after clock out automatically open a form for a class feedback

  • @786ashiqmomin
    @786ashiqmomin 2 года назад +2

    Can you create a video on Log-in and log-out, if not using any authentication provider such as Google, Microsoft etc. Also, if using authentication provider login, can users still use another method of sign-in and sign-out within the app.

    • @husseinosseily5773
      @husseinosseily5773 2 года назад +1

      I have done something similar using the form view , user table , in this case every user must have a unique user email.
      Users table:
      Useremail column
      User Password column
      User password (entered by user)
      With a view if expression (this user password = password) u can unlock the views for the user
      This is just a quick logic of how u can achieve it

  • @subbuunique2823
    @subbuunique2823 2 года назад

    Hi, I have few queries. Please make a video on how to make a dependent drop-downs

    • @appify
      @appify  2 года назад

      For each dependant drop down you would use this formula template for the "valid if" condition. Let's say you have 2 columns A and B. You want B to be dependent. Use this formula for the "valid if" for B. Select(tableWithDependanciesDefined[All Col B Values], [Col A]=[_thisrow].[Col A].
      Where [All Col B Values] are all the allowed values in a table that defines what Col B value is associated with a Col A value.
      The formula says go get a list of all allowed Column B values where Col A is equal to the value from Col A in the current form that the user selected.

    • @I布布遊戲
      @I布布遊戲 Год назад

      Very useful tutorial video. Thanks a lot.

  • @knzamy
    @knzamy 9 месяцев назад

    thanks for idea

  • @BaderZia
    @BaderZia Год назад

    how to add a dark spacer in dark mode apps?

    • @gobind007
      @gobind007 Год назад

      change the color to #1d1d1d