<?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: Funnel chart with only measures - working with 2 measures but not more than that in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1549097#M128200</link>
    <description>&lt;P&gt;I got it after so much time spending on hit and trail...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;valueloop solved me problem&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 09:47:16 GMT</pubDate>
    <dc:creator>jithu</dc:creator>
    <dc:date>2019-02-26T09:47:16Z</dc:date>
    <item>
      <title>Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548658#M128104</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a Funnel chart with multiple measures , no dimension (using synthetic dimension) .&lt;/P&gt;&lt;P&gt;Example : I have 3 measures&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. sum(stage1) , sum(stage2), count(distinct stage3) . I want to create a funnel to visual this and using some filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I transpose the data using cross table then I am getting duplicates which is not correct . So I can't use with only 1 dimension and 1 measure.&lt;/P&gt;&lt;P&gt;So I have tried with the below solution but works only with 2 measures not more than that:&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;if (valuelist('stage1','stage3')&lt;/P&gt;&lt;P&gt;Measure:&lt;/P&gt;&lt;P&gt;if (valuelist('stage1','stage3') = 'Stage1',sum(Stage1),count(distinct Stage3))&lt;/P&gt;&lt;P&gt;This works perfectly .&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add one more measure like the below one then there is an error in the measure expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (valuelist('stage1','stage2','stage3')&lt;/P&gt;&lt;P&gt;if (valuelist('stage1','stage2','stage3') = 'Stage1',sum(Stage1),sum(Stage2), count(distinct Stage3))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to overcome this ...??? Any help would be appreciated . Thanks in advance.&lt;/P&gt;&lt;P&gt;I have tried the other funnel extension , but no funnel support only measures ...&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548658#M128104</guid>
      <dc:creator>jithu</dc:creator>
      <dc:date>2024-11-16T21:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548685#M128112</link>
      <description>&lt;P&gt;but funnel chart allow only one measure i guess...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 12:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548685#M128112</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2019-02-25T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548965#M128165</link>
      <description>&lt;P&gt;then we have to reverse pivot and do it .... in this case drill down 's will not give accurate numbers....&lt;/P&gt;&lt;P&gt;. Power BI has funnel chart with only measures .... similar way&amp;nbsp; exploring other possibilities or work around to achieve the same here...&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyhelp would be appreciated...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 04:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548965#M128165</guid>
      <dc:creator>jithu</dc:creator>
      <dc:date>2019-02-26T04:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548988#M128171</link>
      <description>try with treemap chart&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1548988#M128171</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2019-02-26T06:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1549066#M128192</link>
      <description>&lt;P&gt;tree map will allow only 1 measure .......&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1549066#M128192</guid>
      <dc:creator>jithu</dc:creator>
      <dc:date>2019-02-26T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel chart with only measures - working with 2 measures but not more than that</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1549097#M128200</link>
      <description>&lt;P&gt;I got it after so much time spending on hit and trail...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;valueloop solved me problem&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Funnel-chart-with-only-measures-working-with-2-measures-but-not/m-p/1549097#M128200</guid>
      <dc:creator>jithu</dc:creator>
      <dc:date>2019-02-26T09:47:16Z</dc:date>
    </item>
  </channel>
</rss>

