Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I wanted to create a calculated dimension. here is my syntx but something is wrong .
if ([Task Name] =('Travel',[External],[HR],[COM],[ECO]),[Task Name],'TopTask')
looks like there are errors in bracket.
My logic is if Task Name is Travel, [External],[HR],[COM],[ECO], then I want to name as Top Task. Please help.
Thanks,
Niha
May be this
If(Match([Task Name], 'Travel, 'External', 'HR', 'COM', 'ECO'), 'TopTask', [Task Name])
May be this
If(Match([Task Name], 'Travel, 'External', 'HR', 'COM', 'ECO'), 'TopTask', [Task Name])