<?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 Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script/m-p/989533#M337323</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i want to a submission status list to show the list of the following: "submitted","to be submitted" and not submitted &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have this script that is suppose to do the above but is showing only the "submitted" and "to be submitted"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([CV Send Date]=[Closing date] ,'Submitted'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if( (&amp;nbsp; [Closing date] &amp;lt; Today() )and( IsNull( [Candidate FullName]) ) and (IsNull([CV Send Date]) ),'Not Submitted'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; if([Closing date] &amp;gt;= Today() , 'To be Submitted' ))) as [Submission Status]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Priscilla &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2015 09:27:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-26T09:27:25Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989533#M337323</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i want to a submission status list to show the list of the following: "submitted","to be submitted" and not submitted &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have this script that is suppose to do the above but is showing only the "submitted" and "to be submitted"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([CV Send Date]=[Closing date] ,'Submitted'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if( (&amp;nbsp; [Closing date] &amp;lt; Today() )and( IsNull( [Candidate FullName]) ) and (IsNull([CV Send Date]) ),'Not Submitted'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; if([Closing date] &amp;gt;= Today() , 'To be Submitted' ))) as [Submission Status]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Priscilla &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989533#M337323</guid>
      <dc:creator />
      <dc:date>2015-11-26T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989534#M337324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Can you write table with some data for example.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989534#M337324</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2015-11-26T13:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989535#M337325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bold bracket need to be closed in last...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([CV Send Date]=[Closing date] ,'Submitted'&amp;nbsp; , &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( ([Closing date] &amp;lt; Today() and( IsNull( [Candidate FullName]) ) and (IsNull([CV Send Date]) )&lt;STRONG&gt;)&lt;/STRONG&gt;,'Not Submitted'&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; if([Closing date] &amp;gt;= Today() , 'To be Submitted' ))) as [Submission Status]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989535#M337325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989536#M337326</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;Some data maybe handy, but when i used isNull() i will always check IsNull()=-1, -1 is null 0 is not null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989536#M337326</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-26T13:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989537#M337327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not good at using this message box but whant is a list of status e.g&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Submission Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Submitted&lt;/P&gt;&lt;P&gt;Not Submited&lt;/P&gt;&lt;P&gt;To be &lt;SPAN style="font-size: 13.3333px;"&gt;ubmitted&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([CV Send Date]=[Closing date] ,'Submitted'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , if( (&amp;nbsp; [Closing date] &amp;lt; Today() )and( IsNull( [Candidate FullName]) ) and (IsNull([CV Send Date]) ),'Not Submitted' &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ,&amp;nbsp; if([Closing date] &amp;gt;= Today() , 'To be Submitted' ))) as [Submission Status]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989537#M337327</guid>
      <dc:creator />
      <dc:date>2015-11-26T13:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989538#M337328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont know how to draw table but maybe you will get an idea:&lt;/P&gt;&lt;P&gt;I want a list box of submission status it must be like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Submission status&lt;/STRONG&gt; (this is a title)&lt;/P&gt;&lt;P&gt;Submitted&lt;/P&gt;&lt;P&gt;Not Submitted&lt;/P&gt;&lt;P&gt;To be Submitted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this script is giving me only two status, Submitted and to be Submitted&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if([CV Send Date]=[Closing date] ,'Submitted'&amp;nbsp; , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if( ([Closing date] &amp;lt; Today() and( IsNull( [Candidate FullName]) ) and (IsNull([CV Send Date]) )),'Not Submitted'&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ,&amp;nbsp; if([Closing date] &amp;gt;= Today() , 'To be Submitted' ))) as [Submission Status]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989538#M337328</guid>
      <dc:creator />
      <dc:date>2015-11-26T13:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989539#M337329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The null i am referring to is an empty cell in a spread sheet,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989539#M337329</guid>
      <dc:creator />
      <dc:date>2015-11-26T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989540#M337330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is still the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989540#M337330</guid>
      <dc:creator />
      <dc:date>2015-11-26T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989541#M337331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, maybe when you write if conditions for &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Not Submitted' , try this: (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IsNull( [Candidate FullName]) or &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Candidate FullName]='') and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(IsNull([CV Send Date]) or &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[CV Send Date]=0&lt;/STRONG&gt;). &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and for "Submitted": &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[CV Send Date]&amp;lt;=[Closing date]&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If it's not right, post your filed with some data.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989541#M337331</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2015-11-26T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989542#M337332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is still not giving me the three status on the list box but two&lt;/P&gt;&lt;P&gt;only Submitted and to be submitted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989542#M337332</guid>
      <dc:creator />
      <dc:date>2015-11-26T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989543#M337333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;BR /&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;are you sur that [Candidate FullName] or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[CV Send Date] &lt;/SPAN&gt;is null? &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;could &lt;/SPAN&gt; it be '' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989543#M337333</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2015-11-26T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989544#M337334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there are fields that are empty in the spread sheet so if candidate name is empty it means the CV was not sent and that make the CV sent date empty.the closing date is always there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989544#M337334</guid>
      <dc:creator />
      <dc:date>2015-11-26T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989545#M337335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sometimes you have to replace the IsNull&lt;/P&gt;&lt;P&gt;with len(trim(field))=0 to ckech for empty values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&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;if(len(trim([CV Send Date]))=0, ' CV is null', 'CV is not null')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 18:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989545#M337335</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-26T18:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989546#M337336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this one is working well but it is returning wrong value instead of 40 it is returning 39&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ( len(trim([Candidate FullName]))&amp;gt;0),'Submitted'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the number of candidates names are 40 in the spread sheet but its returning only 40&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 07:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989546#M337336</guid>
      <dc:creator />
      <dc:date>2015-11-27T07:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/989547#M337337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post the spreadsheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 18:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/989547#M337337</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-27T18:35:44Z</dc:date>
    </item>
  </channel>
</rss>

