<?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 Is there any way to load dynamic labels automatically into Master items? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15087#M1048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;Hi everyone.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;We are trying to load variables in our labels so they can change depending on the language selected by the app's user. Is there any way to do this automatically?&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;We have tried to use several plugins to import Master items from excel files, but they do not understand the labels when their expressions are calling a variable. These plugins just load the variables as plain strings, rather than understanding the expressions inside them.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;The other approach we have tried is to use the Governed Metrics Service (&lt;A href="http://eapowertools.github.io/GovernedMetricsService/" title="http://eapowertools.github.io/GovernedMetricsService/"&gt;Home - EA Powertools Governed Metrics Service&lt;/A&gt;) but apparently it doesn't have any place for us to include the labels. It only provides the fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ID&lt;/LI&gt;&lt;LI&gt;UID&lt;/LI&gt;&lt;LI&gt;MetricSubject&lt;/LI&gt;&lt;LI&gt;MetricType&lt;/LI&gt;&lt;LI&gt;MetricName&lt;/LI&gt;&lt;LI&gt;MetricDescription&lt;/LI&gt;&lt;LI&gt;MetricFormula&lt;/LI&gt;&lt;LI&gt;MetricGrouping&lt;/LI&gt;&lt;LI&gt;MetricOwner&lt;/LI&gt;&lt;LI&gt;MetricTags&lt;/LI&gt;&lt;LI&gt;MetricColor&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;Any clue? Any help on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2018 10:19:02 GMT</pubDate>
    <dc:creator>agarbajosa</dc:creator>
    <dc:date>2018-05-10T10:19:02Z</dc:date>
    <item>
      <title>Is there any way to load dynamic labels automatically into Master items?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15087#M1048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;Hi everyone.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;We are trying to load variables in our labels so they can change depending on the language selected by the app's user. Is there any way to do this automatically?&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;We have tried to use several plugins to import Master items from excel files, but they do not understand the labels when their expressions are calling a variable. These plugins just load the variables as plain strings, rather than understanding the expressions inside them.&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;The other approach we have tried is to use the Governed Metrics Service (&lt;A href="http://eapowertools.github.io/GovernedMetricsService/" title="http://eapowertools.github.io/GovernedMetricsService/"&gt;Home - EA Powertools Governed Metrics Service&lt;/A&gt;) but apparently it doesn't have any place for us to include the labels. It only provides the fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ID&lt;/LI&gt;&lt;LI&gt;UID&lt;/LI&gt;&lt;LI&gt;MetricSubject&lt;/LI&gt;&lt;LI&gt;MetricType&lt;/LI&gt;&lt;LI&gt;MetricName&lt;/LI&gt;&lt;LI&gt;MetricDescription&lt;/LI&gt;&lt;LI&gt;MetricFormula&lt;/LI&gt;&lt;LI&gt;MetricGrouping&lt;/LI&gt;&lt;LI&gt;MetricOwner&lt;/LI&gt;&lt;LI&gt;MetricTags&lt;/LI&gt;&lt;LI&gt;MetricColor&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;Any clue? Any help on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15087#M1048</guid>
      <dc:creator>agarbajosa</dc:creator>
      <dc:date>2018-05-10T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to load dynamic labels automatically into Master items?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15088#M1049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried wrapping the variable in a dollar sign expansion?&lt;/P&gt;&lt;P&gt;$(=$(var))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 15:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15088#M1049</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-05-10T15:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to load dynamic labels automatically into Master items?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15089#M1050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I already tried to do that. But all the extensions we've found until now, apparently treat the label as a string (like old Qlik versions did), not as an expression. So, at the end, the visualization will show: &lt;EM&gt;"&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;$(=$(var))"&lt;/EM&gt;, instead of its value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 06:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-there-any-way-to-load-dynamic-labels-automatically-into/m-p/15089#M1050</guid>
      <dc:creator>agarbajosa</dc:creator>
      <dc:date>2018-05-11T06:18:18Z</dc:date>
    </item>
  </channel>
</rss>

