Populating the Factors for the X and Y axis of a Residual Assessments Heatmap Configuration

TOM Owles1
Kilo Contributor

Hi, 

I am trying to set up a Risk Assessment Methodology and am struggling to populate the Factors for the X and Y axis of the Heatmap. 

Set up is as follows:

find_real_file.png

 

If I open the 'Residual Assessment' Assessment Type, you can see 'Enable Heatmap' is ticked, but I am unable to populate the factors for the Heatmap:

find_real_file.png

I can't see how to populate them:

find_real_file.png

 

Any help would be much appreciated. 

Thanks, 

Tom

1 REPLY 1

Community Alums
Not applicable

I am very late with this answer, but I was investigating the same issue now. There is a reference qualifier on the field, it leads to a script include RiskAdvancedHeatmapBase.

 

Long story short, in my case the issue was 

    factor.addQuery('transform_score', 'true');
this part of the query. Once I set it to true, its working.
 
Also you might be facing an issue if your factor is quantitative, because of
  m2m.addQuery('sn_risk_advanced_factor.factor_contributionIN2,3');
few lines above the previous script I copied...