<?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: Table Creation Help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65274#M4310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further help on this would be much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 09:36:56 GMT</pubDate>
    <dc:creator>richardm90</dc:creator>
    <dc:date>2018-03-12T09:36:56Z</dc:date>
    <item>
      <title>Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65263#M4299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a table in Qlik Sense to show the number of patients each month and how their appointment was booked as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Feb 2018&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;March 2018&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Phone&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Email&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Web Form&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the Month columns as measures. Below is the formula for Feb 2018 which counts the total number of appointments and filters those that were booked in Feb. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P&gt;{&amp;lt;[Submission date.autoCalendar.YearMonth]={"2018-Feb"}&amp;gt;} &lt;/P&gt;&lt;P&gt;[Submission date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I also filter it by each source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65263#M4299</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-07T14:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65264#M4300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick, if you add Source as dimension, each row will count the associated source values. Is not working like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65264#M4300</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-07T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65265#M4301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with Pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row - Source&lt;/P&gt;&lt;P&gt;Column - [Submission date.autoCalendar.YearMonth]&lt;/P&gt;&lt;P&gt;Measure - count ([Submission Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65265#M4301</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-03-07T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65266#M4302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It just returns the total number of patients for that month in each field rather than filtering them by source i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header headerSortUp" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG&gt;Feb 2018&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG&gt;March 2018&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Web Form&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Phone&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Email&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65266#M4302</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-07T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65267#M4303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is usually related with data relationships... Is each record associated with only one date and source? Maybe source is not related with dates, so each one exists in all dates (or none)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a simple table with source, date and recordId to check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65267#M4303</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-07T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65268#M4304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help here guys, I think that is the issue, the data source with the sources column isn't linked to the other sources for bookings/appointments. I'll have a go at getting this sorted and retest and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 14:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65268#M4304</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-07T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65269#M4305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick one in relation to this. How do I create a column and only display certain values? (without applying a filter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. If I want to only show fields where the course is Email?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I'm creating a row, in the field I'm putting Source = "email"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65269#M4305</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-07T16:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65270#M4306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually best performace is filtering using set analysis in expression:&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;[Submission date.autoCalendar.YearMonth]={"2018-Feb"}&lt;STRONG&gt;, Source={'email'}&lt;/STRONG&gt;&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Submission date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65270#M4306</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-07T16:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65271#M4307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for the help on this, all looking good so far! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing I need abit of advice on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the need to store all of our KPI's in the same table so that we can export them all together rather than having to click on every individual table and export to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what we need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195676" alt="test1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195676_test1.png" style="width: 620px; height: 138px;" /&gt;&lt;/P&gt;&lt;P&gt;Currently these are created separately i.e. Table 1: Source of Referal, Table 2: Patients seen within 5 working days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to combine these into the same pivot table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failing this; is there a way to export multiple tables on the same sheet as an excel/csv file at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65271#M4307</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-08T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65272#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric, to export many tables at once I think you need a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use in the same table maybe a quick fix can be done:&lt;/P&gt;&lt;P&gt;// Add an inline table with KPIs&lt;/P&gt;&lt;P&gt;KPI:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;IdKPI, KPI&lt;/P&gt;&lt;P&gt;1, Source of referal&lt;/P&gt;&lt;P&gt;2, ...&lt;/P&gt;&lt;P&gt;3, ...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table add dimension KPI and a calculated dimension like:&lt;/P&gt;&lt;P&gt;If(IdKPI=1, Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression can use the idKPI to select the expression:&lt;/P&gt;&lt;P&gt;Pick(IdKPI&lt;/P&gt;&lt;P&gt;, Expression for kpi1&lt;/P&gt;&lt;P&gt;, &lt;SPAN style="font-size: 13.3333px;"&gt;Expression for kpi2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, &lt;SPAN style="font-size: 13.3333px;"&gt;Expression for kpi3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Maybe needs aggr(:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;Pick(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;STRONG&gt;, IdKPI)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65272#M4308</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-08T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65273#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your quick response Ruben, is it possible to create Macro's in Qlik Sense cloud?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Assume an inline table is added within the data load editor?. Is there a step-by-step guide somewhere for creating this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 11:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65273#M4309</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-08T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65274#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further help on this would be much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 09:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65274#M4310</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-12T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65275#M4311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric, I think the macro option is not possible in Cloud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the inline should be added in script editor, I attach a simple sample with dummy expressions to get the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IdKPI identifies wich expression to pick, dimensionality is used to decied when draw the value (on first or in 2nd dimension).&lt;/P&gt;&lt;P&gt;And desabling the option toshow zero values to hide rows without data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 18:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65275#M4311</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-12T18:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65276#M4312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for this! After attempting this in my app and looking into the inline functionality. It is my understanding that this only works if you are typing the data in manually within the data loader? Our app needs to pull data from xls files. Is there another way I can get around this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65276#M4312</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-13T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65277#M4313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was only an example, data can be pulled from excel files.&lt;/P&gt;&lt;P&gt;Inline is only a source that identifies data manually written but the source can be switched to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 16:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65277#M4313</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-13T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65278#M4314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we have been pulling data in from Excel files previously. The issue is that each column needs to have multiple calculations associated with it. i.e. Jan 2018 needs to show the figures for multiple KPI's at the same time.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 16:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65278#M4314</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-13T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65279#M4315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure of what's the issue, in the sample Jan-2018 is calculating 3 different expressions. Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 21:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65279#M4315</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-13T21:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65280#M4316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all starting to make sense now! Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a pivot table how do I prevent rows with no sub-rows from having drop-downs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, all rows even those without subs expand and when they do the data changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 00:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65280#M4316</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-14T00:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65281#M4317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric, I don'0t think that's possible, it there is a dimension below it will show the button to expand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using dimensionality() and unchecking the option to show zero values (in the add-ons section) can be a workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65281#M4317</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-14T07:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Help</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65282#M4318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant seem to be able to get the pick and&amp;nbsp; dimensionality() functions working. As a workaround for the measure I have used bundled if statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(IDKpi='1' OR IDKpi='4' OR IDKpi='5',Count([Submission date]),&lt;/P&gt;&lt;P&gt;if(IDKpi='2', Sum([Submission date]),&lt;/P&gt;&lt;P&gt;if(IDKpi='3',count({&amp;lt;[Is this an urgent appointment?]={'YES'}&amp;gt;} [Start Time]))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me convert this with the pick and dimensionality() functions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Creation-Help/m-p/65282#M4318</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-03-15T10:26:01Z</dc:date>
    </item>
  </channel>
</rss>

