<?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 Dynamic label generation approach used in Financial Controlling Demo Application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220607#M73506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am new to Qlikview and i was exploring the Financial Controlling Demo Application. I have noticed that for Label generation of Various Expression below logic is being used. Between two lable only field poistion is changing(like 14, 15 etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;fieldvalue&lt;/B&gt;(&lt;B&gt;$(vLanguage)&lt;/B&gt;,14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I have tried reverse engineering the code but could not find the exact logic. I understand (vLanguage) is a varibale which have values from Language table but langugae does have only three rows. Not sure from where various label values are getting poulated using this varibale.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Feb 2011 16:37:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-17T16:37:38Z</dc:date>
    <item>
      <title>Dynamic label generation approach used in Financial Controlling Demo Application</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220607#M73506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am new to Qlikview and i was exploring the Financial Controlling Demo Application. I have noticed that for Label generation of Various Expression below logic is being used. Between two lable only field poistion is changing(like 14, 15 etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;fieldvalue&lt;/B&gt;(&lt;B&gt;$(vLanguage)&lt;/B&gt;,14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I have tried reverse engineering the code but could not find the exact logic. I understand (vLanguage) is a varibale which have values from Language table but langugae does have only three rows. Not sure from where various label values are getting poulated using this varibale.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 16:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220607#M73506</guid>
      <dc:creator />
      <dc:date>2011-02-17T16:37:38Z</dc:date>
    </item>
    <item>
      <title>Dynamic label generation approach used in Financial Controlling Demo Application</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220608#M73507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function fieldvalue('field1',14) will return the 14th value loaded in the field 'field1', so the variable vLanguage returns the column (eg. 'EN') and returns the 14th value in that column that returns the label.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 20:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220608#M73507</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-02-17T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Dynamic label generation approach used in Financial Controlling Demo Application</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220609#M73508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl,&lt;/P&gt;&lt;P&gt;I got the logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 07:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220609#M73508</guid>
      <dc:creator />
      <dc:date>2011-04-18T07:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic label generation approach used in Financial Controlling Demo Application</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220610#M73509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing Qlikview application for Finance to my customer, so i was asked to do application as it is in the financial controlling application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have doubt in the expression, how do you bring the field which has multiple expressions in it as values, &lt;/P&gt;&lt;P&gt;for example refering the dashboard sheet, profit and loss sheet, u have put actual ytd, but this field has expressions in it as values, how do that map with P&amp;amp;L Names, and gives a respective value, pls explain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-label-generation-approach-used-in-Financial-Controlling/m-p/220610#M73509</guid>
      <dc:creator>kalyandg</dc:creator>
      <dc:date>2013-08-06T08:44:14Z</dc:date>
    </item>
  </channel>
</rss>

