on ‎2022 Nov 29 6:31 AM
Hi Everyone,
I have a dimension with a list of project number that looks like this.
IN.20037820
I am trying remove the dot in the middle so that it is trimmed down to IN20037820.
So I tried to create a calculated dimension, using the REPLACE function,
REPLACE([d/"Status and Commentary":Project_Def_1f3z41s68l] ,'.','')
but I get this error.
Not sure what it means by choose a property, or how to choose a property, hoping someone here has a clue.
"Formula could not be computed: Choose a property for dimension "Project_Def_1f3z41s68l" in function "REPLACE". Please complete or rewrite the formula."
Request clarification before answering.
Hi steve5232,
the formula is written with semicolon and you need to specify the property of the dimension you want to change.
Try something like this:
REPLACE([d/"Status and Commentary":Project_Def_1f3z41s68l] .[p/ID];".";"")Best regards
Susanne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.