Appsheet Episode 44: How to view user's own data using slice.

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ค. 2024
  • Ever wondered how to ensure that each user only sees their specific data in your application? Today, we'll dive deep into creating a slice using the Data=USEREMAIL() function. This method ensures a tailored view for each user, allowing them to only access and view their data.
    If you're an app developer, database manager, or just a tech enthusiast, this video is tailor-made for you. Don't forget to hit the like button, share, and subscribe for more in-depth tutorials. If you have any questions, please drop them in the comments section below, and we'll do our best to assist you.
    By the end of this tutorial, you'll have a firm grasp on:
    1) What slices are and why they are crucial for data customization.
    2) Step-by-step guide on integrating Data=USEREMAIL() function.
    Episode 13 : • Appsheet Episode 13: H...
    #DataCustomization #PersonalizedUserExperience #AppDevelopment #DatabaseManagement #TechTutorial #DataPrivacy #USEREMAILFunction

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

  • @danilodamian3627
    @danilodamian3627 3 วันที่ผ่านมา

    Good job, straight forward unlike some "experts" who makes it so complicated, thanks Sir you really are helping a lot of us. More videos

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

    Great job sir. Explore more..❤ from 🇱🇰

  • @suryadev-dz4tw
    @suryadev-dz4tw 9 หลายเดือนก่อน

    Thank you for Ur sharing gr8 knowledge

  • @mustafeosman1
    @mustafeosman1 9 วันที่ผ่านมา

    Thanks sir.
    I have a data when I add updated by column each user can't see what other users have posted? so I want all users see all data

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

    Thanks for the shared knowlege. Also, maybe u can do login and logout tutorial?

  • @ytdavide
    @ytdavide 9 หลายเดือนก่อน +1

    Thanks a lot

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

      As always, you are most welcome ;)

  • @YeyoOnTrip
    @YeyoOnTrip 3 หลายเดือนก่อน +1

    Hi, great explanation. One question: if I have a customer table where I have the email for the customer, this will work?

    • @aris_azhar
      @aris_azhar  3 หลายเดือนก่อน +1

      Yes, absolutely! i would assume that you want the customers to view their own data? just ensure something like [Email]=useremail( ) and that should do the trick

  • @husseinosseily2852
    @husseinosseily2852 8 หลายเดือนก่อน +2

    I would like to mention that slices are not made for this reason. Instead, I personally encourage using Security Filters that prevent, from the beginning, the loading of data that is not related to this particular user. Otherwise, slices only hide it, and it can still be seen from any browser developer mode tab.

    • @zerkorj
      @zerkorj 2 หลายเดือนก่อน

      What would you use instead of slice in this case? I have data dat I've put just to "show" the app but evryone is modifying everyone's data 🤣

  • @alimoh9819
    @alimoh9819 6 หลายเดือนก่อน +1

    I want to make a data display program in a window based on a value in a second window of the data column

    • @aris_azhar
      @aris_azhar  6 หลายเดือนก่อน

      Salam brother! care to share some details? i can try to do one sample for you

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

    Sir pls solve,in search box when I scan the item qr code not getting the result. Pls solve my problem sir

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

    please make tutorial how to make auto number ini the number column when the data added

  • @pankajagarwala3883
    @pankajagarwala3883 2 หลายเดือนก่อน

    kindly let me know how can i buy you a coffee Brother. aren’t able to find any link to do that.

  • @user-ty9ts7sj5z
    @user-ty9ts7sj5z 9 หลายเดือนก่อน

    But sir I have many tables, I have to apply to each table.

  • @user-vz6mr7yc4o
    @user-vz6mr7yc4o 6 หลายเดือนก่อน +1

    everytime i use slice, why it only shows the first row? please answer

    • @aris_azhar
      @aris_azhar  6 หลายเดือนก่อน

      Hello mind sharing your slice filter expression here?

    • @user-vz6mr7yc4o
      @user-vz6mr7yc4o 6 หลายเดือนก่อน

      @@aris_azhar AND([nik]=USERSETTINGS(USERNAME),[PASSWORD]=USERSETTINGS(PASSWORD))
      I tried everything on the ux but nothings worked, every time i tap on the other data, it always refers to the first row only.

  • @VGS481
    @VGS481 5 หลายเดือนก่อน +1

    User wise sum total amount how to see particular login user

    • @aris_azhar
      @aris_azhar  5 หลายเดือนก่อน

      Hello brother! How are you?
      Mind sharing some extra info on this?

    • @VGS481
      @VGS481 5 หลายเดือนก่อน

      Very Good Brother, really appreciate the instant reply.
      My question is that.
      How to check a particular user total transaction amount if he logged in his I'd. same with another user logged in his I'd he wants to see his total transaction amount.
      is this possible? unique role based person transaction amount can he see on his dashboard.
      Example:- Person A done 500 rupes transactions
      Person B Done 700 rupes transaction
      If we give user based roles to login access, while login A person can see his total transactions on the dashboard?
      Same with B person if he logged in his portal the given role based access can he see his total individual transaction on the dashboard. If yes pls do the one video to understand.