Glide: Display Average Star Ratings

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

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

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

    Man! Awesome explanation, awesome ideas! Happy to be a sponsor!

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

      Appreciate your support! Let me know if you'd like to see anything featured.

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

      @@RobertPetittoWA Actually would be perfect to see how to use charts. How you use them!🤔

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

    Great! 👍👍👍😀 (Short question: This new dashboard look...how do I get this...?)

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

      I wanted to ask the same question!!!

  • @user-ff6kg4gg4q
    @user-ff6kg4gg4q ปีที่แล้ว

    Hi Robert! @Robert Petitto
    Thanks for this video, it really helps a lot.
    I have followed through the same process you showed in this video to create a feedback feature in my glide app although with different data. In this case, rather than 'places' I am using 'books'; so i have several books listed in my table.
    In the equivalent of the 'places' table in my app (I'm using glide tables), the average rating display which should be for one book displays for all books. Then when a feedback is given for another book, the average rating is calculated and the new result is displayed for all books. Can you give any ideas how I can make the feedback given for each book specific to them rather than general?

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

      You're probably rolling up the average of the entire ratings table rather than rolling up the relation of the books→ratings column.

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

    Can any one help me. I have a problem in developing an app.I have three spreadsheets in this project. One has the main job title, second one has all the sub works under each job title in which i used job id number to recognise which job. Third one is to register the job and its option which the user chose. The problem i am facing is that from the inline list i pick the job which i need to be done. It will take to a form, where the user input their details and in this form the user needed to pick the sub work of the job which they pick by a choice list, which i find hard. Please give any idea to do this. Will you...

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

    Great video tutorial. I can see several Apps this could add value to. Have you considered a way for "places" to provide feedback to positive or negative feedback? Not necessarily a BBB type collection, but a simple way to allow the "places" to chime in? Just a thought.

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

      Rather than the signed in user? It would be the signed in users's "place"?

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

    Hello Robert ! Thank you for this great video, it's super helpful. I just have one problem : at 14:50 when I have to add the rel_ratings column to show the ratings, I can't find the column. I think it's because the column doesn't show up on my google sheet, even though it is synchronised with my glide document.
    Would you have an explanation ?
    Thanks a lot

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

      Also to be precise : there is no "basic table" anymore, so I tried to insert the ratings in "fields" maybe it's part of the issue ?

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

      Use my newer video instead: Glide Ratings Component: Accept and Display Average Star Ratings
      th-cam.com/video/CZkIcLXui10/w-d-xo.html

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

      Oh I didn’t see the new one ! That’s perfect, thank you !

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

    Hi Robert! I think that glideapps is actually a bit buggy. I mimic this feedback app but the click on elements doesn't works, the data in tables disappear after random time. Any ideas?

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

      Are you using Google sheets or Glide tables as the source?

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

    Thanks for sharing this

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

    Instead of hiding the button from a user if they have already reviewed a place/thing, I want to allow them to update/edit their ratings and reviews if they so choose. I was surprised that wasn't done in the video. Is this hard to do?

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

      Not at all! Instead of hitting the button, you create a button or at least an action on the existing button, to go to the review where then they can edit it via the edit screen. Perfectly possible!

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

    That's awesome. How to allow user to edit or delete their comments and ratings ?

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

      Turn the "rate this place" button into a button with the action "show edit screen > rel_rating"

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

    Thanks for your help. You can use half rating using the moon unicode symbol. Thus the symbols 🌑, 🌕 and 🌗. Unfortunately, I am now struggling on how to round up to half numbers. Ex.g. an average of 3.7 to 3.5, so I can display it correctly. Any ideas?

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

      In the sheet "Rating UI", I have made a list that goes up 0.1 per row and that has a second column with the matching number of symbols, so 0.6 is always half a symbol and 3.7 is always 4 symbols. The rest of the settings is the same as your case, except that after the math column I made a template column repeating the math column, so that all values would match with the star values in the Rating UI tab.
      Good luck to everyone figuring this all out!

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

      I am now using the hearts to display rating, 💚 for a whole 🤍 for empty and 💛 for half ex.g. 3.5 is 💚💚💚💛🤍

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

      Unfortunately, the symbols only show in browser but not in app.. Really strange. Does not matter if I use the hearts, moons or your stars.

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

      Love the ingenuity! Let me know if you want to chat to hash out the inconsistencies!

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

    How to do this in Glide Tables??

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

      The steps are the same whether you use Google Sheets or Glide Tables. I’m not doing anything special in Google Sheets.

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

      @@RobertPetittoWA Like i used emojis to add stars but how do I add custom images like the one you have done using Glide tables are we using arrays to store images or is there any other method