- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 02:52 AM
Hi all,
I need to send a report which includes the below following columns in the Excel
1. Reports which were not run since 3 months
2. Last run
3. Created by
4. Updated by
5. Users to whom all the report was shared. (this is important)
So please help how to fetch this report
Regards,
Lucky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 04:10 AM
Hi,
Try in below way and let us know if you see any issues
Thanks
Chandu Telu
Please Mark ✅ Correct/helpful, if applicable,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 05:00 AM
Thanks Chandu,
It's working.
Can you tell me why to write Where clause in report statistics table?
Regards,
Lucky

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 05:13 AM
Where clause actions as a join between teh tables. So, you can consider it to be a common or primary key between 2 tables which acts as base to display only common data from the tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 05:56 AM
Hi Jaspal,
Currently I am able to get Report ID, Last Run, User ID columns in the Database view when combined the two tables data.
But I want to add other two columns like, Report Created By and Updated by
For this, I need to add one more table to the view, i.e., sys_report table
But I am not able to understand how to write the where clause.
Can you please help
Regards,
Lucky

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 06:00 AM
No need. When you create a report you can simply dot-walk Report table as report_stats table holds Report name & access related fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 06:02 AM
Hi Pallavi,
You can add the dot walk -in for this
Thanks
Chandu Telu
Please Mark ✅ Correct/helpful, if applicable,