<?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 IF statements for custom fields showing no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444013#M432986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm fairly new to Qlik and have some issues getting an IF statement to pull through the data from a customised fields in a table.&amp;nbsp; I have done this on multiple fields with a range of ways and still retrieve no results.&amp;nbsp; The field titles will vary, but here is an example of a statement that I've used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (contract_field_title = 'activity', contract_field_answer_value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wanting to show the response from the column called activity but this only draws blanks. I have also tried using LIKE and a wild card instead of equals for the field title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in the fields in either in a text box format where anything can be entered, or from a multi choice selection - I don't believe this should make a difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any thoughts or suggestions, that'd be appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 11:43:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-09-06T11:43:14Z</dc:date>
    <item>
      <title>IF statements for custom fields showing no data</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444013#M432986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm fairly new to Qlik and have some issues getting an IF statement to pull through the data from a customised fields in a table.&amp;nbsp; I have done this on multiple fields with a range of ways and still retrieve no results.&amp;nbsp; The field titles will vary, but here is an example of a statement that I've used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (contract_field_title = 'activity', contract_field_answer_value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wanting to show the response from the column called activity but this only draws blanks. I have also tried using LIKE and a wild card instead of equals for the field title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in the fields in either in a text box format where anything can be entered, or from a multi choice selection - I don't believe this should make a difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any thoughts or suggestions, that'd be appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444013#M432986</guid>
      <dc:creator />
      <dc:date>2017-09-06T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: IF statements for custom fields showing no data</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444014#M432987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to provide more informations about what you are want to do - for example a screenshot from the datamodel, a few example-records from your data, script or gui and where is which result expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444014#M432987</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-07T10:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: IF statements for custom fields showing no data</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444015#M432988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this,&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 (contract_field_title = 'activity', sum(contract_field_answer_value))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 11:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444015#M432988</guid>
      <dc:creator>rohitraut</dc:creator>
      <dc:date>2017-09-07T11:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: IF statements for custom fields showing no data</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444016#M432989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;contract_field_title &lt;/SPAN&gt;,'activity'),&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;contract_field_answer_value&lt;/SPAN&gt;) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible share sample data n expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 11:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statements-for-custom-fields-showing-no-data/m-p/1444016#M432989</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-07T11:16:06Z</dc:date>
    </item>
  </channel>
</rss>

