<?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 Displaying Raw Data for Export in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188917#M22271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a business user who we want to automate a report for. He typically puts in a request for a raw data file in excel that he then pivots and does a number of things to. We're working with him to recreate a lot in Qlik, but the nature of the report is such that a raw pull of about a years worth of data is run overnight, and then when the report is opened, he can select how he wants to slice and dice it to see the data. It's a large raw data set, but that's because there are a lot of possible options to slice by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this...how can I give him the option to export data (after he slices) to excel without the system just bogging down from trying to show the raw, pre filtered data? Right now the raw data page I created just tries to load everything before you can even apply a filter (see image below) and doesn't finish. I want no data to show until he selects what he wants from the drop downs above, so he can then export to excel. Maybe a filter exists, you press a button, and it displays? Does anyone know if that is possible or something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138049_Capture.PNG" style="height: 195px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 18:29:41 GMT</pubDate>
    <dc:creator>remedibi</dc:creator>
    <dc:date>2016-09-20T18:29:41Z</dc:date>
    <item>
      <title>Displaying Raw Data for Export in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188917#M22271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a business user who we want to automate a report for. He typically puts in a request for a raw data file in excel that he then pivots and does a number of things to. We're working with him to recreate a lot in Qlik, but the nature of the report is such that a raw pull of about a years worth of data is run overnight, and then when the report is opened, he can select how he wants to slice and dice it to see the data. It's a large raw data set, but that's because there are a lot of possible options to slice by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this...how can I give him the option to export data (after he slices) to excel without the system just bogging down from trying to show the raw, pre filtered data? Right now the raw data page I created just tries to load everything before you can even apply a filter (see image below) and doesn't finish. I want no data to show until he selects what he wants from the drop downs above, so he can then export to excel. Maybe a filter exists, you press a button, and it displays? Does anyone know if that is possible or something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138049_Capture.PNG" style="height: 195px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188917#M22271</guid>
      <dc:creator>remedibi</dc:creator>
      <dc:date>2016-09-20T18:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Raw Data for Export in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188918#M22272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a calculation condition to a chart.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="c233468.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138148_c233468.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;That allows you to prevent the chart from rendering until some selections have been made. Perhaps an expression like =sum(aggr(1, DimA, DimB, DimC, ..., DimN)) &amp;lt; 50000. Replace &lt;SPAN style="font-size: 13.3333px;"&gt;DimA, DimB, DimC, ..., DimN with the dimensions of the chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188918#M22272</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-21T08:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Raw Data for Export in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188919#M22273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still having issues with it taking forever to load, something the executives won't bother themselves with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I can reframe the question - is it possible to allow a user to filter and then export data without it having to load on the screen? I want the end user to play with the visualizations I'm creating after they filter to what they want to see, but is there any way for them to then take the underlying filtered data and export to excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188919#M22273</guid>
      <dc:creator>remedibi</dc:creator>
      <dc:date>2016-09-21T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Raw Data for Export in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188920#M22274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uhm... did you even try my suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an calculation condition the chart will not render until the condition is met. When the condition is met and the chart is rendered it's possible to export the data by right clicking the chart and choosing the Export data option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188920#M22274</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-21T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Raw Data for Export in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188921#M22275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did. Sorry, first time I tried it I did it incorrectly. This fixed the issue. I was able to have the chart only display if less than 3 months of data is selected (but the remainder of the report can use more than 3 months.)&amp;nbsp; Appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Displaying-Raw-Data-for-Export-in-QlikSense/m-p/1188921#M22275</guid>
      <dc:creator>remedibi</dc:creator>
      <dc:date>2016-09-21T16:22:45Z</dc:date>
    </item>
  </channel>
</rss>

