<?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: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508056#M104446</link>
    <description>&lt;P&gt;I'm sorry, I'm still not understanding the requirement. What do you mean by "highlight"? Can you perhaps attach a picture of your expected output?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 15:15:28 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-03-03T15:15:28Z</dc:date>
    <item>
      <title>How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507936#M104427</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I have a like below&amp;nbsp; and i want to get the out put also like below in Qlik Scripting part not in the frontend.&lt;/P&gt;
&lt;P&gt;When i write the nested IF condition it is ready only Columns1 data(0,1) since the data is same in Column2 it is working like one to one relation and not passing to second condition.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 240pt;" border="0" width="320" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 48pt;" span="5" width="64" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl63" style="height: 15.0pt; width: 48pt;"&gt;Column1&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Column2&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Column3&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Column4&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Column5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0&lt;/P&gt;
&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl63" style="height: 15.0pt; border-top: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:-&lt;/P&gt;
&lt;P&gt;If(Column1=0 OR Column1=1,'Column1Data',&lt;/P&gt;
&lt;P&gt;IF(Column2=0 OR Column2=1,'Column2Data',&lt;/P&gt;
&lt;P&gt;IF(Column3=1 OR Column3=0,'Column3Data',&lt;/P&gt;
&lt;P&gt;IF(Column4=0 OR Column4=1,'Column4Data',&lt;/P&gt;
&lt;P&gt;IF(Column5=0 OR Column5=1,'Column5Data'))))) AS AllColumns_Data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the front end filterpane should show the data in below format and when i select coulmn1Data from AllColumns_Data it should only "Column1" Data ,similarly when i select&amp;nbsp;coulmn2Data from AllColumns_Data it should only "Column2" Data&lt;/P&gt;
&lt;TABLE width="147"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="147"&gt;AllColumns_Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Column1Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Column2Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Column3Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Column4Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Column5Data&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me on this requirement.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;@Marcus_sommer@tresesco@jaganmohanrao&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 13:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507936#M104427</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-02T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507939#M104428</link>
      <description>&lt;P&gt;Can anyone help me on this please?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 15:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507939#M104428</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-02T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507940#M104429</link>
      <description>&lt;P&gt;I'm confused.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;If(Column1=0 OR Column1=1,'Column1Data',&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;will always be true, so you will only get 'Column1Data' for AllColumns_Data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is your requirement that when you select "ColumnNData" from the listbox you select rows where ColumnN = 1?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 17:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507940#M104429</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-03-02T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507941#M104430</link>
      <description>&lt;P&gt;Hi Rob,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My output would be when I select "Column1Data" from Allcolumns_Data listbox it should heighlight&amp;nbsp; 0,1 only from Column1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And same when I select Column2Data from Allcolumns_Data it should heighlight 0,1 from Column2&amp;nbsp; &amp;nbsp;but it is heighlighting from Column1 and Column2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to show whatever I select it should only those selection data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 17:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507941#M104430</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-02T17:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507943#M104432</link>
      <description>&lt;P&gt;Yes you are true,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting Column1Data form Allcolumns_Data but i need only when I select Column1Data it should show only Column1Data(0,1), same way when i select Column2Data it should should show column2 data(0, 1).&lt;/P&gt;
&lt;P&gt;Inside the all columns data is same but should behave like each condition data is seperate&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 17:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507943#M104432</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-02T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507963#M104436</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me on above requirement?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 05:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2507963#M104436</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-03T05:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508056#M104446</link>
      <description>&lt;P&gt;I'm sorry, I'm still not understanding the requirement. What do you mean by "highlight"? Can you perhaps attach a picture of your expected output?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 15:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508056#M104446</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-03-03T15:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508066#M104447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attched my qvw file and attached desired out image added my commentrs&amp;nbsp; inside file in script part.&lt;/P&gt;
&lt;P&gt;I hope it will help you afte lloking to my comments and image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508066#M104447</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-03T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to write IF condition or Pick Match or any other way to write condition to get desired output in Qliksense Script Part</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508071#M104448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are able to help me to build front table Pick match condition logic in Backend script part that would be fine for me now.&lt;/P&gt;
&lt;P&gt;Please find my attached update Qvw file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-write-IF-condition-or-Pick-Match-or-any-other-way-to/m-p/2508071#M104448</guid>
      <dc:creator>comeonqlikview</dc:creator>
      <dc:date>2025-03-03T16:45:56Z</dc:date>
    </item>
  </channel>
</rss>

