That depends on what else is in the query. If the only thing in the query was a measure with a sum on it you’d get one row and one value. But if the query also contained a dimension like day of the week, you might expect to see seven values returned.
I am asking after aggregation is in effect for no. of cells and withou aggregation in effect no. of cells
I am a sort of fresher trying to learn it and always end up learning first few topics and then forgetting due to lack of its practice as i am on the SAP BO now and dont know how to learn exactly how to learn to rounding things around it asap
I hope above makes sense to you to answer perfectly.
The existance and the type of the SQL aggregation function (SUM, MAX, MIN, etc) in the select part of a measure definition defines how an SQL statement generated by WebI/DeskI will look like, whethere there will be the GROUP BY clause or not and what SQL aggregation function will be used.
The aggregation function in the tab Properties of a measure properties defines how a measure behaves / rolls up on a report level when a dimension is added/removed from a data block where the measure is used.