<?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: Labeling Data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187242#M885374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please send more data to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2016 16:04:41 GMT</pubDate>
    <dc:creator>el_aprendiz111</dc:creator>
    <dc:date>2016-09-19T16:04:41Z</dc:date>
    <item>
      <title>Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187241#M885373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good evening everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview and am still tinkering around with it. I am importing a bunch of data from Excel, below is the sample script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD date(Opened,'DD/MM/YYYY') as [Date Opened], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Closed,'DD/MM/YYYY') as [Date Closed],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(date(Opened,'DD/MM/YYYY')) as [Month],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(date(Opened,'DD/MM/YYYY')) as [Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Configuration item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under configuration item there are a bunch of computer names(1G212317 for example). Could anyone please point me on how to filter it so that all the computer names gets consolidated and renamed as 'Computer' under configuration item?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187241#M885373</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187242#M885374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please send more data to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 16:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187242#M885374</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-09-19T16:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187243#M885375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if i didnt get it wrong you want to set Computer as value for the field Configuration Item?&lt;/P&gt;&lt;P&gt;If that's the case you can use the AS statement in your load as follows:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD date(Opened,'DD/MM/YYYY') as [Date Opened],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Closed,'DD/MM/YYYY') as [Date Closed],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(date(Opened,'DD/MM/YYYY')) as [Month],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(date(Opened,'DD/MM/YYYY')) as [Year],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;'Computer' as [Configuration item],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please let me know if this helps.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 16:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187243#M885375</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-09-19T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187244#M885376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Sorry for the confusion, attaching a picture here to help clear things up. As you can see under Configuration Item there is a bunch of data starting with 1 and ending with another number. These are all computers, would it be possible to make it so that whenever Qlikview detects such data it automatically creates a group called Computer in Configuration Item and lists all such data under it? That way it helps to make things look neater as there would only be one group called Computer there instead of a bunch of data that don't really make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image.jpeg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137950_image.jpeg" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 22:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187244#M885376</guid>
      <dc:creator />
      <dc:date>2016-09-19T22:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187245#M885377</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;maybe something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14743268539114577" jivemacro_uid="_14743268539114577"&gt;
&lt;P&gt;If([Configuration item] like '1??????' and IsNum(Right([Configuration item],1)),'Computer',[Configuration item]) as [Configuration item]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 23:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187245#M885377</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-19T23:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187246#M885378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how about something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD date(Opened,'DD/MM/YYYY') as [Date Opened],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Closed,'DD/MM/YYYY') as [Date Closed],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(date(Opened,'DD/MM/YYYY')) as [Month],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(date(Opened,'DD/MM/YYYY')) as [Year],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Configuration item]&lt;/SPAN&gt;,1)=1 and alt(right(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Configuration item]&lt;/SPAN&gt;,1)),'Computer','Not Computer') &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; as [Configuration Item Category],&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Configuration item],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This will add a new field called &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Configuration Item Category]&lt;/STRONG&gt; that will let you group/label your data so that you dont loose your values in the Configuration Item field.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please let me know if this helps.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187246#M885378</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-09-20T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187247#M885379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Marco! Thanks! This made those that fit the criteria get slotted in right under Computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made another if using if isText in it and it works too. Though is this the recommended way to filter data? Or is there a better way that I am not aware of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When it comes to computer with names like C14T72S or DFD723G I am not too sure how to apply the if conditions without it affecting other items too. Also when I try to use AND to create another group in Configuration Category it just goes blank.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;This is what my current script looks like.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14744387725829839 jive_text_macro" jivemacro_uid="_14744387725829839" modifiedtitle="true"&gt;
&lt;P&gt;If([Configuration item] LIKE 'AU1*' &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'DE1*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P05*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P15*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P21*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P25*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'S12*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'S13*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'TST*','System',[Configuration item]) AND&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsText(Left([Configuration item],1)) and IsNum(Right([Configuration item],1)) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or IsNum(Left([Configuration item],1)),'Computer',[Configuration item]) as [Configuration category],&amp;nbsp; &lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187247#M885379</guid>
      <dc:creator />
      <dc:date>2016-09-21T06:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Data?</title>
      <link>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187248#M885380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's sort of what I did based on Marco's suggestion! This is what it looks like now. Configuration item is still kept inside.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When it comes to computer with names like C14T72S or DFD723G I am not too sure how to apply the if conditions without it affecting other items too. Also when I try to use AND to create another group in Configuration Category it just goes blank.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;This is what my current script looks like.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744450277761000" jivemacro_uid="_14744450277761000" modifiedtitle="true"&gt;
&lt;P&gt;If([Configuration item] LIKE 'AU1*' &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'DE1*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P05*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P15*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P21*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'P25*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'S12*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'S13*'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or [Configuration item] LIKE 'TST*','System',[Configuration item]) AND&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsText(Left([Configuration item],1)) and IsNum(Right([Configuration item],1)) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or IsNum(Left([Configuration item],1)),'Computer',[Configuration item]) as [Configuration category],&amp;nbsp; &lt;/P&gt;
&lt;/PRE&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744388888487175" jivemacro_uid="_14744388888487175" modifiedtitle="true"&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Labeling-Data/m-p/1187248#M885380</guid>
      <dc:creator />
      <dc:date>2016-09-21T06:16:11Z</dc:date>
    </item>
  </channel>
</rss>

