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.
UpdateAnalystImpactsPercent_sp
stored procedure to accept the new parameter.Additional Columns in the Component Table
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.
#navigationIcon.iconContainer .icon-group i,
Replace the above line of code with the below code:
#navigationIcon.iconContainer .icon-group > i,