- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:22 AM
I have a database view that I created with 3 table and no fields specified (so it shows all fields from each table).
When I go to reports and pull up the database view it has 7 fields defaulted. These fields are useless to my users. How can I change the default for all users for the columns in reports?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:48 AM
Hi,
Same way. Open your db view from the Application Navigator filter: <db_view>.LIST
The from the list, right click column headers to get the menu. Then
Configure -> List Layout
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:29 AM
Hi @Elizabeth26 ,
A database view list can be modified as any other list using
Configure -> List Layout
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:39 AM
Where do I do that from?
I know where for a regular table but not sure for a DB view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:48 AM
Hi,
Same way. Open your db view from the Application Navigator filter: <db_view>.LIST
The from the list, right click column headers to get the menu. Then
Configure -> List Layout
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 11:58 AM
Thank you. I didn't realize you could open DB view the same way as a table 🙂 I appreciate the help.