<?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: dispaly quarter value - without using data model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497715#M553923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood Mohit. The probelm is, i don't have the access to modify the script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 07:58:04 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2013-09-09T07:58:04Z</dc:date>
    <item>
      <title>dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497707#M553914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data with date values.&amp;nbsp; I need to create the list box to&amp;nbsp; display the Quarter values (Q1, Q2, Q3 and Q4) without modifying the data model(Actually, I don't have the access for data model. ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sethu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 06:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497707#M553914</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2013-09-09T06:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497708#M553915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its better to create in script side if don't then use list box--&amp;gt;properties--&amp;gt;general--&amp;gt; fields drop down it go to expression side&lt;/P&gt;&lt;P&gt;write this&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(TempDate)/3)&amp;nbsp; if you want to start quarter first to jan&lt;/P&gt;&lt;P&gt;if you need to start quarter from apirl then try this expression&lt;/P&gt;&lt;P&gt; 'Q'&amp;amp;If(Month(QuarterStart(TempDate,4))='1' ,4,Div(Month(QuarterStart(TempDate,4)),3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here TempDate is my date field replce with your own &lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 06:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497708#M553915</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-09T06:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497709#M553916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For linking between your Quarter and data ,you need to add quarter in script.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;calender:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Month,Quarter&lt;/P&gt;&lt;P&gt;jan,Q1&lt;/P&gt;&lt;P&gt;feb,Q1&lt;/P&gt;&lt;P&gt;mar,Q1&lt;/P&gt;&lt;P&gt;apr,Q2&lt;/P&gt;&lt;P&gt;may,Q2&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;dce,Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join this Month with your fact table Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have monthno in fact table then you could write 1,2,3,4..12 in themonth column in replacement of jan,feb..dec and join with monthno of fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497709#M553916</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-09-09T07:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497710#M553917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp; &lt;/P&gt;&lt;P&gt;It was helpful. it will display the quarter values based on the selection. I need the Quarter valued based on all records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497710#M553917</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2013-09-09T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497711#M553918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; need to display the quarter values, without editing the script. (Expression would be fine)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497711#M553918</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2013-09-09T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497712#M553919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;Please see the attch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken the month field data from xl file to show the demo.But in your data model there should be&amp;nbsp; month field ,so you dont need to create xl file in your QVW. Just take the month field data that is already in your qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497712#M553919</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-09-09T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497713#M553920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's why i told you first its better to do it in script side &lt;/P&gt;&lt;P&gt;it doesn't effect on your data model where is your date present there you add this farmula because on expression side it only based on that records rather on other&lt;/P&gt;&lt;P&gt;hope it helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497713#M553920</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-09T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497714#M553921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i have the date and Month field in my qvw file. Just i need to display the all Quarter values without modifying the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the Mohit Answer. (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q' &amp;amp; Ceil(Month(TempDate)/3)&lt;/SPAN&gt;) - This display the quarter values based on the selection. But I need to display the all quarter values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497714#M553921</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2013-09-09T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497715#M553923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood Mohit. The probelm is, i don't have the access to modify the script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497715#M553923</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2013-09-09T07:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: dispaly quarter value - without using data model</title>
      <link>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497716#M553926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Settu, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;bymistake i didnt show the qvw in last reply.Now i have attached it.please see it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 08:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dispaly-quarter-value-without-using-data-model/m-p/497716#M553926</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2013-09-09T08:02:04Z</dc:date>
    </item>
  </channel>
</rss>

