Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis

I have a requirement that need to get current year values for previous year sales executives only

how to get it by set analysis?

3 Replies
anandathome
Creator
Creator

Could you give an example.

What fields are there to identify previous year sales executives?

Please post a sample application.

MK_QSL
MVP
MVP

Could you please explain your requirements? if possible, please some sample data or file for better understanding.

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this using P() in set analysis

=Sum({<Year={$(=Year(Today()))}, SalesExecutive=P({1<Year={$(=(Year(Today()) - 1))}>})>}  Sales)

Regards,

Jagan.