<?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: Associative Array Data Structure in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082179#M919458</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;There are no Data type such as Structure but you can create you own variable names using the dot conventions for ease of use.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let MyStruct.Value= 1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name= 'XYZ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You may also make this as an array&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let MyStruct.Value1= 1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name1= 'XYZ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let MyStruct.Value2= 2;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name2= 'WXY''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;you array index can be incremented by using and index variable in a for loop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2016 04:48:23 GMT</pubDate>
    <dc:creator>ziadm</dc:creator>
    <dc:date>2016-05-06T04:48:23Z</dc:date>
    <item>
      <title>Associative Array Data Structure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082177#M919456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Qlikview have Associative data Structure. where I can define a variable with key-value pair ?&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/Associative-Array-Data-Structure-in-Qlikview/m-p/1082177#M919456</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Associative Array Data Structure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082178#M919457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no real data types in QlikView, no basic / generic and no kind of abstract types.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2830"&gt;Data Types in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want to achieve with the associative array?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can work around creating a (island) table with one field being the key and one the value.&lt;/P&gt;&lt;P&gt;Then you could get the value from key e.g. by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;KeyField = {'KeyValue'}&amp;gt;} ValueField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 18:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082178#M919457</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-05T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Associative Array Data Structure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082179#M919458</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;There are no Data type such as Structure but you can create you own variable names using the dot conventions for ease of use.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let MyStruct.Value= 1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name= 'XYZ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You may also make this as an array&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let MyStruct.Value1= 1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name1= 'XYZ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let MyStruct.Value2= 2;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let MyStruct.Name2= 'WXY''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;you array index can be incremented by using and index variable in a for loop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 04:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associative-Array-Data-Structure-in-Qlikview/m-p/1082179#M919458</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-05-06T04:48:23Z</dc:date>
    </item>
  </channel>
</rss>

