I am trying to convert a SQL Statement into a QlikView compatible statement can anybody please help
SQL Statement:
This currently calculates the number of Active employees at the end of a given period + the number of new starters in the period - the number of leavers in the period to give me the new balance of Active Employees
select
Count(CASEWHENIsNull(EMPLOYEE.START_DATE,'1901-01-01')<'2012-06-01'AndIsNull(EMPLOYEE.LEAVE_DATE,'2999-12-31')>'2012-06-30'THEN EMPLOYEE.EMP_CODE END)as [B/Fwd Active Employees (July)],