Determine if Show Records is being used for individual Automated Indicators

crowe1288greg
Tera Contributor

How do you determine when 'Show Records' is being used in the Analytics Hub for a particular Automated Indicator? I'd like to provide information to Leadership that the 'Collect Records' should be turned off on some Automated Indicators. For a lot of our Automated Indicators, the score is greater than 10,000. Within PA Properties, we have a limit of collecting records to be 10,000. I'm think that no one is using the feature of show records  when its not able to display all the records. As an example, if the score is 51,345, and show records only has 10,000, the 10,000 records cannot be used for any analysis.

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @crowe1288greg ,

 

You can look in the sys_ui_navigator_history.list table and look after URL starts with "pa_collected_records". This should give you the view that you're looking for. 

 

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

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @crowe1288greg ,

 

You can look in the sys_ui_navigator_history.list table and look after URL starts with "pa_collected_records". This should give you the view that you're looking for. 

 

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/

crowe1288greg
Tera Contributor

Thank you. Exactly what I was hoping to find.