I have a XYZ input metric of data type: Boolean with dimension: Teams and
another metric ABC of data type: number with dimension Manager.
I need to create a metric at Manager level with dimension : Manager and data type: number , to fetch the amount from ABC if any of the teams of a specific manager is True.
There is already a mapping between manager and teams in the Teams dim list.
I tried this formula, but it gives the value even all the teams of a manager in XYZ metric is false. IF(ANYOF('t. XYZ [Input]'),'m. Amount')





