Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Set Analysis how do I divide two fields such as (HRS/TOTAL_HRS)*100={">=75"} want to see who has a rate of eqal to 75%
You cann't do it like that
Try with this
Count({<EmployeeID={"=(HRS / TOTAL_HRS)>=0.75"}>} EmployeeID)