Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, If i have data like this and i would like to load recent month 'salary' for each employee and load all tables . please let me know answer by considering below data
emp, date, salary
ramu,1/1/2017,100
ramu,2/1/2017,200
siva,1/1/2017,400
siva,2/1/2017,200
siva,6/1/2017,400
=Sum({$<[date]={">=$(=MonthStart(Today(),-2))<$(=monthend(Today(),0))"}>}Sales)