<?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 Set specific row  / field value in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103041#M763747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am trying to set a specific row / field value in my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the specific value has a ' in the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following will work, no problem: =if(Match(Risktype,'Liability - Professional Indemnity'),RiskType)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the following will not work: =if(Match(Risktype,'Liability - Professional Indemnity Lloyd's'),RiskType),&lt;/P&gt;&lt;P&gt;an error message is displayed as the name of the field has an apostrophe, in the "Lloyd's" word. As this is a set value in the list I cannot simply remove the apostrophe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions please how to deal with the apostrophe please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>krissy_s</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set specific row  / field value in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103041#M763747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am trying to set a specific row / field value in my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the specific value has a ' in the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following will work, no problem: =if(Match(Risktype,'Liability - Professional Indemnity'),RiskType)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the following will not work: =if(Match(Risktype,'Liability - Professional Indemnity Lloyd's'),RiskType),&lt;/P&gt;&lt;P&gt;an error message is displayed as the name of the field has an apostrophe, in the "Lloyd's" word. As this is a set value in the list I cannot simply remove the apostrophe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions please how to deal with the apostrophe please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103041#M763747</guid>
      <dc:creator>krissy_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set specific row  / field value in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103042#M763748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this with the &lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt; (two single quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Match(Risktype,'Liability - Professional Indemnity Lloyd&lt;SPAN style="color: #99cc00; font-size: 14pt;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;'&lt;/SPAN&gt;s'), RiskType)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103042#M763748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T16:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set specific row  / field value in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103043#M763749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yay!! It worked! (I didn't know about Escape Sequences).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 21:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103043#M763749</guid>
      <dc:creator>krissy_s</dc:creator>
      <dc:date>2018-07-19T21:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set specific row  / field value in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103044#M763750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, please close the thread by marking the correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 02:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-specific-row-field-value-in-a-table/m-p/103044#M763750</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T02:11:50Z</dc:date>
    </item>
  </channel>
</rss>

