02 May 2019 03:33 AM
The session property I able to capture from the CSS element is "MYRxxxx or USD xxxx". Due to the word MYR or USD, it can't be long but has to be string.
Now, after capturing this, how can I configure Dynatrace to remove the name of the currency and make them to be long after that?
Best Regards,
Wai Keat
Solved! Go to Solution.
02 May 2019 06:31 AM
There is no option to make such switch. You have to delete field and create it new for example with new key name but for the same css property.
Sebastian
02 May 2019 08:48 AM
@Wai Keat C. to extract a long you first need to apply a cleanup rule. The cleanup rule allows you to extract the actual number from the string "MYRxxxx" or "USD xxxx". The extracted value can then be converted into a long. See the attached screenshot as an example.
Please note, that you cannot apply this to values that have already been captured. But at least you can add a new rule that properly extracts the value as a long. I suggest to create a new property and remove the old one to not mix values.
You can also extract a value currency to just have "MYD" and "USD" and another rule that just contains the total.
25 Jun 2019 04:36 AM
Hi Simon,
Although the regex during testing seems to work, but actually after we apply it, it won't work.
I've open a support ticket and this is the reply I get:
Please note that
doubles:
longs:
all characters must be digits, no other characters are supported!
Please verify it for the captured, or if string works, may stay with it. Please let me know what do you think.
02 May 2019 09:29 AM
Thanks guys, for the swift input.
Let me try it our later.