<?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: Dynamic layout.qHyperCube.qMeasureInfo in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650773#M11853</link>
    <description>&lt;P&gt;In your code you define a stylesheet, that will be applied for all instances of your extension. To make this work you need to use inline styles for everything that should be different for the different extension instances, otherwise they will just overwrite each other with different styles with the same rules.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 16:02:03 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2019-11-25T16:02:03Z</dc:date>
    <item>
      <title>Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650487#M11848</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to html and css, and have been trying to create a kpi extension. I am using&amp;nbsp;layout.qHyperCube.qMeasureInfo["0"] in the style tag to set colors etc in my kpi. the issue with this is I cant have 2 kpi objects of the same extensions as if i change the color of one of them the other one changes too. is there any way to make this dynamic?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2019 23:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650487#M11848</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-24T23:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650517#M11851</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most likely this is a HTML problem. Are you using a HTML Id to fond the right element? Make sure that it is unique or avoid using an Id.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 05:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650517#M11851</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-25T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650566#M11852</link>
      <description>&lt;P&gt;Hi, PFA the javascript and html template in the zip file. I cant find the issue in this, the ids i am using seem to be okay except the&amp;nbsp;layout.qHyperCube.qMeasureInfo["0"] parts&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 10:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650566#M11852</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-25T10:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650773#M11853</link>
      <description>&lt;P&gt;In your code you define a stylesheet, that will be applied for all instances of your extension. To make this work you need to use inline styles for everything that should be different for the different extension instances, otherwise they will just overwrite each other with different styles with the same rules.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650773#M11853</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-25T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650822#M11855</link>
      <description>&lt;P&gt;It worked, thanks a lot Erik!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 17:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1650822#M11855</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-25T17:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652301#M11882</link>
      <description>&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a slight issue I am having. I added background-color and color in html code in inline styling, and it works perfectly in chrome, but the changes are not being detected in IE. Its funny because its detecting other parameters that i put in inline styles but not color and background color. do you know what the solution could be to this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rish&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 12:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652301#M11882</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-28T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652317#M11883</link>
      <description>&lt;P&gt;No, I don't. Exactly how do you express the colors? Hex codes rgb? I believe rgba is not supported by IE.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 12:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652317#M11883</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-11-28T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652438#M11885</link>
      <description>&lt;P&gt;I have tried with both hex and rgb.i added inline styling (background-color for card bg-info tag and color for the card-body tag), and when i checked in the IE console, i found out that its not detecting background-color and color at all, i tried adding a few other attributes in style to check if those are being detected, and IE detects those but for some reason it just has issues with background-color and color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 16:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652438#M11885</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-28T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652499#M11886</link>
      <description>&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;I checked with different methods, and now I am certain that it is probably happening because of the value from java script in double curly brackets. the line is&amp;nbsp;&amp;lt;div class="card bg-info" style="background-color:{{layout.qHyperCube.qMeasureInfo['0'].bgcolor}};" id="kpi_{{layout.qInfo.qId}}"&amp;gt;, and if i put in a static color value there instead(eg #fff) it works. Would really appreciate it if you could suggest a substitute for this as my knowledge of front end development is very minimal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rish&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 01:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652499#M11886</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-29T01:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic layout.qHyperCube.qMeasureInfo</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652594#M11893</link>
      <description>&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found the solution, IE apparently doesnt like angular objects and was acting a bit strange because of that. The solution is inline styling for other browsers and&amp;nbsp;ng-style="{'background-color': layout.qHyperCube.qMeasureInfo['0'].var}" for IE 11/Edge. Thanks for helping me out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rish&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 09:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Dynamic-layout-qHyperCube-qMeasureInfo/m-p/1652594#M11893</guid>
      <dc:creator>rish</dc:creator>
      <dc:date>2019-11-29T09:36:41Z</dc:date>
    </item>
  </channel>
</rss>

