Hi Gurus,
Using BW 7.3, I am writing a Bex query based on a MultiProvider with the following structure
Characteristics
Employee Expenses (Master Data)
Employee
Expense Report
Expense Report Entries
Transaction Date
Expense Type
....
Key Figures
Claimed Amount
Approved Amount
In my report I have Employee (Key and Text), Transaction Date, Expense Report (Key and Text), Expense Type, Approved Amount
I have
Employee = Display > Result Row > Always Suppress
Transaction Date = Display > Result Row > Always Display
Report = Display > Result Row > Always Suppress
Expense Type = Display > Result Row > Always Suppress
Approved Amount = Calculation > Calc Result as > Summation
The report does not break (display result row) on each Transaction date but one result row at the employee level for the Transaction date.
Why does it not break on each Transaction date?