on 2016 Aug 30 11:29 AM
Hi Guys,
I am having below scenario :
Emp , Item , Employee count ( report columns )
When I execute query it shows me Emp Count as 20 , although the Employees displayed in Bex are only 19.
There is condition in this query , which filters out one employee.
I need to see the count of employee as 19 and the condition impact should not be there on employee count.
I have added Employee Count as calculated KF and put a constant value '1' through variable.
Please suggest how can I achieve this.
Thanks !
Thanks Guys , for the replies !
Still getting the same result.
Below is the condition , I am applying :
Rate < 10 ( 10 comes from input variable from query )
I have used "employee" as reference characteristic , while creating condition.
For Emp Count , I have tried exception aggregation and used reference char as Employee.
but still the record which is filtered from the result as per the condition, adds into the emp count.
Also when I run the report for the employee which is not satisfying the criteria , I dont see the record for that employee , its blank report , but the count comes as "1" , for this execution.
Please suggest how to resolve if possible.
Thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
now i get your predicament. it it mainly due to the sequence between Condition's filtering vs the computation of the Exception Aggregation (Count in this case).
unfortunately BEx cannot (or won't?) run the summation just for result lines 'again' on the conditional filtered results
perhaps it's really easier (but with additional workbook/excel feature) to get the count from another view with just customer (no line items) and overwrite the last cell in your current result area.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raju,
Can you please share what condition you applied in Bex?
Based on characteristic in report layout check the characteristic in condition and try it will show you proper result.
Regards,
Ganesh Bothe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have added Employee Count as calculated KF and put a constant value '1' through variable.
instead try exception aggregation on calculated keyfigure, also choose reference char as employee, you should see employee count as 19 instead of 20.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.