Result may not be completely aggregated
Value range
This field can accept 2 values:
'X' : This means that the result of the read access is not completely aggregated. This happened because there were several DB read accesses, for example by a MultiProvider or by access to E and F fact tables in InfoCubes.
' ' : This means that the result is completely aggregated.
Important: If the result of the read access is picked up with several calls of RSDRI_INFOPROV_READ then it is possible that 'X' is only returned in one of these accesses, namely in the access that contains a split. This means that once there is one 'X' in the pickup sequence, it indicates that the total result is completely aggregated.
1 Comment
Markus Alterauge
Hi Peter,
the documentation says: "Important: If the result of the read access is picked up with several calls of RSDRI_INFOPROV_READ then it is possible that 'X' is only returned in one of these accesses, namely in the access that contains a split. This means that once there is one 'X' in the pickup sequence, it indicates that the total result is completely aggregated."
Shouldn't it be: "Important: If the result of the read access is picked up with several calls of RSDRI_INFOPROV_READ then it is possible that 'X' is only returned in one of these accesses, namely in the access that contains a split. This means that once there is one 'X' in the pickup sequence, it indicates that the total result is not completely aggregated."
Or is there a special parameter to determine if the split occured during one or several read processes?
Greetings
MA