Hello Expert,
I need to develop my own Audit Universe because the actual Audit does not keep track of Statistics for BusinessObjects Mobile report.
From my research to have this information I need to link the table ASD_EVENT with ASD_CLIENT_TYPE_STR
But I cannot find the ASD_CLIENT_TYPE_STR table from audit connection
I am working with:
Any suggestion?
Thanks so much.
alessandro
Create an alias of ads_application_type_str and join on application_type_id = ads_event.client_type_id.
You already have an active moderator alert for this content.
Hello,
thanks for the answer. This solved my issue.
Add comment