How to regex a value from string and convert as metric in CJA?
Hello,
I have a question specifically in CJA data view settings, would like some help.
I have a string that has the value event345=12
I have used regex to extract the value 12 and deduplicated this dimension to make it as my metric.
However since the schema datatype was string its still treated as the same rather making the metric to store the value 12 in it.
Could someone help me figure out a hack to achieve what I need without the use of derived field ? reason I am not using derived fields are, I guess we get only 100 derived fields as a limit.
Thanks