<?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 Calculated dimensions in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257579#M17833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a calculated dimension from an excel file. The MetricFormula is as follows:&lt;/P&gt;&lt;P&gt;IF("Field Name"='My value', 1, 0)&lt;/P&gt;&lt;P&gt;The issue I'm facing is that once imported it says:&lt;/P&gt;&lt;P&gt;[IF("Field Name"='My value', 1, 0)] which is interpreted as a field name, rather than an expression. Any ideas how I can fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:12:23 GMT</pubDate>
    <dc:creator>excelimpact_com</dc:creator>
    <dc:date>2024-11-16T10:12:23Z</dc:date>
    <item>
      <title>Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257579#M17833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a calculated dimension from an excel file. The MetricFormula is as follows:&lt;/P&gt;&lt;P&gt;IF("Field Name"='My value', 1, 0)&lt;/P&gt;&lt;P&gt;The issue I'm facing is that once imported it says:&lt;/P&gt;&lt;P&gt;[IF("Field Name"='My value', 1, 0)] which is interpreted as a field name, rather than an expression. Any ideas how I can fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257579#M17833</guid>
      <dc:creator>excelimpact_com</dc:creator>
      <dc:date>2024-11-16T10:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257580#M17834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add &lt;STRONG&gt;AS &lt;/STRONG&gt;FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;IF("Field Name"='My value', 1, 0) &lt;SPAN style="color: #ff0000;"&gt;as NewFieldName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 23:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257580#M17834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T23:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257581#M17835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are doing this in the script. Would you be able to share a screenshot of the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 23:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257581#M17835</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T23:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257582#M17836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny, I'm using the Governed Metrics to put the formula as described above in an Excel File, and them I'm importing them using the Governed Metrics extension; however, when I import the formula, the brackets appear around the formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 01:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257582#M17836</guid>
      <dc:creator>excelimpact_com</dc:creator>
      <dc:date>2016-12-15T01:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257583#M17837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rodolfo, I have a feeling this may be a current limitation in GMS.&amp;nbsp; When I coded dimensions I think I'm populating field list only and not allowing for calculated dimensions which would stick the formula somewhere else in the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend opening an issue on Github here: &lt;A href="https://github.com/eapowertools/GovernedMetricsService/issues" title="https://github.com/eapowertools/GovernedMetricsService/issues"&gt;Issues · eapowertools/GovernedMetricsService · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I'll add it to the list of addressables.&amp;nbsp; Expect an update of GMS in mid to end of January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 12:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257583#M17837</guid>
      <dc:creator />
      <dc:date>2016-12-16T12:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimensions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257584#M17838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue created. Thanks Jeff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 15:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Calculated-dimensions/m-p/1257584#M17838</guid>
      <dc:creator>excelimpact_com</dc:creator>
      <dc:date>2016-12-16T15:37:40Z</dc:date>
    </item>
  </channel>
</rss>

