Create a report of existing reports, where condition is used: 'assignment group - starts with'

aemrein
Tera Contributor

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

2 ACCEPTED SOLUTIONS

Mark Manders
Mega Patron

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

View solution in original post

AndersBGS
Tera Patron
Tera Patron

Hi @aemrein ,

 

Create the report based on the sys_report table as shown below:

AndersBGS_0-1712901614514.png

And utilize below conditions:

AndersBGS_1-1712901762476.png

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/

View solution in original post

4 REPLIES 4

Mark Manders
Mega Patron

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

Splendid, just what I needed, thank you, Mark!

AndersBGS
Tera Patron
Tera Patron

Hi @aemrein ,

 

Create the report based on the sys_report table as shown below:

AndersBGS_0-1712901614514.png

And utilize below conditions:

AndersBGS_1-1712901762476.png

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/

Thank you, Anders!