<?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: Bar chart export to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879472#M530343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can please let me know what is the output for the above macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 09:20:12 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2015-06-23T09:20:12Z</dc:date>
    <item>
      <title>Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879463#M530334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i export a bar chart to excel its showing in table format, can please me know is there a option to export into bar chart other than reports/nprinting solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879463#M530334</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879464#M530335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kandragula.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;There is no direct QlikView option which can be enabled to Export Graph into Excel. Alternatively you can achieve this by writing a macro . The macro is as below :-&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ExportGraph()&lt;BR /&gt;Dim vSheet&lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;vSheet = ""&lt;BR /&gt;vSheet = "Sheet1"&lt;BR /&gt;ActiveDocument.GetSheetObject("CH26").CopyBitmapToClipboard 'Copy the charts&lt;BR /&gt;XLDoc.Sheets(vSheet).Range("A" &amp;amp; 1).Select&lt;BR /&gt;XLDoc.Sheets(vSheet).Paste&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set XLDoc = Nothing&lt;BR /&gt;Set XLApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work and let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;BR /&gt;Prabakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879464#M530335</guid>
      <dc:creator />
      <dc:date>2015-06-23T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879465#M530336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prabhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to create one action based on marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Throwing error 'expected end'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879465#M530336</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879466#M530337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Yes your macro will export the bar chart but the macros are not running in the Qlikview 9.00 version in the Access point.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Since i am trying to do the same thing. Since macros are not working. Need to explore it more and let you know.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regds&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Prabakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879466#M530337</guid>
      <dc:creator />
      <dc:date>2015-06-23T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879467#M530338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to get image we can get directly in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;browser-&amp;gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: #365f91;"&gt;In browser-&amp;gt;Right click(on the required chart)-&amp;gt;print-&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: #365f91;"&gt;Graph image will be opened in separate browser window-&amp;gt;Image-&amp;gt;right click-&amp;gt;copy and paste in excel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: #365f91;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: #365f91;"&gt;we can get as an image in excel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879467#M530338</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879468#M530339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And more over macros will not work in ajax mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879468#M530339</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879469#M530340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you got the solution for your queries right ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Prabakar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879469#M530340</guid>
      <dc:creator />
      <dc:date>2015-06-23T08:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879470#M530341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m looking for direct export of graph to excel not in image format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879470#M530341</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T09:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879471#M530342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try this once..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub GetChartValues()&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim NumberOfRows As Integer&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim X As Object&lt;/P&gt;&lt;P&gt;&amp;nbsp; Counter = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Calculate the number of rows of data.&lt;/P&gt;&lt;P&gt;&amp;nbsp; NumberOfRows = UBound(ActiveChart.SeriesCollection(1).Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Worksheets("ChartData").Cells(1, 1) = "X Values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Write x-axis values to worksheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp; With Worksheets("ChartData")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .Range(.Cells(2, 1), _&lt;/P&gt;&lt;P&gt;&amp;nbsp; .Cells(NumberOfRows + 1, 1)) = _&lt;/P&gt;&lt;P&gt;&amp;nbsp; Application.Transpose(ActiveChart.SeriesCollection(1).XValues)&lt;/P&gt;&lt;P&gt;&amp;nbsp; End With&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Loop through all series in the chart and write their values to&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' the worksheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp; For Each X In ActiveChart.SeriesCollection&lt;/P&gt;&lt;P&gt;&amp;nbsp; Worksheets("ChartData").Cells(1, Counter) = X.Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With Worksheets("ChartData")&lt;/P&gt;&lt;P&gt;&amp;nbsp; .Range(.Cells(2, Counter), _&lt;/P&gt;&lt;P&gt;&amp;nbsp; .Cells(NumberOfRows + 1, Counter)) = _&lt;/P&gt;&lt;P&gt;&amp;nbsp; Application.Transpose(X.Values)&lt;/P&gt;&lt;P&gt;&amp;nbsp; End With&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Counter = Counter + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Prabakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879471#M530342</guid>
      <dc:creator />
      <dc:date>2015-06-23T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879472#M530343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can please let me know what is the output for the above macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879472#M530343</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879473#M530344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to extract the data to excel. The same method can be possible to upload the bar chart to excel. Please try and let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Prabakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879473#M530344</guid>
      <dc:creator />
      <dc:date>2015-06-23T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879474#M530345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Throwing an error for the macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879474#M530345</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-23T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879475#M530346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can directly copy your object from qlikview (select object and CTRL+C) and paste in the excel (CTRL+V).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879475#M530346</guid>
      <dc:creator />
      <dc:date>2015-06-24T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879476#M530347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this can be done only if it was enabled in security tab of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And more over I my requirement is not a image i am looking for direct export of bar graph to excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879476#M530347</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-24T10:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879477#M530349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the image the entire chart object will be copied to the excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879477#M530349</guid>
      <dc:creator />
      <dc:date>2015-06-24T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart export to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879478#M530351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes entire chart will come but it will be in image format not as what we see in our dashboards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 10:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-export-to-excel/m-p/879478#M530351</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-06-24T10:40:52Z</dc:date>
    </item>
  </channel>
</rss>

