<?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 Form-like Dashboard Element in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043893#M940593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have created a dashboard for one of our clients and would like to add a element in the dashboard so that users can enter request for improvement or report issues. Essentially I would like a form-like dashboard element that feeds the data into Excel. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 17:47:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-03T17:47:27Z</dc:date>
    <item>
      <title>Form-like Dashboard Element</title>
      <link>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043893#M940593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have created a dashboard for one of our clients and would like to add a element in the dashboard so that users can enter request for improvement or report issues. Essentially I would like a form-like dashboard element that feeds the data into Excel. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 17:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043893#M940593</guid>
      <dc:creator />
      <dc:date>2016-02-03T17:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Form-like Dashboard Element</title>
      <link>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043894#M940594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with INPUTFIELD function to enter the data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043894#M940594</guid>
      <dc:creator />
      <dc:date>2016-02-03T19:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Form-like Dashboard Element</title>
      <link>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043895#M940595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! That is what I was thinking - I was just wondering what the best way would be to have it sent to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 20:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043895#M940595</guid>
      <dc:creator />
      <dc:date>2016-02-03T20:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Form-like Dashboard Element</title>
      <link>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043896#M940596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that macros are a good solution to this. I have been working on something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Input boxes that stores the inputs are variables.&lt;/P&gt;&lt;P&gt;Create a chart that takes the variables as expressions and puts it in one row. (For this example i will call the ObjectID for the chart CH01)&lt;/P&gt;&lt;P&gt;Add a button that runs the macro below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following macro will take the data in the chart and append it to a csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportFile&lt;/P&gt;&lt;P&gt;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;&amp;nbsp; obj.Export ("C:\Users\TEMP\request.csv"), "," , , TRUE&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following sets obj as the chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following will append to that file&lt;/P&gt;&lt;P&gt;obj.Export ("&lt;SPAN style="font-size: 13.3333px;"&gt;C:\request.csv&lt;/SPAN&gt;"), "," , , TRUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can than open it with excel to see the results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the attached qvw file. You can change the file location in the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 20:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Form-like-Dashboard-Element/m-p/1043896#M940596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-03T20:39:32Z</dc:date>
    </item>
  </channel>
</rss>

