I have a REF module dimensioned by a list of vacations: this module represents with a hierarchy, a column of start date and end date. (the "vacation list" is a child of "team").
I have a second module dimensioned by Team, which I'd like to model by day, so that I can boolean-select the days off.
I've set a formula of : Date txt = start date[ lookup : code team] but it didn't give me a result..
Please help!