Hi , I am fresher for Tableau. Here I have a simple calculation ,Please help out
Job id Reports on Time
10 1
11 1
If both the Reports on time is 1 then I need the count as 1, else 0
5 answers
this is how it appears to me with below logic
if {fixed [Job Stream]: min([Report on Time])}=0 then 0 else 1 end