<?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: What does following means ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657296#M1070090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thanx for reply but still i did not get it exactly. WHere this index value is defined , how it is stored etc. Can you give me some example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 09:09:23 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2014-08-27T09:09:23Z</dc:date>
    <item>
      <title>What does following means ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657294#M1070088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHat does the following mean? And where this index number i.e 73 is defined??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Minstring({&amp;lt;Index = {73}&amp;gt;} [$(vLanguage)])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 07:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657294#M1070088</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-27T07:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: What does following means ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657295#M1070089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For any QlikView document to be presented in multiple languages, all the labels for chart titles, text boxes etc. in multiple languages are stored in an external source such as Excel or CSV. A list box in the app would be used to select the language and this selection value would be stored in the variable vLanguage. With the expression "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Minstring({&amp;lt;Index = {73}&amp;gt;} [$(vLanguage)])" in chart title or text object etc. the function returns the first search result for the respective Index column value under the respective Language selected from the source table(Excel or CSV imported into QlikView).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this clarifies. Please do an extensive search in the Load script dialogue of the app where this expression comes from, so you will get to know the working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sri&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 08:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657295#M1070089</guid>
      <dc:creator />
      <dc:date>2014-08-27T08:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: What does following means ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657296#M1070090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thanx for reply but still i did not get it exactly. WHere this index value is defined , how it is stored etc. Can you give me some example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 09:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657296#M1070090</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-27T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: What does following means ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657297#M1070093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check for "Help_Desk_Management" QlikView Demo app's Load script, there is a tab called "Transalations" where an excel containing the Transalations data is loaded and transformed to make use of the expression "=Only({&amp;lt;Index = {3}&amp;gt;} [$(vLanguage)])" for labelling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This process is used for ease of maintaining and changing the labelling of objects externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies, please mark the post as answered if it's cleared your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-following-means/m-p/657297#M1070093</guid>
      <dc:creator />
      <dc:date>2014-08-27T10:05:53Z</dc:date>
    </item>
  </channel>
</rss>

