Hi
I have two somewhat similar business transaction requirements. The idea is to extract from an SQL statement particular value(s) from the method argument, using transformation regex, and then be able to report on the values or add them together in the case of numbers.
The problem is that I need two (or maybe more) discrete values ie. the agent code and amount going into separate "fields" in the business transaction. The current method is concatenating the two strings per the attached screenshot.
So I'm wondering what the best way to go about this is.
Regards
Gregor
Answer by Andreas G. ·
Hi Gregor
In the moment there is no option to do calculations on multiple measures. There have been RFEs and I think there is a plugin floating around that support it. But - it is not in the product yet
Any chance you can get the "sum" from a method argument or return value instead of parsing the individual numbers from SQL?
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET