<?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: find row in excel data table no match in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080159#M1994</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19172"&gt;@Greg_collaboration&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you have provided incorrect values to the input fields of the "Find Row In Excel Worksheet Table" block.&lt;/P&gt;
&lt;P&gt;The input value for "&lt;SPAN&gt;Column Index For Search&lt;/SPAN&gt;" parameter should be the index of the column on which you have to search for the values provided in the "Search Value" parameter.&lt;/P&gt;
&lt;P&gt;So if Casenumber is the first column in your Excel table then the Column Index For Search = 0.&lt;/P&gt;
&lt;DIV class="block-configure__title"&gt;
&lt;DIV class="u-flex-inline u-align-center u-min-w-none"&gt;
&lt;H5 class="u-mv-none" title="Find Row In Excel Worksheet Table"&gt;Then add a condition block to check if the "Find Row In Excel Worksheet Table" block response is not empty or the index value from the "Find Row In Excel Worksheet Table" block response&amp;nbsp;is not equal to -1. If the condition evaluates to true, place the "Update Row In Table" block.&lt;/H5&gt;
&lt;P&gt;Hope this helps!!&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="block-configure__tabs"&gt;
&lt;DIV class="tabs-container text-center u-relative"&gt;
&lt;DIV class="tabs__scroll-arrow tabs__scroll-arrow--right"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Jun 2023 14:32:38 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2023-06-05T14:32:38Z</dc:date>
    <item>
      <title>find row in excel data table no match</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080092#M1986</link>
      <description>&lt;P&gt;There is a good video by Qlik on&amp;nbsp;"Creating a basic write back solution with Qlik Cloud"&lt;/P&gt;
&lt;P&gt;But I can you show the same for an Excel file table saved in OneDrive?&lt;/P&gt;
&lt;P&gt;To add a row is not an issue but...&lt;/P&gt;
&lt;P&gt;I have an issue with the autiomaton&amp;nbsp;&amp;nbsp;"find row in excel find row in excel data table" as it never matches.&lt;/P&gt;
&lt;P&gt;I habe a simple table and when i do the find row in excel data table it loops trhough and when the values are matching&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Variable "Inputrow001" is a list with one enetry = 3 for matchup&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataVis_1-1685966041642.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109217iC48C6DBDEEB5C166/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataVis_1-1685966041642.png" alt="DataVis_1-1685966041642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The datatable I use:&lt;/P&gt;
&lt;TABLE width="360"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Casenumber&lt;/TD&gt;
&lt;TD&gt;Column2&lt;/TD&gt;
&lt;TD&gt;Column3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;111&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;112&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;113&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;14&lt;/TD&gt;
&lt;TD&gt;114&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;TD&gt;115&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;16&lt;/TD&gt;
&lt;TD&gt;116&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;TD&gt;17&lt;/TD&gt;
&lt;TD&gt;117&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;8&lt;/TD&gt;
&lt;TD&gt;18&lt;/TD&gt;
&lt;TD&gt;118&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;119&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;120&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;21&lt;/TD&gt;
&lt;TD&gt;121&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;22&lt;/TD&gt;
&lt;TD&gt;122&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;23&lt;/TD&gt;
&lt;TD&gt;123&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14&lt;/TD&gt;
&lt;TD&gt;24&lt;/TD&gt;
&lt;TD&gt;124&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Automation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataVis_0-1685965981057.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109216iDCAA81B3C2099559/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataVis_0-1685965981057.png" alt="DataVis_0-1685965981057.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I search for the 3 in the Column Casenumber from get streight table data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataVis_2-1685966133301.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109218iE64F4A20351068FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataVis_2-1685966133301.png" alt="DataVis_2-1685966133301.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But when is sholud match it still gives teh result -1 and not the number of the row&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataVis_3-1685966285698.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109219i70DA35E486C5F643/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataVis_3-1685966285698.png" alt="DataVis_3-1685966285698.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;please can you help here?&lt;/P&gt;
&lt;P&gt;Can qlik make a step by step video.&lt;/P&gt;
&lt;P&gt;The step after will be an update rowl in Excel table.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 12:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080092#M1986</guid>
      <dc:creator>Greg_collaboration</dc:creator>
      <dc:date>2023-06-05T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: find row in excel data table no match</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080151#M1993</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19172"&gt;@Greg_collaboration&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share the automation and app you have configured to investigate this further?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 13:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080151#M1993</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-06-05T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: find row in excel data table no match</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080159#M1994</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19172"&gt;@Greg_collaboration&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you have provided incorrect values to the input fields of the "Find Row In Excel Worksheet Table" block.&lt;/P&gt;
&lt;P&gt;The input value for "&lt;SPAN&gt;Column Index For Search&lt;/SPAN&gt;" parameter should be the index of the column on which you have to search for the values provided in the "Search Value" parameter.&lt;/P&gt;
&lt;P&gt;So if Casenumber is the first column in your Excel table then the Column Index For Search = 0.&lt;/P&gt;
&lt;DIV class="block-configure__title"&gt;
&lt;DIV class="u-flex-inline u-align-center u-min-w-none"&gt;
&lt;H5 class="u-mv-none" title="Find Row In Excel Worksheet Table"&gt;Then add a condition block to check if the "Find Row In Excel Worksheet Table" block response is not empty or the index value from the "Find Row In Excel Worksheet Table" block response&amp;nbsp;is not equal to -1. If the condition evaluates to true, place the "Update Row In Table" block.&lt;/H5&gt;
&lt;P&gt;Hope this helps!!&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="block-configure__tabs"&gt;
&lt;DIV class="tabs-container text-center u-relative"&gt;
&lt;DIV class="tabs__scroll-arrow tabs__scroll-arrow--right"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2080159#M1994</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-06-05T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: find row in excel data table no match</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2081420#M2016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19172"&gt;@Greg_collaboration&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did it work?&lt;/P&gt;
&lt;P&gt;If yes, do you mind sharing the automation and app configured which could help others trying to write back to the Excel file?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 04:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/find-row-in-excel-data-table-no-match/m-p/2081420#M2016</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-06-08T04:03:09Z</dc:date>
    </item>
  </channel>
</rss>

