07 Mar 2024 08:02 PM - last edited on 28 Aug 2024 10:05 AM by MaciejNeumann
Since Dynatrace regex doesn't seem to follow most of the solutions we can Google, does anyone know the answer to show only numbers when there's a period in the data pulled?
for example we need to turn values like this:
2.14567890E8 into 214567890
Getting the value before E is no problem, but no combination of regex solutions found on the internet could remove the period without cutting off the first number or the last 8 numbers. Even our Dynatrace tech rep and his group gave it a try and suggested posting here since their team couldn't figure out a way to do this either.
Anyone have a solution?
27 Mar 2024 02:20 PM - edited 27 Mar 2024 02:20 PM
Great question, I've given it a shot and I cant get it to formulate the way you have requested 😞