Hi Matt, I ran into your channel just recently. Your videos are so informative and entertaining. Thank you for the time and effort you take on making those videos. Keep it up buddy!
Hi Matt, I'm wondering how did you make the "Details" view blank when no records is selected on the table (the middle view) on the dashboard? Mind to shed some light on this? Thanks a tones.
Hi Matt... i interested your action button that can switch between table and calendar. I have search in your video but i can find how you make that action. Can you tell me how to make that? thank you.
You'll need to create a space in your app where you can store this variable; I typically put this on the User record table, this way the users can modify THEIR record - reducing the possibility of cross-talk. Once you have the space to hold the variable, then you just need to create a set of actions: - One to change the variable to one option (say "table") - Another to change the variable to another option (say "chart") Then you display the buttons based on the current value inside the user's record.