<?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 naming field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965874#M331078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There's a field 'Brand' in my application. One of the values in the field is '+ Active'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed that the sign '+' causes dashboard bugs sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, the dashboard is published on ther server, and I do the following:&lt;/P&gt;&lt;P&gt;1) I select 10 brands including &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'+ Active'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2) I click the button print report which activates the action 'Print'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3) Then the field 'Brand' is automatically cleared. This is a bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the bug doesn't happen if the brand &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'+ Active' is not selected among other brands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you advaise anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2015 10:15:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-03T10:15:47Z</dc:date>
    <item>
      <title>naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965874#M331078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There's a field 'Brand' in my application. One of the values in the field is '+ Active'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed that the sign '+' causes dashboard bugs sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, the dashboard is published on ther server, and I do the following:&lt;/P&gt;&lt;P&gt;1) I select 10 brands including &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'+ Active'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2) I click the button print report which activates the action 'Print'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3) Then the field 'Brand' is automatically cleared. This is a bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the bug doesn't happen if the brand &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'+ Active' is not selected among other brands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you advaise anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965874#M331078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T10:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965875#M331079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the reason is that this + sign will be somehow interpretet as calculation and leads to NULL and this leads to the deselection - a clear selection call for field is the same like a selection with = null(). I agree that's looked like a bug and I haven't a solution but you could try to bypass it with adding from additionally quotes to this value or to add before the + sign a space char - chr(32) - or a zero-space char like chr(8203) or similar chars to prevent a calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful might be also to try it with a dual-field for this - I mean a result like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual('+ Active', 'Active') or more practically: dual(Brand, Autonumber(Brand))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&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, 03 Sep 2015 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965875#M331079</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-03T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965876#M331080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I try in script:&lt;/P&gt;&lt;P&gt;load DUAL &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(Brand, Autonumber(Brand)) as Brand&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the program autonumber distinct brands only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not how can I &lt;SPAN style="font-size: 13.3333330154419px;"&gt;autonumber distinct brands?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965876#M331080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965877#M331081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use purgeChar() to clean data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;PurgeChar(fieldName,'+')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965877#M331081</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-03T11:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965878#M331082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Autonumber() is distinct. Here you will see some examples: &lt;A href="https://community.qlik.com/qlik-blogpost/3292"&gt;Counters in the Load&lt;/A&gt;.&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, 03 Sep 2015 11:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965878#M331082</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-03T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: naming field values</title>
      <link>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965879#M331083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Marcus,&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;a zero-space char like chr(8203) before the plus-sign is a very good solution.&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Larisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 12:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/naming-field-values/m-p/965879#M331083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T12:29:54Z</dc:date>
    </item>
  </channel>
</rss>

