Hi Everyone, Can you please tell me what is the difference between ForEach and ForAll (In BO Reporter), and give examples of when they are needed ?. Much appreciated !.Thanks in advance,Veronica
Latest Answer : For each – The For Each context operator allows you to add dimensions to the current default input context. For example, if a table contains the dimension [year] and [Quarter] and the measure [revenue], the default context is [year]; [Quarter]. The ...
Difference between Foreach and Forall?
Latest Answer : In Calculation Context, ForEach is used to include the dimension. e.g. u want the Sales Revenue of every month by Year & Quarter, it will provides you with Sales Revenue for each month seperately. likeQ11 1000 2 15003 1200Q24 ...