Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use next to function and previous function?

hi guys ,

i wrote function like this sum({$1}sales) ,this function display all year sales but actually this function display previous year sales. i do not know how  write previous year sales function.please tell me out  how to write function.

Regards:

madhu

9 Replies
alexandros17
Partner - Champion III
Partner - Champion III

sum({$ <year={'<$(=year(today()))'}>} sales)

MK_QSL
MVP
MVP

SUM({$<Year = {'$(=Max(Year)-1)'}>}Sales)

Not applicable
Author

thanks alessandro

Not applicable
Author

Thanks manish

MK_QSL
MVP
MVP

If you have got your answer, please close the thread by selection appropriate answer.

Not applicable
Author

how to write forward function?

Not applicable
Author

how to write forward function

MK_QSL
MVP
MVP

There is no Forward Function...

anbu1984
Master III
Master III

sum({$ <year={'<$(=year(today())+1)'}>} sales)