Hi,
Im trying to make a forecast simply by taking the sum divide with number of months up till today and the multiply with 12.
But I cant get below to work, what is it Im missing?
[code]
=(sum({$<%Date=,Vecka=, [30minCHlID]={'73'}>} Value) / max({<%Date={$(=vToday)}>} Month) ) *12
[/code]
May be try this
=(sum({$<%Date=,Vecka=, [30minCHlID]={'73'}>} Value) / max({<%Date={"$(=vToday)"}>} Month) ) *12
What is the issue that you are running into?
Im getting;
"Error: Error in set modifier ad hoc element list: ',' or ')' expected"
But I cant see whats wrong.
May be try this
=(sum({$<%Date=,Vecka=, [30minCHlID]={'73'}>} Value) / max({<%Date={"$(=vToday)"}>} Month) ) *12
Ive tried alot...but apparently not that.
Thanks!