<?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>topic Re: Refactor object-id in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373598#M803465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to adapt the code in the below post to change object IDs programmatically.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/279876"&gt;Re: Load help text of objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific properties for changing the object ID can be found in the documentation (API) or in this thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/68070" title="https://community.qlik.com/thread/68070"&gt;https://community.qlik.com/thread/68070&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Nov 2017 13:42:16 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2017-11-12T13:42:16Z</dc:date>
    <item>
      <title>Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373596#M803463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to change object-IDs throughout the entire document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a working procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373596#M803463</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373597#M803464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christoph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what object ID´s do you mean?&lt;/P&gt;&lt;P&gt;If you mean ID`s from your visualisation Objects I don´t think a change is possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you mean ID´s you read from a source that is possible but you need a condition for that.&lt;/P&gt;&lt;P&gt;For example if you wan to change all your ids from 2 to 4 you write in your load script an if clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(id = 2, 4) as id&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also it is possible to use the replace function&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/StringFunctions/Replace.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/StringFunctions/Replace.htm"&gt;Replace - script and chart function ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 09:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373597#M803464</guid>
      <dc:creator>Ralf_Heukäufer</dc:creator>
      <dc:date>2017-11-12T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373598#M803465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to adapt the code in the below post to change object IDs programmatically.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/279876"&gt;Re: Load help text of objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific properties for changing the object ID can be found in the documentation (API) or in this thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/68070" title="https://community.qlik.com/thread/68070"&gt;https://community.qlik.com/thread/68070&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 13:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373598#M803465</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2017-11-12T13:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373599#M803466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am modifying my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking for some insight regarding the GUI.&lt;/P&gt;&lt;P&gt;Specifically, I have several Objects grouped in&amp;nbsp; a box (Sammelbox) and want to change originalID using properties-&amp;gt;object ID to &lt;EM&gt;newID&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cause the the list of the Sammelbox to report that the Documents/&lt;EM&gt;originalID is not available&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is no object with &lt;EM&gt;newID &lt;/EM&gt;to be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have to &lt;/P&gt;&lt;P&gt;1. remove the object from the Box, (it will appear on top of the sheet)&lt;/P&gt;&lt;P&gt;2. rename the objectID&lt;/P&gt;&lt;P&gt;3. put it back into the box (this will duplicate the object)&lt;/P&gt;&lt;P&gt;4. remove the object (the original duplicate from after 1) from the sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, removing the object from the box may cause it to be lost irretrievably&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question should therefore be: Help???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whom should I address with this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 07:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373599#M803466</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2017-11-13T07:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373600#M803467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK there is not really a simpler way within the GUI - maybe you could keep the origin objects within a (hidden) sheet and not removing them after pulling the into the container - but I doubt it will be make a great difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like &lt;A href="https://community.qlik.com/qlik-users/2339"&gt;orsh_&lt;/A&gt; mentioned you could create some macros which could do the job for you maybe with 3 inputboxes for the old and new object id and the container-id. The links from above would be a good starting point for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this it might be more helpful to adjust your approaches by building and maintaining your dashboards - personally I do change an object-id very rarely and even copying containers between multiple applications is rather seldom (and if I do so I also take the few minutes to replace the wrong objects with the correct ones).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 10:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373600#M803467</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-13T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Refactor object-id</title>
      <link>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373601#M803468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any way to do this without removing the object from the container and re-adding.&amp;nbsp; You can avoid dealing with the duplicates by dragging the object in/out of the container.&amp;nbsp; That won't create duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Refactor-object-id/m-p/1373601#M803468</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-13T21:21:37Z</dc:date>
    </item>
  </channel>
</rss>

