<?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: Format Issue in line chart while using 2 different Variable button functionality in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91648#M6104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Yes, I tried as you suggested,But not getting the required result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As above method i am able to get the result in single single chart,if i am mapping in a single chart both format,result fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for your reply!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shree krishna Dwivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2018 09:36:29 GMT</pubDate>
    <dc:creator>shreekrishna</dc:creator>
    <dc:date>2018-09-29T09:36:29Z</dc:date>
    <item>
      <title>Format Issue in line chart while using 2 different Variable button functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91644#M6100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart which is associated to &lt;SPAN style="text-decoration: underline;"&gt;two different variable&lt;/SPAN&gt; buttons.&lt;BR /&gt;I have used &lt;SPAN style="text-decoration: underline;"&gt;"two pick"&lt;/SPAN&gt; statements to change the measure values of the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="253" src="https://community.qlik.com/legacyfs/online/212574_Capture.PNG" style="height: 253px; width: 476.024px;" width="476" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" height="255" src="https://community.qlik.com/legacyfs/online/212575_Capture1.PNG" style="height: 255px; width: 493.347px;" width="493" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above figure shows Year wise Attrition in Percentage and Number respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: We need 17.43(two decimal points) values to be shown when we select attrition in percentage.&lt;/P&gt;&lt;P&gt;1042(Without decimal points) to be shown when we select attrition in numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We need to implement this in a single chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried to write a set expression so when we click on attrition in numbers, the Number format(num(Measure, '##0')) is written without any decimal points and when we select attrition in percentage, the number format(num(Measure,'##0.00')). But still we are unsuccessful in achieving the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Set analysis written is:&lt;/P&gt;&lt;P&gt;Total attrition:&lt;/P&gt;&lt;P&gt;if(v7=1,Pick(var3,&lt;SPAN style="font-size: 10pt;"&gt;Num((&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)/ 2))*100,'0.00'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum(AttritionHeadCount)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(v7=3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(Pick(var3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Num( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;((sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/ &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))*100,'0.00'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum(AttritionHeadCount))),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Pick(var3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Num(( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;((Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;+ Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)/ 2))*100,'0.00'),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum(AttritionHeadCount))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regretted:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(v7=1,Pick(var3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Num(( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;((Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;+Sum(HeadCount))/ 2))*100,'0.00'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum(AttritionHeadCount)),&lt;/P&gt;&lt;P&gt;if(v7=3,&lt;SPAN style="font-size: 10pt;"&gt;(Pick(var3,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Num((sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/ ( Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)*100,'0.00'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum(AttritionHeadCount))),&lt;/P&gt;&lt;P&gt;Pick(var3,&lt;SPAN style="font-size: 10pt;"&gt;Num(( &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(sum(AttritionHeadCount)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;((Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;+ Sum(HeadCount)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)/ 2))*100,'0.00'),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum(AttritionHeadCount))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/212597_Capture2.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/212598_Capture3.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;STRONG&gt;We cannot use two tables as per application demand.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please let me know how to achieve the following requirement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Shree Krishna Dwivedi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91644#M6100</guid>
      <dc:creator>shreekrishna</dc:creator>
      <dc:date>2024-11-16T07:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issue in line chart while using 2 different Variable button functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91645#M6101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could write your two measures with each right format&lt;/P&gt;&lt;P&gt;And without if in expression just make the expression visible according to value of your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 18:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91645#M6101</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-09-04T18:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issue in line chart while using 2 different Variable button functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91646#M6102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Olivier GAUTIER,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and valuable time !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes,I tried as you have mention.But not able to get desired result.It is working only if i am writing for each individual charts.&lt;/P&gt;&lt;P&gt;Here the requirement is both will be in single chart and result should be like-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;STRONG&gt;Attrition in Numbers-1004 (without decimal point)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Attrition in percentage- 17.42 (two decimal point)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geting result- &lt;SPAN style="font-size: 13.3333px;"&gt;Attrition in percentage- 17.42 (two decimal point)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Attrition in Numbers-1004.00 (with decimal point) &amp;lt;-----Problem&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Shree Krishna Dwivedi&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 04:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91646#M6102</guid>
      <dc:creator>shreekrishna</dc:creator>
      <dc:date>2018-09-06T04:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issue in line chart while using 2 different Variable button functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91647#M6103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I mean is : in each chart you have the two measures (in number and in %), each measure with the right format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then according to the value of your variable/button each measure is visible or not (property condition),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this you have allready tested ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91647#M6103</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-09-07T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Format Issue in line chart while using 2 different Variable button functionality</title>
      <link>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91648#M6104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Yes, I tried as you suggested,But not getting the required result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As above method i am able to get the result in single single chart,if i am mapping in a single chart both format,result fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for your reply!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shree krishna Dwivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 09:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Format-Issue-in-line-chart-while-using-2-different-Variable/m-p/91648#M6104</guid>
      <dc:creator>shreekrishna</dc:creator>
      <dc:date>2018-09-29T09:36:29Z</dc:date>
    </item>
  </channel>
</rss>

