<?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: amount colum require with condisions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890681#M655935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not quite sure exactly what you want, do you only want to show the rows with those statuses. In any case I would go for using set analysis. Have you tried set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 08:08:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-15T08:08:33Z</dc:date>
    <item>
      <title>amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890680#M655934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm stuck in&amp;nbsp; creating amount coumn with codision ,&lt;/P&gt;&lt;P&gt;i have attached excel sheet in which two cloumn "close_code and "po_status" , there are status in both cloumn and i need only status from close_code("closed to receiving ","open" )and from&amp;nbsp; po_status("approved") and finely with those criteria now i need to multipulate &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;"QUANTITY"&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;"UNIT_PRICE"&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; column and final out put will be my required value. this is very tuff to me , plz help if any one can do this&amp;nbsp; and revert asap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 07:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890680#M655934</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2015-06-15T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890681#M655935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not quite sure exactly what you want, do you only want to show the rows with those statuses. In any case I would go for using set analysis. Have you tried set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890681#M655935</guid>
      <dc:creator />
      <dc:date>2015-06-15T08:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890682#M655936</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;While loading the data, add additional column as given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Quantity*Price as Total&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Your Path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890682#M655936</guid>
      <dc:creator />
      <dc:date>2015-06-15T08:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890683#M655937</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD APPROVED_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATEGORY_DESCRIPTION, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLOSED_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEM_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEM_DESCRIPTION, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINE_NUM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PO_CREATION_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PO_DISTRIBUTION_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PO_NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PO_STATUS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUANTITY, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNIT_PRICE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [require value(quantity* unit_price)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UOM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VENDOR_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VENDOR_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VENDOR_SITE_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VENDOR_SITE_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUANTITY * UNIT_PRICE AS "PRICE"&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[column value.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where CLOSED_CODE = 'CLOSED FOR RECEIVING' OR CLOSED_CODE = 'OPEN' OR PO_STATUS = 'APPROVED';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890683#M655937</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-15T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890684#M655938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand correctly he only wants to see the Quantity*Price where PO_STATUS = Approved and CLOSED_CODE = 'OPEN' and CLOSED FOR RECEIVING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890684#M655938</guid>
      <dc:creator />
      <dc:date>2015-06-15T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890685#M655939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;May be try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1434356741117545" jivemacro_uid="_1434356741117545"&gt;
&lt;P&gt;Directory;&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((CLOSED_CODE='CLOSED FOR RECEIVING' or CLOSED_CODE='OPEN') and PO_STATUS='Approved',QUANTITY*UNIT_PRICE) as QTY_UNITPRICE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[column value.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890685#M655939</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-06-15T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890686#M655940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only need the values for those statuses but still need to bring the rest of the rows you can add something like this&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; PO_STATUS = 'Approved' and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CLOSED_CODE = 'OPEN' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CLOSED_CODE = '&lt;/SPAN&gt;CLOSED FOR RECEIVING',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Quantity*Price)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890686#M655940</guid>
      <dc:creator />
      <dc:date>2015-06-15T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890687#M655941</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 wants to genearte one new column with these condision &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm again explaining what i need -&lt;/P&gt;&lt;P&gt; 1- need to check status (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;"closed to receiving ","open"&lt;/SPAN&gt;) in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;close_code&lt;/SPAN&gt; column &lt;/P&gt;&lt;P&gt;2- aftter ten need to check "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;approved&lt;/SPAN&gt;" satus in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;po_status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3- according to these filters now need to calculate "quantity * unit_price =&amp;nbsp; require column &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help for the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890687#M655941</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2015-06-15T08:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890688#M655942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil Kumar,&lt;/P&gt;&lt;P&gt;Use a straight table or any other visualization and give the dimensions whatever you want and write the expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89424_test1.PNG" style="height: 334px; width: 620px;" /&gt;&lt;IMG alt="test2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89425_test2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will get the answer you need according to your conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 08:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890688#M655942</guid>
      <dc:creator />
      <dc:date>2015-06-15T08:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: amount colum require with condisions</title>
      <link>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890689#M655943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please check the attachment&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PO.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89427_PO.png" style="height: 154px; width: 620px;" /&gt;@ !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 09:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/amount-colum-require-with-condisions/m-p/890689#M655943</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-06-15T09:41:07Z</dc:date>
    </item>
  </channel>
</rss>

