Group rules are not displaying correctly in the PC console.
Please see screen shots.
Release : 20.2
Component : PERFORMANCE MANAGEMENT INTEGRATIONS
The error is happening because group admin is somehow treating a rule_comparisons entry for propertytype/propertysubtype: network/null as network/custom, and expecting to see network/observed.
When I create any new Network rule in new group admin, rule_comparisons uses network/observed for propertytype/subtype.
Run the following command in the MySql database; /opt/CA/MySql/bin/mysql
update netqosportal.rule_comparisons set PropertySubType='observed' where PropertyType='network' and PropertySubType='';