cancel
Showing results for 
Search instead for 
Did you mean: 

Query builder favorite reports by user group

christian_key2
Participant
0 Kudos
696

Hi experts,

I am struggling to build a Query Builder query for LCM_CLI that will allow me to export favourite folders and the reports in the favourite folders for a specified user group. My query is:

SELECT TOP 10000 static, relationships, SI_PARENT_FOLDER_CUID, SI_OWNER, SI_PATH FROM CI_INFOOBJECTS,CI_APPOBJECTS,CI_SYSTEMOBJECTS WHERE CHILDREN("SI_NAME='User-Favorites'","DESCENDENTS('SI_NAME="UserGroup-User"','SI_NAME="<User Group Name>"')")

Can anyone help me please?

Alternatively what is the best way to export favourite folders and the reports in the favourite folders for a specific group of users?

Thanks,

Chris

View Entire Topic
former_member182521
Active Contributor
0 Kudos

refer my blog here to understand the relationships https://blogs.sap.com/2013/06/10/businessobjects-query-builder-queries-part-iv/