<?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: Converting a BO report to Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930338#M321713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes what you need is possible to achieve. You can use the "Conditional" for the expressions you don't want to show to the user. The conditional could be based on a QlikView Variable that you change just before you export and change back after export. This variable enables the 52-53 expressions and at that moment it might be a timeconsuming recalculation before the export takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a variable called vShowAllExpressions and assign the value 0 to it intially.&lt;/P&gt;&lt;P&gt;2) For all the expressions that you want to hide you should set up the Conditional and enter vShowAllExpressions as the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; condition.&lt;/P&gt;&lt;P&gt;3) Create button to export and assign three actions to it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) External / Set Variable / vShowAllExpressions&amp;nbsp; / 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) External / Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) External / Set Variable / vShowAllExpressions / 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2015 16:02:26 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-08-28T16:02:26Z</dc:date>
    <item>
      <title>Converting a BO report to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930337#M321712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a big report that is generated in Business Objects and emailed to users everyday.&amp;nbsp; I am trying to represent the same data in Qlikview and also have an additional tab that just has the report as it is generated today.&amp;nbsp; This means around 50 dimensions and 10 measures.&amp;nbsp; When I add it in straight through table, it becomes very lengthy.&amp;nbsp; I would like to have the report (around 60 columns) but I would like to show only the first 7-8 columns in the dashboard; however when a user, exports the data, he should get be able see all the 60 columns.&amp;nbsp; Is it doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to hide the columns in Qlik but unhide the columns when exported to excel.&amp;nbsp; Please share your insights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 15:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930337#M321712</guid>
      <dc:creator />
      <dc:date>2015-08-28T15:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a BO report to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930338#M321713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes what you need is possible to achieve. You can use the "Conditional" for the expressions you don't want to show to the user. The conditional could be based on a QlikView Variable that you change just before you export and change back after export. This variable enables the 52-53 expressions and at that moment it might be a timeconsuming recalculation before the export takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a variable called vShowAllExpressions and assign the value 0 to it intially.&lt;/P&gt;&lt;P&gt;2) For all the expressions that you want to hide you should set up the Conditional and enter vShowAllExpressions as the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; condition.&lt;/P&gt;&lt;P&gt;3) Create button to export and assign three actions to it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) External / Set Variable / vShowAllExpressions&amp;nbsp; / 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) External / Export&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) External / Set Variable / vShowAllExpressions / 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 16:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930338#M321713</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-28T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a BO report to Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930339#M321714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter.&amp;nbsp; The suggested approach works but I have one question.&amp;nbsp; How do I specify the straight through table to be exported.&amp;nbsp; When I click on 'Setup' (External/Export/Setup) I get a list of dimensions to choose to export.&amp;nbsp; I want to just choose my table that already has all the dimensions and measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 19:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-a-BO-report-to-Qlikview/m-p/930339#M321714</guid>
      <dc:creator />
      <dc:date>2015-08-28T19:29:39Z</dc:date>
    </item>
  </channel>
</rss>

