Replace '(Empty String)' text with empty value
This applies to: Managed Dashboards, Managed Reports
When the string manipulation transform is used in the data cube, empty string values (but not null values) are replaced by the text (Empty string). This article shows how to customize this text.
Replacing '(Empty string)' text
The '(Empty string)' text can be replaced for the whole Symphony instance, which will affect all data containing an empty string. This can be done by using the functionality ofSymphony.
Access Administration from your Profile as a system administrator, then expand Setup and then click Localization.
Select the localization Dundas.Core and click Copy in the toolbar. Enter a Target Culture, such as en to override the built-in localization provided for English, then submit the dialog.
Select the new Dundas.Core localization override and click Details in the toolbar.
-
Change the <localization/> tag to have separate open and close tags: <localization ...> and </localization>. In the middle, add a new element:
<string key="GS_ENT_HC_EmptyString"><sp/></string>This displays a space character to identify an empty string, or you can customize the text.
Submit the dialog. Because of caching, you may need to if you want to see the changes take effect immediately.
Comments
0 comments
Please sign in to leave a comment.