/
Enable Replace Function for Dynamic Custom Descriptions
Enable Replace Function for Dynamic Custom Descriptions
In order to be more flexible with custom description the Replace function on the custom description can be used. The replace function has 2 parameters: Replace(StringToReplace, ReplaceWith)
For the second parameter also empty strings are possible.
The replace function can be used to replace a part of the description. As example an account with description "National Accounts" will be set to "National" with the following function:
REPLACE(“Accounts”,””).
REPLACE = the function
First “” = The string to replace
, = Separator first and second string
Second “” = Replace With
, multiple selections available,
Related content
Override custom item label with POV list custom description
Override custom item label with POV list custom description
More like this
Relational Database Connection for Custom Descriptions
Relational Database Connection for Custom Descriptions
More like this
Dynamic Label Expressions
Dynamic Label Expressions
More like this
Limit Metadata with MDX Filters
Limit Metadata with MDX Filters
Read with this