<?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: Field with hyphens in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922876#M319611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your time in replying. I made a silly mistake in my data, my scripting was spot-on for what I was trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 15:31:31 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2015-08-13T15:31:31Z</dc:date>
    <item>
      <title>Field with hyphens</title>
      <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922873#M319608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that appears in this manner, name of the field is [Campaign Name] : (The field is an xlsx file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME - 07032015 - TITLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have an inline table:&lt;/P&gt;&lt;P&gt;tbl_CAMPAIGNS:&lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;INLINE&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[ cmpNID, cmpCAT&lt;BR /&gt; 1, BRAVES&lt;BR /&gt; 2, KNIGHTS&lt;BR /&gt; 3, JACKETS&lt;BR /&gt; 4, HHH&lt;BR /&gt; 5, CLUB&lt;BR /&gt; 6, COM&lt;BR /&gt; 7, SURVEY&lt;BR /&gt; 8, HC ]&lt;/SPAN&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script, I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;UPPER&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TRIM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Campaign Name]&lt;/SPAN&gt;, '-', 1))) &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;cmpCAT&lt;/SPAN&gt;,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;UPPER&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TRIM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Campaign Name]&lt;/SPAN&gt;, '-', 2))) &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;cmpNME&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows me to link the two tables so that I can have a list box from which to select the cmpCAT (Campaign Category)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script runs with no issue and produces the list box in the manner I desire. However, when I click on a cmpCAT from the list box, my app does not produce any results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does my issue live in my scripting or is this a result of using an xlsx file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922873#M319608</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-08-13T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field with hyphens</title>
      <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922874#M319609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post some sample of the xlsx and expected results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922874#M319609</guid>
      <dc:creator>maximiliano_vel</dc:creator>
      <dc:date>2015-08-13T14:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field with hyphens</title>
      <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922875#M319610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you upload your qvw and excel sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922875#M319610</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-08-13T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field with hyphens</title>
      <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922876#M319611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your time in replying. I made a silly mistake in my data, my scripting was spot-on for what I was trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922876#M319611</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-08-13T15:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field with hyphens</title>
      <link>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922877#M319612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your time in replying. I made a silly mistake in my data, my scripting was spot-on for what I was trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-with-hyphens/m-p/922877#M319612</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-08-13T15:31:36Z</dc:date>
    </item>
  </channel>
</rss>

