Hello Team,
Hope everyone doing well.
We have dimension and fact tables all the detail level tables and no hierarchies was created.
Recently we have created summation columns in both fact and dimensional tables
- Distinct count column based on ID in the table, we kept default aggregation rule as distinct count (this we created in both fact and dim)
- TIMESTAMPDIFF calculated column, we kept default aggregation rule as sum (this we created in dimension only)
After deployment in fact tables it’s working fine whereas in dimension table for Timediff column it was showing null and distinct count column it was showing 0.
When we tried to check the query in session log physical query was not generating we could see below error message can someone help on this.
Error message: converted to null because [nQSError: 14020] None of the fact tables are compatible with the query request Individual
In RPD we don't have any errors or warnings.
version using : OBIEE 12.2.1.4.0
Need to add another point.
Dimension tables is a detail level table it had snow flake join with another summary dim table and it didn’t joined with any of the fact table directly
Thanks,