I have two derived fields. The first one, "Mobile App Version" filters out specific values using the Regex Replace" function. The second one, "Mobile DL Version" filters out specific values using the Regex Replace" function. Both are created as dimensions. What I want to do is check if "Mobile App Version" returns a value then use that value. If no value from "Mobile App Version", then check if "Mobile DL Version" returns a value, then use it. If neither returned a value, then return the string "Invalid Version". How can I do this?
Thanks!