Issue
How to change query name (measure name) in dashboard
Product Line
Power Monitoring Expert 8.0
Envrionment
SQL Server management Studio
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
Here are the steps you can change the measurement name on Dashboard to what you want to display (take Block Demand Apparent Power Total as example)
1. Open SQL Management Studio and connect ot the PME instance
2. Find ResourceKeyId in Internationalization.LocalizedString in ApplicationModules database, such as
SELECT * FROM [ApplicationModules].[Internationalization].[LocalizedString] where value = 'block demand apparent power total'
3. Change the Value from "Block Demand Apparent Power Total" to "kVA Total"
4. Refresh Web Application and you will see the new measurement name.
Screen capture can be found in attachment (Screen Capture).
How to change query name (measure name) in dashboard
Product Line
Power Monitoring Expert 8.0
Envrionment
SQL Server management Studio
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
Here are the steps you can change the measurement name on Dashboard to what you want to display (take Block Demand Apparent Power Total as example)
1. Open SQL Management Studio and connect ot the PME instance
2. Find ResourceKeyId in Internationalization.LocalizedString in ApplicationModules database, such as
SELECT * FROM [ApplicationModules].[Internationalization].[LocalizedString] where value = 'block demand apparent power total'
3. Change the Value from "Block Demand Apparent Power Total" to "kVA Total"
4. Refresh Web Application and you will see the new measurement name.
Screen capture can be found in attachment (Screen Capture).