<?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: Conditional field from backend which depends upon the value of record no 1 and record no 2 values... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316316#M408642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition is ok.., 1st record and 2nd Record is mentioned for your understanding Field name is DAYS which is in screenshot how can i include the condition to select second record DAYS value is the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 14:39:37 GMT</pubDate>
    <dc:creator>chandu441</dc:creator>
    <dc:date>2017-07-03T14:39:37Z</dc:date>
    <item>
      <title>Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316312#M408638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create one conditional field which depends on row values in backend script.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168891_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;condition: (for the field which is generating with respective of existing fields)&lt;/P&gt;&lt;P&gt;IF (1st record Days&amp;lt;&amp;gt;'NA' and 2nd Record Days &amp;lt;&amp;gt;'NA'),'Backlog','0')&lt;/P&gt;&lt;P&gt;Here Case Number should be same while checking the 1st record and 2nd record..&lt;/P&gt;&lt;P&gt;Attached is the sample data table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316312#M408638</guid>
      <dc:creator>chandu441</dc:creator>
      <dc:date>2017-07-03T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316313#M408639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create some thing like this after environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG&gt;Set Nullinterpret = '%';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG&gt;NullasValue DAYS;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG&gt;Set NullValue = 'Backlog';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316313#M408639</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-03T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316314#M408640</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;May be like this&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;&lt;STRONG&gt;IF (1st record Days&amp;lt;&amp;gt;'NA' and 2nd Record Days &amp;lt;&amp;gt;'NA' &lt;SPAN style="color: #ff0000;"&gt;and [Case Number] = Above([Case Number])&lt;/SPAN&gt;,'Backlog','0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316314#M408640</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-07-03T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316315#M408641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I didn't get you what you have suggested..&lt;/P&gt;&lt;P&gt;I have to create one more conditional field which the logic is mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316315#M408641</guid>
      <dc:creator>chandu441</dc:creator>
      <dc:date>2017-07-03T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316316#M408642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition is ok.., 1st record and 2nd Record is mentioned for your understanding Field name is DAYS which is in screenshot how can i include the condition to select second record DAYS value is the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316316#M408642</guid>
      <dc:creator>chandu441</dc:creator>
      <dc:date>2017-07-03T14:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional field from backend which depends upon the value of record no 1 and record no 2 values...</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316317#M408643</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;&lt;/P&gt;&lt;P&gt;Here is the resolution which is success.&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;FINAL_DATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;IF([Opened Date]&amp;gt;Finish OR [Closed Date]&amp;lt;[Start],'NA',&lt;/P&gt;&lt;P&gt;IF([Closed Date]&amp;lt;Finish,[Closed Date]-[Opened Date],&lt;/P&gt;&lt;P&gt;IF([Closed Date]&amp;gt;Finish,Finish-[Opened Date]&lt;/P&gt;&lt;P&gt;,'NA'))) AS DAYS,&lt;/P&gt;&lt;P&gt;'FW'&amp;amp;' '&amp;amp;FW&amp;amp;'-'&amp;amp;Right(YEAR_YYYY,2) AS Week_Year&lt;/P&gt;&lt;P&gt;Resident SFDC&lt;/P&gt;&lt;P&gt;Order by [Case Number],Start_Num desc,&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP Table SFDC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;IF ( ( [Case Number] = Previous([Case Number]) ) AND (DAYS&amp;lt;&amp;gt;'NA' and Previous(DAYS)&amp;lt;&amp;gt;'NA') ,'Backlog','Null') as BL&lt;/P&gt;&lt;P&gt;Resident FINAL_DATA;&lt;/P&gt;&lt;P&gt;DROP Table FINAL_DATA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 06:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-field-from-backend-which-depends-upon-the-value-of/m-p/1316317#M408643</guid>
      <dc:creator>chandu441</dc:creator>
      <dc:date>2017-07-07T06:13:22Z</dc:date>
    </item>
  </channel>
</rss>

