It's my first post here, and i like this forum for help me in TM1 !
I have an error with dynamic subset who use cube's data.
When a TI run, the dynamic subset is empty but he must have element.
Is good other time.
This is an exemple of dynamic subset :
Code: Select all
{TM1SORT({ FILTER( {TM1SUBSETALL( [INV_DI] )}, [INV_DI].[RELAI] = [INV_RELAI].CurrentMember.Name AND [INV_DATA].([INV_VERSION].[Version Courante],[INV_ANNEE].[INFO],[INV_MOIS].[M1],[INV_Relai].CurrentMember,[INV_DATA].[StatutNum])>0 AND [INV_DATA].([INV_VERSION].[Version Courante],[INV_ANNEE].[INFO],[INV_MOIS].[M1],[INV_Relai].CurrentMember,[INV_DATA].[StatutNum])<13)}, ASC)}
Thank you all !
Ans sorry for my english.