<?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: Qlik Sense: Update a visualization's title via API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932572#M3333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filterpanes do actually not contain any dimensions at all. At least not from the Engine perspective. Instead, a filterpane is a container for Listboxes which in turn are the ones that carry the ListObjects that have dimensions. So to modify the dimensions of a filterpane, you need to traverse the children of the filterpane object. So somethings similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;var listboxes = filterpane.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; GetChildInfos().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; Select(childInfo =&amp;gt; app.GetObject&amp;lt;GenericObject&amp;gt;(childInfo.Id)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; OfType&amp;lt;IListbox&amp;gt;();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;foreach (var listobx in listboxes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; using(listbox.SuspendedLayout)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;some operation on the listbox&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 10:22:48 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2015-10-22T10:22:48Z</dc:date>
    <item>
      <title>Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932568#M3329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense 2.1.1 has been integrated with my application. However, our application has dynamically named elements, which happen to appear in the title of several visualizations. Is there any way to programmatically update a visualization's title (or anything else for that matter) via the QRS, Engine, or any other Qlik Sense API? I was thinking I would have some sort of automated process which would scan the visualizations for known placeholders and update them accordingly, but I am lost as to which API has the information and the actions I would need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 17:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932568#M3329</guid>
      <dc:creator />
      <dc:date>2015-10-20T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932569#M3330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;The &lt;A href="http://help.qlik.com/sense/2.0/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-ApplyPatches-method.htm%3FTocPath%3DQlik%2520Sense%2520APIs%2520and%2520SDKs%7CQlik%2520Engine%2520API%7CClasses%7CGenericObject%2520class%7C_____3"&gt;ApplyPatches&lt;/A&gt; method in the Engine API allows you to modify visualization properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 05:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932569#M3330</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-21T05:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932570#M3331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modifying a visualization title is basically an update of the objects properties which implies that you want to use either the &lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-ApplyPatches-method.htm%3FTocPath%3DQlik%2520Sense%2520APIs%2520and%2520SDKs|Qlik%2520Engine%2520API|Classes|GenericObject%2520class|_____3" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-ApplyPatches-method.htm%3FTocPath%3DQlik%2520Sense%2520APIs%2520and%2520SDKs|Qlik%2520Engine%2520API|Classes|GenericObject%2520class|_____3"&gt;ApplyPatch&lt;/A&gt; method that Erik Wetterberg mentioned or the &lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SetProperties-method.htm" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SetProperties-method.htm"&gt;SetProperties&lt;/A&gt;‌ method of the Engine API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do this through the .Net SDK you can access the data structures of the client visualizations through C# which means you could do something like this where "app" refers to a Qlik Sense app that has been opened, and "sheet" refers to a sheet of that app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;var visualizations = sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; GetChildInfos().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; Select(childInfo =&amp;gt; app.GetObject&amp;lt;GenericObject&amp;gt;(childInfo.Id)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; OfType&amp;lt;IVisualizationBase&amp;gt;();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;foreach (var visualization in visualizations)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; using(visualization.SuspendedLayout)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; visualization.Properties.Title = "My new title";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to the following page if you want more information concerning how to get started with the .Net SDK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Intro.htm%3FTocPath%3DBuilding%2520applications%2520with%2520the%2520.NET%2520SDK|_____0" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Intro.htm%3FTocPath%3DBuilding%2520applications%2520with%2520the%2520.NET%2520SDK|_____0"&gt;Building applications with the .NET SDK&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The following page contains samples illustrating of how to use the .Net SDK. The sample "App preload" illustrates how to access all objects of an app, while the sample "App traverser" illustrates how to access specific information within different entities of an app:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/NetSDKAPI/Content/CodeExamples/Download-code-examples.htm" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/NetSDKAPI/Content/CodeExamples/Download-code-examples.htm"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Download code samples&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932570#M3331</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-10-21T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932571#M3332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Øystein, between your sample and the code samples (I can't believe I never saw that page before) I was able to work it out. I do have a follow-on question though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data model has dynamically named fields in it. Now, I already know I can do a MAPPING LOAD and RENAME FIELDS call in the load script to rename the fields and any visualizations which use that field will automatically have the dimension label updated with the new name (so long as you left it at the default value), but this does not seem to work for filter panes. Is there a similar mechanism with the .NET SDK to be able to change the label of a dimension within a filter pane? The filter pane on the sheet is an extension of a master object, if that makes any difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932571#M3332</guid>
      <dc:creator />
      <dc:date>2015-10-21T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932572#M3333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filterpanes do actually not contain any dimensions at all. At least not from the Engine perspective. Instead, a filterpane is a container for Listboxes which in turn are the ones that carry the ListObjects that have dimensions. So to modify the dimensions of a filterpane, you need to traverse the children of the filterpane object. So somethings similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;var listboxes = filterpane.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; GetChildInfos().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; Select(childInfo =&amp;gt; app.GetObject&amp;lt;GenericObject&amp;gt;(childInfo.Id)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; OfType&amp;lt;IListbox&amp;gt;();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;foreach (var listobx in listboxes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; using(listbox.SuspendedLayout)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;some operation on the listbox&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 10:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932572#M3333</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-10-22T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932573#M3334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Øystein. I am very frustrated by the lack of documentation on the SDK and object structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, I am now experimenting with using variables to control the names, rather than having the dynamic pieces hard-coded, since I wouldn't necessarily know which items need to have their titles modified. I figured out how to lookup variables (not script generated) within the app, but I cannot seem to get any updates to stick. Here is what I am doing. Perhaps you can point me in the right direction to be able to update a variables value via the SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;var&lt;/SPAN&gt; v = app.&lt;SPAN style="color: darkcyan;"&gt;GetVariableByName&lt;/SPAN&gt;(&lt;SPAN style="color: #a31515;"&gt;"VariableName"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;if&lt;/SPAN&gt; (v != &lt;SPAN style="color: blue;"&gt;null&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.&lt;SPAN style="color: darkcyan;"&gt;SetStringValue&lt;/SPAN&gt;(&lt;SPAN style="color: #a31515;"&gt;"New Value"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 20:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932573#M3334</guid>
      <dc:creator />
      <dc:date>2015-10-26T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932574#M3335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK reference documentation for the GenericVariable class has been improved since last release, and will be better for the next release of Qlik Sense. The engine API documentation has some more information on that class though (which is the information we have extracted to the SDK reference as well). In particular that documentation states that the settings you do with "SetStringValue" are not persisted, which is probably why you see the behavior you are seeing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetStringValue-method.htm%3FTocPath%3DQlik%2520Sense%2520APIs%2520and%2520SDKs|Qlik%2520Engine%2520API|Classes|GenericVariable%2520class|_____9" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetStringValue-method.htm%3FTocPath%3DQlik%2520Sense%2520APIs%2520and%2520SDKs|Qlik%2520Engine%2520API|Classes|GenericVariable%2520class|_____9"&gt;GenericVariable.SetStringValue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably need to update the properties of the variable to achieve what you want. I would assume what you are looking for is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: courier new,courier;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; v = app.&lt;SPAN style="color: darkcyan;"&gt;GetVariableByName&lt;/SPAN&gt;(&lt;SPAN style="color: #a31515;"&gt;"VariableName"&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="color: blue;"&gt;if&lt;/SPAN&gt; (v != &lt;SPAN style="color: blue;"&gt;null&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt; props = v.Properties;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; props.Definition = &lt;SPAN style="color: #800000;"&gt;"New Value"&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; v.&lt;SPAN style="color: #008080;"&gt;SetProperties&lt;/SPAN&gt;(props);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Note, however,that you cannot update the properties of a script-defined variable.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetProperties-method.htm#GenericVariableProperties" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetProperties-method.htm#GenericVariableProperties"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetProperties-method.htm" title="http://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/EngineAPI/Content/Classes/GenericVariableClass/GenericVariable-class-SetProperties-method.htm"&gt;GenericVariable.SetProperties&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 09:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932574#M3335</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-10-27T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Update a visualization's title via API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932575#M3336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have been able to achieve what you were trying to do. Please also mark the an answer as "Correct" if you feel you have the information you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Øystein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 09:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Update-a-visualization-s-title-via-API/m-p/932575#M3336</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2015-11-02T09:17:15Z</dc:date>
    </item>
  </channel>
</rss>

