Hi @Ismail_BSA, ok, you could use the first eval (in one calculated field) to have the first field "url_primaire_apache" and then nest the first in the second to calculate the second field "url_pri...
See more...
Hi @Ismail_BSA, ok, you could use the first eval (in one calculated field) to have the first field "url_primaire_apache" and then nest the first in the second to calculate the second field "url_primaire_apache_sans_ports", something like this: EVAL-url_primaire_apache_sans_ports=if(match(if(match(url, "/"), mvindex(split(url, "/"), 0), url), ":"), mvindex(split(url_primaire_apache, ":"), 0), url_primaire_apache) ``` Please adapt my approach to your evals. Ciao. Giuseppe