Disable the expand option on the Past Sprint(Custom field)

Hi Team,

I want to disable the expand option in the Past sprints (Custom field) in the Eazy bi report (disable the + icon).
Please share the formulae if possible to calculate new member.

Hi @Manisha_Bhardwaj,

The expansion is available for calculated members that are recognized as sets of members.
You might hide the true nature of the set by putting it behind the wall of always-true conditional selection.

The expression might be as follows:

CASE WHEN
1>0
THEN
[Sprint].[All Past sprints]
END

Regards,
Oskars / Support@eazyBI.com