<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Re: Delete community bookmark in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949631#M9867</link>
    <description>&lt;P&gt;Having said that, this is not a user friendly solution can cannot be done easily. If more graphical and easily accessible way can be develop then it will help all the community.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 10:39:34 GMT</pubDate>
    <dc:creator>-AA</dc:creator>
    <dc:date>2022-06-29T10:39:34Z</dc:date>
    <item>
      <title>Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idi-p/1931649</link>
      <description>&lt;P&gt;It would be helpful to have a possibility to delete community bookmarks. Some bookmarks might become not relevant and when a person leaves the job bookmarks will keep hanging forever.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 10:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idi-p/1931649</guid>
      <dc:creator>migle_purzelyte</dc:creator>
      <dc:date>2022-05-17T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1943224#M9772</link>
      <description>&lt;P&gt;Is there any update to this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1943224#M9772</guid>
      <dc:creator>-AA</dc:creator>
      <dc:date>2022-06-14T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949572#M9864</link>
      <description>&lt;P&gt;I would also like to know this. Currently an app that is used daily by multiple people is full of bookmarks which no one wants, created by someone that left the company. It seems impossible to delete them without replacing the app and losing everyone's personal bookmarks?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949572#M9864</guid>
      <dc:creator>bartdeboed</dc:creator>
      <dc:date>2022-06-29T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949597#M9866</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I got a solution from Qlik:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;It can be done via Qlik CLI. If you have already installed and configure CLI then please follow the below steps.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;EngineObjectId is Bookmark ID and you can get it from URL/Link as mention in below picture:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AA_0-1656495813446.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82922i5AC22780084A6BBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AA_0-1656495813446.png" alt="AA_0-1656495813446.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;----CLI Script begins --------------&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;$EngineObjectId = "7d5b4e70-f7a5-CCCC-AAAA-XXXXXXXXXXXX"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;gci cert:\CurrentUser\My | where { $_.FriendlyName -eq "QlikClient" } | Connect-Qlik -TrustAllCerts -username INTERNAL\sa_api -ErrorAction Stop&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Get-QlikObject -filter "objectType eq 'bookmark' and published eq true and approved eq false and engineObjectId eq '$EngineObjectId'" | Unpublish-QlikObject&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Get-QlikObject -filter "objectType eq 'bookmark' and published eq true and approved eq false and engineObjectId eq '$EngineObjectId'" | Remove-QlikObject&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;----CLI Script ends--------------&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;* If script doesn't&amp;nbsp;work then try replacing the&amp;nbsp;$EngineObjectId variable directly with bookmark id in script.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;-AA&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949597#M9866</guid>
      <dc:creator>-AA</dc:creator>
      <dc:date>2022-06-29T09:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949631#M9867</link>
      <description>&lt;P&gt;Having said that, this is not a user friendly solution can cannot be done easily. If more graphical and easily accessible way can be develop then it will help all the community.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 10:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1949631#M9867</guid>
      <dc:creator>-AA</dc:creator>
      <dc:date>2022-06-29T10:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1950280#M9877</link>
      <description>&lt;P&gt;More generally, the ability to modify bookmarks in the same way we delete other objects (sheets, stories, etc) would be helpful. This includes both deleting unused/unneeded bookmarks, but also changing ownership of a bookmark, renaming it, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 12:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/1950280#M9877</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-30T12:38:58Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/2118515#M15816</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/281249" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 17:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/2118515#M15816</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-09-18T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delete community bookmark - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/2118516#M15817</link>
      <description />
      <pubDate>Mon, 18 Sep 2023 17:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Delete-community-bookmark/idc-p/2118516#M15817</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-09-18T17:09:55Z</dc:date>
    </item>
  </channel>
</rss>

