<?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: Static Dimension in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703049#M725326</link>
    <description>Sure you can.</description>
    <pubDate>Mon, 18 May 2020 13:08:34 GMT</pubDate>
    <dc:creator>Arthur_Fong</dc:creator>
    <dc:date>2020-05-18T13:08:34Z</dc:date>
    <item>
      <title>Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1700683#M725321</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one Qlik Dashboard where i have more than 150 KPIs'. in that like few metrics are Percentage , few or numerical like that so for that i created a Flag where all Percent metrics will come under one and numerical metrics will come under different like below&lt;/P&gt;&lt;P&gt;Here 1 is all Percentage metrics and Second is Numerical.&lt;/P&gt;&lt;P&gt;IF(Metric='Customer Utilization' OR&lt;BR /&gt;Metric='Absence' OR&lt;BR /&gt;Metric='Investment Utilization' OR&lt;BR /&gt;Metric='Minimum Time Submitted (MTS)' OR&lt;BR /&gt;Metric='Pre-Sales Utilization'&lt;BR /&gt;&lt;BR /&gt;, 1,&lt;BR /&gt;&lt;BR /&gt;IF(Metric='Activity Hours (K)' OR&lt;BR /&gt;Metric='Portfolio Hours Global (K)'&lt;BR /&gt;, 2,&lt;BR /&gt;&lt;BR /&gt;3)) AS Metric_Flag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So when i comes to front end in Chart Expression i have given as below&lt;/P&gt;&lt;P&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'Global'}&amp;gt;} Metric_Flag ) = 1,&lt;/P&gt;&lt;P&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'Global'}&amp;gt;} NumValue) /&lt;BR /&gt;SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'Global'}&amp;gt;} DenValue), '0.#%') ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'Global'}&amp;gt;} Metric_Flag ) = 2,&lt;/P&gt;&lt;P&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'Global'}&amp;gt;} NumValue),'##,###.0'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But i have different filters like month, Country , etc&amp;nbsp;&amp;nbsp; so if some one select some country or Month&amp;nbsp;from filter and that country or Month has no&amp;nbsp;Data in backend Fact table &amp;nbsp;. My Metrics is Disappearing in &amp;nbsp;Chart Pivot Dimension&amp;nbsp;which it should not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the only point is my Metrics Dimension should be static&amp;nbsp; in Chart Pivot Dimension, whether it has data or not it should not go off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can we do that ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1700683#M725321</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1701811#M725322</link>
      <description>&lt;P&gt;You have a sample app?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 01:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1701811#M725322</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2020-05-14T01:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702462#M725323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching the app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the attached app basically , if you select GIC in Delivery Group filter my metrics are going off.&lt;/P&gt;&lt;P&gt;what ever the scenario what ever dimension i select like month or any geo my metrics list should be static it should not go off. that's what i need .&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 14:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702462#M725323</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-05-15T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702557#M725324</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MC.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33720i86C21B615F46A4C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="MC.PNG" alt="MC.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I did is to add in a line of expression, excluding all dimensions and multiply with 0.&amp;nbsp;&lt;BR /&gt;So that the new line of expression did not affect the original expression.&lt;/P&gt;&lt;P&gt;Next in presentation, uncheck suppress zero values.&lt;/P&gt;&lt;P&gt;Refer qvw attached.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;BR /&gt;Arthur Fong&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 18:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702557#M725324</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2020-05-15T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702951#M725325</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;it works in that way, but again format changes ,&lt;/P&gt;&lt;P&gt;bec in that $(vLESQBRNEW) i have wrote multiple flags like metrics with flag 1 contains all percentage metrics , metrics with flag 2 contains&amp;nbsp; numerical number and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so is it some thing we can add to&amp;nbsp; below&amp;nbsp; expression directly.&amp;nbsp; same below expression is nothing but $(vLESQBRNEW) this variable same you can get it from app in variable Section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of writing below as format changes ,, can we add to variable expression directly ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$(vLESQBRNEW)&lt;BR /&gt;+&lt;BR /&gt;(SUM ({1&amp;lt;ScenarioLabel={'Actuals'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue)*0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression :&lt;/P&gt;&lt;P&gt;IF ( MAX( {$&amp;lt;FY_QM={'Threshold'},Scope={'LES'}, QBR={'Primary (QBR)'},FYear={'Threshold'},FY_MonthName={'Threshold'},WW=,Region=, Geography=, SubGeo1=, SubGeo2=, Country=,QuarterID=&amp;gt;} TargetFlag) = 1,&lt;BR /&gt;IF( MIN({$&amp;lt;FY_QM={'Threshold'},Scope={'LES'},QBR={'Primary (QBR)'},WW=,Region=, Geography=, SubGeo1=, SubGeo2=, Country=,Area=,Region_memberid_label={$(vUnqGeography)},QBR=,Month=,FY_Month=,FY_QM=,FY_Quarter=,FYear=,QuarterID=&amp;gt;} NumValue)=0,'Dir',&lt;BR /&gt;MAXSTRING({$&amp;lt;FY_QM={'Threshold'},Scope={'LES'},QBR={'Primary (QBR)'},WW=,Region=, Geography=, SubGeo1=, SubGeo2=, Country=,Area=,&lt;BR /&gt;Region_memberid_label={$(vUnqGeography)},Month=,FY_Month=,FY_QM=,FY_Quarter=,FYear=,QuarterID=&amp;gt;} NumValue) ),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 1,&lt;/P&gt;&lt;P&gt;IF(GetFieldSelections(Geography)&amp;gt;0 OR GetFieldSelections(SubGeo1)&amp;gt;0 OR GetFieldSelections(SubGeo2)&amp;gt;0 OR GetFieldSelections(Country)&amp;gt;0 OR GetFieldSelections(Area)&amp;gt;0 ,&lt;/P&gt;&lt;P&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue) /&lt;BR /&gt;SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} DenValue), '0.#%'),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},WW={'WW'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue) /&lt;BR /&gt;SUM ({&amp;lt;ScenarioLabel={'Actuals'},WW={'WW'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} DenValue), '0.#%')&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 2,&lt;/P&gt;&lt;P&gt;IF(GetFieldSelections(Geography)&amp;gt;0 OR GetFieldSelections(SubGeo1)&amp;gt;0 OR GetFieldSelections(SubGeo2)&amp;gt;0 OR GetFieldSelections(Country)&amp;gt;0 OR GetFieldSelections(Area)&amp;gt;0 ,&lt;/P&gt;&lt;P&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue),'##,###.0'),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},WW={'WW'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue),'##,###.0')&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//IF(WW='WW',num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Quarter={$(vFYQ_5Final)},Scope={'LES'}&amp;gt;} NumValue),'#,##0' ),&lt;BR /&gt;num ( SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue),'#,##0' ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 4,&lt;/P&gt;&lt;P&gt;num ( FABS(SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},SubMetric={'COD'},Metric={'CoD as % Revenue -'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue)) /&lt;/P&gt;&lt;P&gt;FABS(SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},SubMetric={'Rev'},Metric={'CoD as % Revenue -'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue))&lt;/P&gt;&lt;P&gt;, '0.#%;0.#%'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 5,&lt;/P&gt;&lt;P&gt;IF(GetFieldSelections(Geography)&amp;gt;0 OR GetFieldSelections(SubGeo1)&amp;gt;0 OR GetFieldSelections(SubGeo2)&amp;gt;0 OR GetFieldSelections(Country)&amp;gt;0 OR GetFieldSelections(Area)&amp;gt;0 ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SUM ({&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue) ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SUM ({&amp;lt;ScenarioLabel={'Actuals'},WW={'WW'},Scope={'LES'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;} NumValue)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If ( MAX ( {&amp;lt;ScenarioLabel={'Actuals'},Scope={'LES'}&amp;gt;} LESMetric_Flag ) = 6,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IF(GetFieldSelections(Geography)&amp;gt;0 OR GetFieldSelections(SubGeo1)&amp;gt;0 OR GetFieldSelections(SubGeo2)&amp;gt;0 OR GetFieldSelections(Country)&amp;gt;0 OR GetFieldSelections(Area)&amp;gt;0 ,&lt;/P&gt;&lt;P&gt;//Num(Avg(Aggr(Avg({$&amp;lt;Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;}[E2E Deployment TAT]), [E2ETATPROJECTID])),'#,##0' ),&lt;/P&gt;&lt;P&gt;Num(Avg({$&amp;lt;Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;}[NumValue]),'#,##0' ) ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Num(Avg({$&amp;lt;WW={'WW'},Month={"&amp;gt;=$(vMinMonth) &amp;lt;=$(vGetMaxQuarterMonthFinal)"}&amp;gt;}[NumValue]),'#,##0' )&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)))))&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 07:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1702951#M725325</guid>
      <dc:creator>dunnalahk</dc:creator>
      <dc:date>2020-05-18T07:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703049#M725326</link>
      <description>Sure you can.</description>
      <pubDate>Mon, 18 May 2020 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703049#M725326</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2020-05-18T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703124#M725327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can add for one flag in my expression , i am getting some error.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703124#M725327</guid>
      <dc:creator>dunnalahk</dc:creator>
      <dc:date>2020-05-18T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703797#M725328</link>
      <description>&lt;P&gt;Can You add to above expression please for one Flag of expression when i tried that i am getting error or none of the values i am getting.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 10:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703797#M725328</guid>
      <dc:creator>dunnalahk</dc:creator>
      <dc:date>2020-05-20T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703932#M725329</link>
      <description>&lt;P&gt;Try dividing your expressions into parts and check which part is the error coming from.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 17:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1703932#M725329</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2020-05-20T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Static Dimension in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1706132#M725330</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Yes, it works. thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 16:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Dimension-in-Chart/m-p/1706132#M725330</guid>
      <dc:creator>dunnalahk</dc:creator>
      <dc:date>2020-05-28T16:37:15Z</dc:date>
    </item>
  </channel>
</rss>

