<?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: Straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062715#M87154</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;,&amp;nbsp;any suggestions for better view instead of all individual months calculation ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 17:57:27 GMT</pubDate>
    <dc:creator>paulwalker</dc:creator>
    <dc:date>2023-04-20T17:57:27Z</dc:date>
    <item>
      <title>Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062714#M87153</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I have to create one chart with 3 measures and each months count in one chart. (I feel Pivot table not suitable for this, so used straight table)&lt;/P&gt;
&lt;P&gt;I have used straight table (written all the expressions 3 measures and individual months like below)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paulwalker_0-1682012747108.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105423i2F4422E9D18396BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paulwalker_0-1682012747108.png" alt="paulwalker_0-1682012747108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here calculations should be dynamic and when user select Mar'23 - chart should show Jan, Feb and Mar along with 3 measures. If user select Feb'23 - Chart should show Jan and Feb along with 3 measures..&lt;/P&gt;
&lt;P&gt;let say user select Mar'23&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paulwalker_1-1682013048962.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105424iA605F50DDBE41CD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paulwalker_1-1682013048962.png" alt="paulwalker_1-1682013048962.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks in Advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062714#M87153</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-20T17:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062715#M87154</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;,&amp;nbsp;any suggestions for better view instead of all individual months calculation ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062715#M87154</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-20T17:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062716#M87155</link>
      <description>&lt;P&gt;my understanding is that you need to display some number of measures that arent turned on/off by the month selection and then you need to add as many measures that represent year to month (in individual months).&amp;nbsp; the way i would do this is&amp;nbsp;&lt;BR /&gt;1. create your 3 measures (no condition)&lt;BR /&gt;2. create 12 measures (Jan to Dec)&lt;BR /&gt;3. the labels would be of course dynamic based on the year&lt;BR /&gt;4. each would of course have its own expression to calculate just for the month and year&lt;BR /&gt;5. add a condition that if the month &amp;lt;= the selected month then turn it on else off&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062716#M87155</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-04-20T17:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062723#M87158</link>
      <description>&lt;P&gt;Thanks for reply Edwin, I'm unable to configure hide/show condition.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 21:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062723#M87158</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-20T21:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062737#M87159</link>
      <description>&lt;P&gt;not sure what a 5-point condition is.&amp;nbsp; &amp;nbsp;but thsi is what i am saying:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_0-1682017477516.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105428i72B5CD43F65A7A3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_0-1682017477516.png" alt="edwin_0-1682017477516.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_1-1682017503271.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105429iFA231389B1D0E324/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_1-1682017503271.png" alt="edwin_1-1682017503271.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this assumes that the data is only for one year starting from Jan&lt;BR /&gt;wht i did was add a MonthText Jan to Dec:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_2-1682017653347.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105430iCFF27F79039873DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_2-1682017653347.png" alt="edwin_2-1682017653347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the user selects the Month&amp;nbsp;&lt;BR /&gt;then for the 12 months my expression is:&lt;BR /&gt;Sum({&amp;lt;Month=, MonthText={'Jan'}&amp;gt;}Amount) - this gets the data for the month of Jan&lt;BR /&gt;condition is:&amp;nbsp;&lt;BR /&gt;=count({&amp;lt;Month={"&amp;lt;=$(vMonth)"}, MonthText={'Jan'}&amp;gt;}MonthText)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 19:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062737#M87159</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-04-20T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062755#M87162</link>
      <description>&lt;P&gt;Is there any better approach instead of hardcoded for all months ??&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 21:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062755#M87162</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2023-04-20T21:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062760#M87164</link>
      <description>&lt;P&gt;Build a bridge table between your fact and the calendar. Create pseudo values for perio mint current month then January to December&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then pivot the new field&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 22:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Straight-table/m-p/2062760#M87164</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-04-20T22:08:06Z</dc:date>
    </item>
  </channel>
</rss>

