Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I will be replacing some apps and some of the field names have changed. I believe this will make some of the current bookmarks unavailable.
In QMC, can I see which users have bookmarks where? I want to notify them that there might be an issue.
Best,
Jacob
Hi,
In Qliksense Bookmark is store in Reposetry database Table "AppObjects".
You need to connect to your Qliksense Pgdatabase though PGadmin tool.
below SQL query to fetch all the Bookmarks, modifyeduserid along with the AppId.
SELECT "ID", "ObjectType","Name","ModifiedByUserName","App_ID","Owner_ID"
FROM public."AppObjects" where "ObjectType"='bookmark';
;
Hi,
In Qliksense Bookmark is store in Reposetry database Table "AppObjects".
You need to connect to your Qliksense Pgdatabase though PGadmin tool.
below SQL query to fetch all the Bookmarks, modifyeduserid along with the AppId.
SELECT "ID", "ObjectType","Name","ModifiedByUserName","App_ID","Owner_ID"
FROM public."AppObjects" where "ObjectType"='bookmark';
;
Thank you for taking the time to show me this. It works great.
Hi there, this post looks really like something I wish to produce.
"You need to connect to your Qliksense Pgdatabase though PGadmin tool "
Can you give further guidance on this part please?
Thanks
Hi, could you give me some more information on how to get to the page you are referring to in your proposed solution?
Thanks,