Hi, To get the feel what you want, you have to add one "list object" in obove snapshot of the report. May be this solution could help you :- 1) Create a calculated Item "Month Number" as" Month(DatePart(calldate))" 2) Create another calculated Item "Present Month Indicator" as :- IF ( Month Number = Month(DatePart(Now())) ) RETURN 1 ELSE 0 3) Create a Custom Category "Month Name" based on "Month Number" created in step 1 and create 12 labels as jan, feb, mar etc and assign the corresponding values from "Month Number" distinct Values. Now in the design part of the report :- a) Add list object and assign the category as "Month Name" that we created in step 3 and apply a advanced filter as "present month indicator <> 0". b) Uncheck the "Required" in the properties of list object. c) Now simply give the interaction from "List object" ----> "Drop Down List" and from "Drop Down List"----> "Treemap". So whenever the month changes, that particular month will be displayed in the list and the drop down list will contain the "calldate" for the same month. Now if user wants to pick from other month, they can just uncheck the month name in the "List object". Hope so, this helps you if I understood your requirement correctly. Regards, Abhishek
... View more