Do not create the in put contole on measues
Create one dimension variable in variable just type below text and save
="<=10"
Then create a input controle on this variable
Select the Multiple values Check boxes,
In input contole properties, go to list of values click on eclipse,
In type a value window, give the the values all you wanted like >=30 Days to <=60 Days, >=61 Days to <=90 Days, >=91 Days to <=120 Days, >=121 Days to <=150 Days, >=151 Days.
Click Next and Finish.
Create on more variable: Amount
in amount write the logic based on your reqirement or you can use below logic for reference.
=If(ReportFilter([Select])="<=30 Days";[<=30 Days]);If(ReportFilter([Select])=" >=30 Days to <=60 Days"); [>=30 Days to <=60 Days];If(ReportFilter([Select])=">=61 Days to <=90 Days";[>=61 Days to <=90 Days];If(ReportFilter([Select])=">=91 Days to <=120 Days";[>=91 Days to <=120 Days];If(ReportFilter([Select])=">=121 Days to <=150 Days";[>=121 Days to <=150 Days];If(ReportFilter([Select])=">=151 Days";[>=151 Days]))))))
Use this variable in table, based on your selection in input controle the value will be changed.
Let me know if any inputs needed.
Thanks,
G Sampath Kumar