Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi People, i need your wisdom please!
I have the following code: Count({<FechaNum={"<=$(vFecha)>=$(vFechaInicioAño)"},HireTerm={'H'}>}Distinct EMPLOYEE)
It works perfect, as you can see in this part FechaNum={"<=$(vFecha)>=$(vFechaInicioAño)"} i use two conditions, and it works perfect however i have this expression: sum ({<Fecha={"<=$(vFecha)<$(=Makedate($(vAño),1))"}>}total DiferenciaFecha) and here: Fecha={"<=$(vFecha)<$(=Makedate($(vAño),1))"} i tried the same and it is not working.
Can anybody explainme how this works? Because my understanding of this is Fecha=<=$(vFecha) and Fecha=<Makedate($(vAño),1)
Am i wrong? Any Ideas? Thanks a lot!