<?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 Numeric Codes to text? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276302#M1205837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I was looking for. Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 21:28:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-13T21:28:40Z</dc:date>
    <item>
      <title>Numeric Codes to text?</title>
      <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276298#M1205833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have some data that's coded, ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - blue&lt;/P&gt;&lt;P&gt;2 - red&lt;/P&gt;&lt;P&gt;3 - white&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For graphs and chart purposes it makes sense to use the codes. However, I would like to create some sort of box that will show the corresponding description to the code when the item is clicked upon.&lt;/P&gt;&lt;P&gt;Any idea how I go about doing this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 18:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276298#M1205833</guid>
      <dc:creator />
      <dc:date>2010-09-13T18:10:27Z</dc:date>
    </item>
    <item>
      <title>Numeric Codes to text?</title>
      <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276299#M1205834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please be more clear for what you want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 19:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276299#M1205834</guid>
      <dc:creator />
      <dc:date>2010-09-13T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Numeric Codes to text?</title>
      <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276300#M1205835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some data that is coded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, for a code such as 99914, it would translate to a procedure such as "CA Scan: pelvis."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my histogram, I am doing a count of the codes. For a cleaner look, it makes more sense to use the code number as labels than the actual descriptions on the chart. Once I click on a specific number in the histogram, it narrows down to that specific code to where that is the only bar showing. When this happens I would like a text box some where that can display that code's description.&lt;/P&gt;&lt;P&gt;Let me know if I need to clarify anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 19:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276300#M1205835</guid>
      <dc:creator />
      <dc:date>2010-09-13T19:33:28Z</dc:date>
    </item>
    <item>
      <title>Numeric Codes to text?</title>
      <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276301#M1205836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;I'm presuming you're bringing in a table that relates codes to procedure names...if not, you'll need to do that first.&lt;/P&gt;&lt;P&gt;To do this, create a text box with an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;='Procedure Name: '&amp;amp;[Procedure_Name]&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then, on the layout tab of the Text Box Properties dialog, select "Conditional" and use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;If(Count([Procedure_Code])=1,1,0)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will only display the text box with the procedure name when you have 1 procedure code selected. Let me know if this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 21:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276301#M1205836</guid>
      <dc:creator />
      <dc:date>2010-09-13T21:08:18Z</dc:date>
    </item>
    <item>
      <title>Numeric Codes to text?</title>
      <link>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276302#M1205837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I was looking for. Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 21:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numeric-Codes-to-text/m-p/276302#M1205837</guid>
      <dc:creator />
      <dc:date>2010-09-13T21:28:40Z</dc:date>
    </item>
  </channel>
</rss>

