<?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: Add calculated field in a table that look string in a fiel (Column) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-calculated-field-in-a-table-that-look-string-in-a-fiel/m-p/1669130#M50531</link>
    <description>&lt;P&gt;Hi Davy,&lt;/P&gt;&lt;P&gt;I am little confuse in requirement,&lt;/P&gt;&lt;P&gt;can you please explain more about the lookup that you want to do.&lt;/P&gt;&lt;P&gt;For the time being your can try ApplyMap() function of Qlik.&lt;/P&gt;&lt;P&gt;Load the Offer field in Mapping table and put the condition in main table as&lt;/P&gt;&lt;P&gt;If(wildmatch(SysStatus,'TSCO','TSOS'),Applymap('mapping Table name',Field Name or Expression),'Empty') as NewField;&lt;/P&gt;&lt;P&gt;For your reference to understand the working of&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm" target="_self"&gt;Apply Map&lt;/A&gt;&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jan 2020 06:02:46 GMT</pubDate>
    <dc:creator>Prashant_Naik</dc:creator>
    <dc:date>2020-01-25T06:02:46Z</dc:date>
    <item>
      <title>Add calculated field in a table that look string in a fiel (Column)</title>
      <link>https://community.qlik.com/t5/App-Development/Add-calculated-field-in-a-table-that-look-string-in-a-fiel/m-p/1669040#M50525</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am new with Qlik Sense and I want to ask you for an issue that I have.&lt;/P&gt;&lt;P&gt;I have loaded a table in Qlik and I want to add a calculated column (Add field).&lt;/P&gt;&lt;P&gt;The expression should:&lt;/P&gt;&lt;P&gt;If SySStatus = “TSCO” OR “TSOS”&amp;nbsp;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;lookup &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Noti&amp;amp;”_QMAR_”&amp;amp;Task&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Noti&amp;amp;”_QMAR_”&amp;amp;Task&lt;/P&gt;&lt;P&gt;Lookup in&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offer&lt;/P&gt;&lt;P&gt;if found returns SySStatus&lt;/P&gt;&lt;P&gt;If not returns &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Empty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Empty&lt;/P&gt;&lt;P&gt;Which should be the expression in Qlik to do it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27435iC224C7EA311A7EA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 15:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-calculated-field-in-a-table-that-look-string-in-a-fiel/m-p/1669040#M50525</guid>
      <dc:creator>Davy</dc:creator>
      <dc:date>2020-01-24T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated field in a table that look string in a fiel (Column)</title>
      <link>https://community.qlik.com/t5/App-Development/Add-calculated-field-in-a-table-that-look-string-in-a-fiel/m-p/1669130#M50531</link>
      <description>&lt;P&gt;Hi Davy,&lt;/P&gt;&lt;P&gt;I am little confuse in requirement,&lt;/P&gt;&lt;P&gt;can you please explain more about the lookup that you want to do.&lt;/P&gt;&lt;P&gt;For the time being your can try ApplyMap() function of Qlik.&lt;/P&gt;&lt;P&gt;Load the Offer field in Mapping table and put the condition in main table as&lt;/P&gt;&lt;P&gt;If(wildmatch(SysStatus,'TSCO','TSOS'),Applymap('mapping Table name',Field Name or Expression),'Empty') as NewField;&lt;/P&gt;&lt;P&gt;For your reference to understand the working of&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm" target="_self"&gt;Apply Map&lt;/A&gt;&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 06:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-calculated-field-in-a-table-that-look-string-in-a-fiel/m-p/1669130#M50531</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2020-01-25T06:02:46Z</dc:date>
    </item>
  </channel>
</rss>

