Enhancements made to Analyst Impact Percent - 1 - 1.4

Spectrum Spatial Insights Release Notes

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Spatial > Spectrum Spatial Insights
Version
1.4
Language
English
Product name
Spectrum Spatial Insights
Title
Spectrum Spatial Insights Release Notes
Copyright
2023
First publish date
2007
Last updated
2023-10-30
Published on
2023-10-30T16:54:26.533718

Improved Analyst Impact Editing in WorkBench Scenario Summary

The WorkBench Scenario Summary now supports more options for entering analyst impact values. These options are specific to the individual client or model.

Conditional Formatting for Analyst Impact Percent

You can now edit the cell values in Analyst 1st Year Impact cell. The background color for the top and sub-component rows now updates based on the values within the cells. For example, the background color is red for negative values.

Updated AnalystImpactsPercent Stored Procedure

A new parameter @ComponentID int has been added to the UpdateAnalystImpactsPercent_sp stored procedure. This update enables you to override value at the sub-component level.

Note: You need to update the UpdateAnalystImpactsPercent_sp stored procedure to accept the new parameter.

Additional Columns in the Component Table

The component table now has three new columns. You need to alter the component table to accept the three new columns, namely, IsEditableForActions, IsEditableForBaseline and Format. You can update the values in these columns as per the requirements of the client.

Icons in the Summary Report page

When configuring Spectrum Spatial Insights 1.4, make the following change to the brand.css file to enable Spectrum Spatial Insights specific icons in the Summary Report page to be shown in the user interface.

At line number 100 in brand.css, we have the below line of code:
#navigationIcon.iconContainer .icon-group i, 

Replace the above line of code with the below code:

#navigationIcon.iconContainer .icon-group > i,