Show records in new page #5625
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks Both. It was helpful. The second challenge i am facing is. My app has multiple users within multiple teams that access the same data. However I don't want to show the entire data to everyone. I want the user to only see that data which is assigned to him because they have to work on it. e.g. See the table below <style> </style>
When User 1 logs in he is only able to view/edit first 2 records. When user 2 logs in, he is able to view/edit next two records. When user 6 logs in, he is able to view/edit only records 2-5 so on and so forth. I can use dynamic filter, but I am looking for a more dynamic solution. Not sure how to achieve this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table in bb database with multiple fields. I am also able to display it with select few fields on a page.
What i need is, when i click on a record, the record should open in a new page. I also want to show only few columns from the original table from the database.
How can i achieve it?
Beta Was this translation helpful? Give feedback.
All reactions