<?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: Concatenating a table field and free text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447790#M487661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: 'DIAMOND - ' &amp;amp; [Dim Store Attr Val]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 14:37:33 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-01-23T14:37:33Z</dc:date>
    <item>
      <title>Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447789#M487660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression where i need to concatenate a table field and a free text. Here is an example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Dim Store Attr CD] = 'OBJ_PARAM_DIAMOND', 'DIAMOND' - [Dim Store Attr Val])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here [Dim Store Attr CD] and [Dim Store Attr Val] are fields from a table and 'OBJ_PARAM_DIAMOND' is a field value and i Just want to Concatenate the free text, 'Diamond' and a hypen '-' with the field name [Dim Store Attr Val]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do. I m not getting the expected result using above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Malathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447789#M487660</guid>
      <dc:creator />
      <dc:date>2013-01-23T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447790#M487661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: 'DIAMOND - ' &amp;amp; [Dim Store Attr Val]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447790#M487661</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-23T14:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447791#M487662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks, It worked. Now another confusion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use 2 or more conditions here like below to make different combinations. Is it doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Dim Store Attr CD] = 'OBJ_PARAM_DIAMOND' , 'DIAMOND - ' &amp;amp; [Dim Store Attr Val]) or if([Dim Store Attr CD] = 'OBJ_PARAM_GOLD' , 'GOLD - ' &amp;amp; [Dim Store Attr Val])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Malathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447791#M487662</guid>
      <dc:creator />
      <dc:date>2013-01-23T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447792#M487663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A nested if should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Dim Store Attr CD] = 'OBJ_PARAM_DIAMOND' , 'DIAMOND - ' &amp;amp; [Dim Store Attr Val], if([Dim Store Attr CD] = 'OBJ_PARAM_GOLD' ,&amp;nbsp; 'GOLD - ' &amp;amp; [Dim Store Attr Val]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 15:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447792#M487663</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-23T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447793#M487664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nested if is working for 2 conditions, but i have three conditions to check. Is it doable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 15:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447793#M487664</guid>
      <dc:creator />
      <dc:date>2013-01-23T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating a table field and free text</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447794#M487665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u tell me how to incorporate third condition as my condition is not working for 3 if loops,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-a-table-field-and-free-text/m-p/447794#M487665</guid>
      <dc:creator />
      <dc:date>2013-01-24T11:32:48Z</dc:date>
    </item>
  </channel>
</rss>

