Idea Manager dashboard showing no dataIssue After enabling the Idea Manager Dashboard, some schedule jobs in charge to populate data seem failing, as the dashboard shows "No data to display". CauseThe reports under the summary tab are configured with the table Idea Category Relation, which does not have any data, hence no data is being displayed:/sn_ppm_imd_idea_m2m_category_list.do?sysparm_query=&sysparm_list_mode=grid The other dashboards are PA widgets, which need to run the PA jobs in order to get data onto the dashboards.ResolutionBelow are the two jobs which need to execute:Daily Data Collection/nav_to.do?uri=sysauto_pa.do?sys_id=6b02ba965ba01010f26d7ef33381c73d%26sysparm_view=automatedHistoric Data Collection/nav_to.do?uri=sysauto_pa.do?sys_id=7db5ec1b5b601010f26d7ef33381c7ac%26sysparm_view=automatedThese jobs will fail to collect data from the idea table if the "Run As" is not defined or the selected user on the "Run As" field is not active. The jobs will terminate with errors in the logs.Select the user on the "Run As" field on the scheduled jobs, and then execute them to get the data on the dashboards.