Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to calculate average salary from 1-Feb 2014 to till date i.e today()-1 .....How i can calculate in set analysis ....
I tried with the below code but did not get the proper answer :----
Sum( {< Date={"$(=Makedate(2011,02,05)) "} >} SALARY)
Please check and do needful for me ..................
Sarfaraz
Sum( {< Date={">=$(=Makedate(2011,02,05))<=$(Date(Today()-1))"} >} SALARY)
Try AVG({<Date={">=01/02/2014 <=Today()-1"}>} Salary)
Sum( {< Date={">=$(=Makedate(2011,02,05))<=$(Date(Today()-1))"} >} SALARY)
Thnaks a lot anbu .....your solution is working as expected .......and andy i tried with your solution also but did not work ....
Anyway thanks a lot for your reply !!!!!!!!!!
Sarfaraz
Please mark as answered/helpful if our replies resolved your query