I want to get the below calculated field at jobid level, fixed similar to Tableau.
sum({total_sent})/distinct_count({usernumber})
How do I do that?
I want to get the below calculated field at jobid level, fixed similar to Tableau.
sum({total_sent})/distinct_count({usernumber})
How do I do that?
Hi @patilmeet7 try
sum({total_sent}, [jobid])/distinct_count({usernumber}, [jobid])