<?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 QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424563#M809644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is an error in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2017 08:48:12 GMT</pubDate>
    <dc:creator>denis115</dc:creator>
    <dc:date>2017-10-10T08:48:12Z</dc:date>
    <item>
      <title>straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424560#M809641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I need help!&lt;/P&gt;&lt;P&gt;I have a table where I have :&lt;/P&gt;&lt;P&gt;prodname&lt;/P&gt;&lt;P&gt;sales_sum&lt;/P&gt;&lt;P&gt;start sales&lt;/P&gt;&lt;P&gt;last sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I select big period of time I need to see in : sales sum (sum of sales in this period)&amp;nbsp; ,&amp;nbsp; start sales (sales of first month selected)&lt;/P&gt;&lt;P&gt;and last sales (sales of last month selected) &lt;/P&gt;&lt;P&gt;how can I do this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424560#M809641</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424561#M809642</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 can Use Calendar Object.&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;See &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2053" data-containertype="14" data-objectid="67712" data-objecttype="1" href="https://community.qlik.com/thread/67712" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;here&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; for a video tutorial on just that subject.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424561#M809642</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-10-10T08:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424562#M809643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try expression like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sales_sum: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales)&lt;/SPAN&gt;&lt;/SPAN&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;start sales: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Month={"=$(=Min(Month))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;last sales: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Month={"=$(=Max(Month))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424562#M809643</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-10-10T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424563#M809644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is an error in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424563#M809644</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424564#M809645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424564#M809645</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-10T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424565#M809646</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;i hope this three kind of expressions will give you a desired result,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=Min({&amp;lt;Year={"$(=Min(Year))"}&amp;gt;}MonthNum))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=Max({&amp;lt;Year={"$(=Max(Year))"}&amp;gt;}MonthNum))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to have your date calendar having monthnum column and year as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 08:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424565#M809646</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-10-10T08:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424566#M809647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I do it with my variabiles?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424566#M809647</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424567#M809648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! you can ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need to check there are working as expected, By checking them in text box or in straight table itself by hovering on expression(Expression should not be labeled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424567#M809648</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-10-10T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424568#M809649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424568#M809649</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T09:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424569#M809650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;* I have made changes in my above post . Please check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424569#M809650</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-10-10T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424570#M809651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't open. Could you check and may be share a smaller one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424570#M809651</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-10T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424571#M809652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424571#M809652</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424572#M809653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which fields are date, month, year, sales?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 10:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424572#M809653</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-10T10:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424573#M809654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have start date "Начало месяца" and last date "Конец месяца"&amp;nbsp; as you can see, only&amp;nbsp; at last sheet I need to have in&lt;/P&gt;&lt;P&gt;columns "ОНН"&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ост.Начало Стоим.]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&amp;nbsp; for&amp;nbsp; lower month of selection and in&amp;nbsp; "ОНК" the&amp;nbsp; higher month of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example I select : apr,may,june,july&amp;nbsp; in col OHH I NEED TO SEE SUM (&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ост.Начало Стоим.]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; only apr because it is lower month from selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 11:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424573#M809654</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424574#M809655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum ( {&amp;lt;[Начало Месяца]={"$(=&lt;STRONG&gt;Min&lt;/STRONG&gt;([Начало Месяца]))"}&amp;gt;}[Ост.Начало Стоим.])&lt;/P&gt;&lt;P&gt;Sum ( {&amp;lt;[Начало Месяца]={"$(=&lt;STRONG&gt;Max&lt;/STRONG&gt;([Начало Месяца]))"}&amp;gt;}[Ост.Начало Стоим.])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: If you wish to select from another date field, you might have to include those date fields as well in the expression to nullify it's effect. like:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum ( {&amp;lt;&lt;STRONG&gt;[Конец Месяца],&lt;/STRONG&gt; [Начало Месяца]={"$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Min&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;([Начало Месяца]))"}&amp;gt;}[Ост.Начало Стоим.])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum ( {&amp;lt;&lt;STRONG&gt;[Конец Месяца],&lt;/STRONG&gt; [Начало Месяца]={"$(=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Max&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;([Начало Месяца]))"}&amp;gt;}[Ост.Начало Стоим.])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 11:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424574#M809655</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-10T11:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424575#M809656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!! it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 12:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424575#M809656</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2017-10-10T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424576#M809657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bro u know that language super&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 12:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1424576#M809657</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-10-10T12:03:44Z</dc:date>
    </item>
  </channel>
</rss>

