<?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: commentary on qlikview file same as excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78134#M12901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks straightforward.&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Load the excel file with the comments.&lt;/LI&gt;&lt;LI&gt;Create a listbox for the period field. &lt;/LI&gt;&lt;LI&gt;Add a text box with as expression =Only([Case Reserve Comment])&lt;/LI&gt;&lt;LI&gt;Select a period in the listbox.&lt;/LI&gt;&lt;LI&gt;Reload the qlikview document when the excel file is updated.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2018 10:38:10 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2018-02-09T10:38:10Z</dc:date>
    <item>
      <title>commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78133#M12900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have an excel dashboard where comments are updated using a separate file using vlookup and the file has period(Qtr and Year) with other columns which has values that are comments. &lt;/P&gt;&lt;P&gt;I want to replicate same in qlikview and want an auto matic update of comments in textbox .&lt;/P&gt;&lt;P&gt;I am attaching the screnshots for more clarity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 06:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78133#M12900</guid>
      <dc:creator>amita1621</dc:creator>
      <dc:date>2018-02-09T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78134#M12901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks straightforward.&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Load the excel file with the comments.&lt;/LI&gt;&lt;LI&gt;Create a listbox for the period field. &lt;/LI&gt;&lt;LI&gt;Add a text box with as expression =Only([Case Reserve Comment])&lt;/LI&gt;&lt;LI&gt;Select a period in the listbox.&lt;/LI&gt;&lt;LI&gt;Reload the qlikview document when the excel file is updated.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 10:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78134#M12901</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-02-09T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78135#M12902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if there is commentary of 3Q2017 and other 4Q2017 then how that listbox can be used.&lt;/P&gt;&lt;P&gt;As 5 comments are of same Qtr and one is of other QTr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 12:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78135#M12902</guid>
      <dc:creator>amita1621</dc:creator>
      <dc:date>2018-02-09T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78136#M12903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this =if(Period='3Q 2017',Only([Top 10 Losses]),Null()) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 12:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78136#M12903</guid>
      <dc:creator>amita1621</dc:creator>
      <dc:date>2018-02-09T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78137#M12904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Only() function it returns only values in row level. Instead, May be use Aggregate functions around?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 13:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78137#M12904</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-09T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78138#M12905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a table box instead of a text box for the comments. Select the periods as necessary in the period listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 14:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78138#M12905</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-02-09T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78139#M12906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can select one period value at a time, and i want to provide one less value to other textbox.&lt;/P&gt;&lt;P&gt;Like if 4q 2017 is selected so some should have 3q 2017 values also.how is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 06:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78139#M12906</guid>
      <dc:creator>amita1621</dc:creator>
      <dc:date>2018-02-12T06:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78140#M12907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's possible with set analysis expressions. But you'll need a numeric quarter-year field. Qlikview can't tell from a string value like 'q4 2017' that the value preceding it should be 'q3 2017'. You could create such a field in the script:&lt;/P&gt;&lt;P&gt;=num(MakeDate(Right([Period,4), 3*Mid([Period],2,1)-2)) as PeriodStart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use expressions like&lt;/P&gt;&lt;P&gt;selected period: concat( {&amp;lt;Period=,PeriodStart={$(=max(PeriodStart))}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Case Reserve Comment], chr(10) &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;previous period:&lt;SPAN style="font-size: 13.3333px;"&gt; concat( {&amp;lt;Period=,PeriodStart={$(=num(QuarterStart(max(PeriodStart),-1)))}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Case Reserve Comment], chr(10) &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78140#M12907</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-02-12T17:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: commentary on qlikview file same as excel</title>
      <link>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78141#M12908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works as a great help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/commentary-on-qlikview-file-same-as-excel/m-p/78141#M12908</guid>
      <dc:creator>amita1621</dc:creator>
      <dc:date>2018-02-13T10:23:55Z</dc:date>
    </item>
  </channel>
</rss>

