- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:17 AM
Dear Community!
I would like to create a report of listing existing reports, where the condition 'assignment group - starts with' is used.
Which data table do I have to choose to be able to get such a sort?
Thanks in advance for taking the time and checking my question!
Kind regards,
Daniel
Solved! Go to Solution.
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 06:25 AM
On the 'sys_report' table you can add a condition like 'filter contains assignment_groupSTARTSWITH'. The 'filter' field contains the conditions of the report.
Just check if you can report on the sys_report table. If not, you need to change the system property for the system tables you can report on, or just go to your reports through the listview of the sys_report table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 11:03 PM
Hi @aemrein ,
Create the report based on the sys_report table as shown below:
And utilize below conditions:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 06:25 AM
On the 'sys_report' table you can add a condition like 'filter contains assignment_groupSTARTSWITH'. The 'filter' field contains the conditions of the report.
Just check if you can report on the sys_report table. If not, you need to change the system property for the system tables you can report on, or just go to your reports through the listview of the sys_report table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 01:28 AM
Splendid, just what I needed, thank you, Mark!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 11:03 PM
Hi @aemrein ,
Create the report based on the sys_report table as shown below:
And utilize below conditions:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 01:29 AM
Thank you, Anders!