Does anyone use databases views and if so for what use cases? Is it only for quick filtering at backend level, or can you also do something with a specific view on the front-end. I tried the last but I can’t figure out how.
Thanks!
Does anyone use databases views and if so for what use cases? Is it only for quick filtering at backend level, or can you also do something with a specific view on the front-end. I tried the last but I can’t figure out how.
Thanks!
I’m quite positive that you cannot use database views on the front-end. If it’s possible, let me get some popcorn , I’m about to learn something new.
I mostly use them when I’m troubleshooting something in the app or when I need to export something.
I’m with @rico.trevisan, but someone jump in if that’s incorrect. I have an app with a large number of intersecting fields and views show me the few fields that I’m interested in. I use it mainly during testing and also for troubleshooting.