SAS Solution for IFRS 17 provides a comprehensive dashboard covering a variety of reports. The system provides a flexibility of creating custom reports and plug them as a menu item in the dashboard workspace. The objective of the article is to provide an overview of steps to configure a new custom report in the dashboard menu of the SAS Solution for IFRS 17. The article assumes a fair amount of knowledge of SAS solution for IFRS 17 and underlying products.
New to SAS Solution for IFRS 17 or need more information? Click for training –> Course Outline.
Out of the Box Dashboard The out of the box dashboard workspace provides a variety of reports. Mainly the reports provided cover many areas and are listed as follows:
Apart from the above reports, the SAS solution provides flexibility to build more reports and configure them in the dashboard menu.
The user who wishes to create and add the report to the dashboard menu must have:
The image depicts an overview of configuration steps in respective SAS Platforms
These steps are briefly described as follows:
The new report can be produced using Report Builder present in SAS Visual Analytics. Click here for more information on report creation. For most of the data requirements for custom reports existing SAS Visual Analytics report mart tables are good enough. If the new reports required additional columns, then the appropriate tables can be enriched accordingly for example, IFRS17_SL_JOURNAL_FLAT table can be enriched with new additional columns. For report customization, following activities are supported for the existing or new reports:
Most of the above listed activities involves skills for report creation using SAS Visual Analytics. You can acquire these skills by completing the following training programs:
Specific examples of the listed activities are present in the solution user guide in Appendix 5: Customizing SAS Visual Analytics Reports. All the visual reports should be kept in a same location for consistency purposes. Usually, the reports are available on a designated metadata location for example, SAS Folders > Products > SAS Solution for IFRS 17 > IFRS17.2022.07 > Visual Analytics Reports
The screen definition provides the instructions to the screen definition to showcase a report with in a menu tab. You need to set the report for initialization and then define a tab for it to display. You can access the screen definition file directly from dashboard screen or from the Administration workspace using the screen definition tab. You have to update the following sections:
a. Update the initialize section
You must update the report in the initialize section of the report. You can replicate the existing syntax for previous reports. For example, we are configuring Report 10 as a placeholder for our new report in the xml. The entry in the initialize section is as following:
Select any image to see a larger version.
Mobile users: To view the images, select the "Full" version at the bottom of the page.
b. Update the tab section
You must update the report in the initialize section of the report. You can replicate the existing syntax for previous reports. For example, we are configuring tab for Report 10 as a placeholder for our new report in the xml. The entry in the initialize section is as following:
3. Update Dashboard.json file.
The JSON file provides the actual location and name to be fetched by the SAS Solution.
a. Access DAVTree (Typical Location: D:\SAS\Config\Lev1\Web\Utilities.
b. Open the JSON file.(Typical location: Sasdav > products > SASRiskGovernanceFramework > RiskGovfFrwrkMid-Tier > rmc > frs17 > Resources > screen_config)
c. Append the file with the following lines just before the ] (square bracket) in the end of the file. Or you can copy the lines from the existing entries (for example, you can use entries for other existing report like Report 😎 and make changes for id and reportName:
,
{
"id": "Report10",
"reportPath": "'/Products/SAS Solution for IFRS 17/ifrs17.2021.10/Visual Analytics Reports'",
"reportName": "'IFRS17 - My Report'",
}
d. Save the file.
4. Update customMessage.properties
5. Flush caches and verify the new menu and report.
Further Reading
For more details and demonstration on all the above steps refer to the following training program: Technical Overview of the SAS Solution for IFRS 17 Course Outline
or
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning and boost your career prospects.