When I generated the report of the dataset, an error occurred, and when I checked the catalina I found this message: Analytics validation failed, code: ‘E7134’, message: ‘Cannot retrieve total value for data elements with skip total category combination’ (DefaultQueryValidator.java [http-nio-8080-exec-8]) ID80XPsfuWVz4YLknUjFQFx0+k6U/VaF4zYb0XYJnbi7U=
Help me fix this error. why this error happened and how to fix it as well.
The error message says that the data elements have category combinations with the option skip total enabled and the report is requesting a total so this is not possible. You need to either disable the skip total or make sure that the report doesn’t request totals.
@Gassim
I am tried on disabling the “skip total” option for category combination. Despite my attempts, it’s refused to disabled it.
I kindly request your assistance in providing me with instructions on how to ensure that the report does not request totals. Your expertise and advice in this matter would be greatly appreciated.
If the errors are not gone, please open the Network tab and Console in your DevTools (F12 → Network) before your try to disable the “skip total” and then check for errors in red text that could help us understand why it’s refusing to disable the “skip total”, select each error if there are any and take a screenshot - better if you include both request and response. Additionally, please share the complete Catalina.out log (without sensitive/authentication info) so we could double check there are no other errors.
I have two environments which are faced the same problem. The first one has been processed successful. The second I will try later once I have time then I will return back to you.
Good to know @sami.oracle10g, was one of the tips above helpful or there’s another method that you tried. You are welcome to share the solution with the community please.