Hi Experts,
Filter Module Row axis -Line Item Members- 1)Actual filter 2)Forecaste Filter 3)Budget Filter 4)Plan filter
Column Axis -Time -Future 4 years

1) Actual filter applies only for actuals Version only but inthe above screenshot it applies all versions.
IF Startperiod>Period(currentperiodstart()) AND ISACTUALVERSION() THEN TRUE ELSE FALSE. The formula working fine for actual version only.
2)Forecaste applies to only only forecaste version.
IF Startperiod<Period(currentperiodstart()) AND VERSION (HOW DEFINE FORECAST VERSION ONLY) THEN TRUE ELSE FALSE
Plan Filter applies to only paln version HOW DEFINE PLAN VERSION ONLY
Budget filter applies to only budget version.HOW DEFINE BUDGET VERSION ONLY
I Hope you understood the requirement.Please suggest me
Regards,
Uma