<?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: Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896957#M1011585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean, but you can always make the Dimension conditional depending on the user selections &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 14:42:43 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-05-07T14:42:43Z</dc:date>
    <item>
      <title>Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896951#M1011579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all bit of a Thursday teaser currently working through a change request for my client and I have come up with an idea I just need to try and write it. My current code " =IF(COUNT(DISTINCT(Registered_CCG_Code))&amp;gt;=1,CONCAT(DISTINCT(Registered_CCG),Chr(13),0)) " works great in a text box but what I want to do is show a new line for each in a straight table. After Chr(13), there will be a new if statement. Any help would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896951#M1011579</guid>
      <dc:creator />
      <dc:date>2015-05-07T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896952#M1011580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Properties window, Presentation tab, check 'Wrap Cell Text' check box and increase the Cell Height to the maximum number of distinct Registerd_CCG_Code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896952#M1011580</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-05-07T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896953#M1011581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works fine if I want them in one cell but I wan't them to be in separate cell's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896953#M1011581</guid>
      <dc:creator />
      <dc:date>2015-05-07T14:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896954#M1011582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you will have to drop the Concat() and let your dimension(s) create the necessary rows for you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896954#M1011582</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T14:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896955#M1011583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you just add the dimension &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Registered_CCG ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896955#M1011583</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-07T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896956#M1011584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I don't want to just add Registered_CCG is because this will eventually go into a multi parameter graph so No mater if the end user chooses Registered_CCG or Postcode it will give them either or both. My main aim will be to create 1 graph that the axis will change according to what the end user has chosen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896956#M1011584</guid>
      <dc:creator />
      <dc:date>2015-05-07T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896957#M1011585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean, but you can always make the Dimension conditional depending on the user selections &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896957#M1011585</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-07T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896958#M1011586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way to explain it one graph multiple options for an axis. Maybe the count should not be the way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example I have at current 8 separate graphs for each of the parameters but if I can do 1 graph and the axis is either 1 or all 8 parameters this would save my Qlikview a lot of space &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896958#M1011586</guid>
      <dc:creator />
      <dc:date>2015-05-07T14:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896959#M1011587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like said you can show these dimensions conditionally based on the user slections&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CondDim.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85936_CondDim.png" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896959#M1011587</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-07T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896960#M1011588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this already, but does not give me what I wan't. I will leave it for now and revisit it in a couple of weeks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table/m-p/896960#M1011588</guid>
      <dc:creator />
      <dc:date>2015-05-07T15:10:04Z</dc:date>
    </item>
  </channel>
</rss>

