<?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: Simple Writeback Solution in Qlik Sense Enterprise. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2440947#M97305</link>
    <description>&lt;P&gt;You need to go to extensions as native is not allowed to store input feedback in dashboard just yet.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Apr 2024 15:50:40 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2024-04-13T15:50:40Z</dc:date>
    <item>
      <title>Simple Writeback Solution in Qlik Sense Enterprise.</title>
      <link>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2440943#M97303</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;Is there any way to capture feedback(user input) from user through Qlik Sense UI.&lt;/P&gt;
&lt;P&gt;It should be captured anywhere like variable or QVD or anything - Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2440943#M97303</guid>
      <dc:creator>Uzumaki_N</dc:creator>
      <dc:date>2024-11-15T21:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Writeback Solution in Qlik Sense Enterprise.</title>
      <link>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2440947#M97305</link>
      <description>&lt;P&gt;You need to go to extensions as native is not allowed to store input feedback in dashboard just yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 15:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2440947#M97305</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-04-13T15:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Writeback Solution in Qlik Sense Enterprise.</title>
      <link>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2441148#M97314</link>
      <description>&lt;P&gt;There might be a solution to that.&lt;/P&gt;
&lt;P&gt;Using variable input to put desired feedback then storing it (using button visualization)&amp;nbsp;with appriopriate key (e.g. ID or some other field) to variables .&lt;BR /&gt;Then with the same button using partial reload create table (e.g. as below)&lt;BR /&gt;-You need to create the WriteBack qvd first.&amp;nbsp;&lt;BR /&gt;You may need to play around to find proper key and debug it. Also users need to have appropriate security roles to be able to reload the app.&lt;/P&gt;
&lt;P&gt;WriteBack: &lt;BR /&gt;add LOAD&lt;BR /&gt;"Now",&lt;BR /&gt;Msg,&lt;BR /&gt;ID&lt;BR /&gt;FROM [lib://QlikSenseStorage/WriteBack.qvd](qvd);&lt;/P&gt;
&lt;P&gt;IF IsPartialReload() then&lt;/P&gt;
&lt;P&gt;concatenate (WriteBack)&lt;BR /&gt;add load distinct &lt;BR /&gt;now() as Now,&lt;BR /&gt;'$(vInput)' as Msg,&lt;BR /&gt;'$(Dim) as ID&lt;BR /&gt;AutoGenerate(1);&lt;/P&gt;
&lt;P&gt;Store WriteBack into [lib://QlikSenseStorage/WriteBack.qvd](qvd);&lt;/P&gt;
&lt;P&gt;ENDIF;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 08:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2441148#M97314</guid>
      <dc:creator>MATC</dc:creator>
      <dc:date>2024-04-15T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Writeback Solution in Qlik Sense Enterprise.</title>
      <link>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2537157#M108758</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If you need users to enter feedback directly in the Qlik Sense UI and have it saved without relying&lt;BR /&gt;on partial reloads or variable hacks, checkout SenseOps Writeback extension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It lets you add editable fields in a table, and writes the input directly to a QVD, database, or file - no scripting workarounds needed. Also preserves data across reloads and keeps an audit trail of who submitted what. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quick links&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.senseops.com/app-extensions/writeback/" target="_self"&gt;Read more&lt;/A&gt;&lt;A href="https://www.senseops.com/resources/documentation/app-extensions/writeback/writeback-table/" target="_self"&gt;&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.senseops.com/resources/documentation/app-extensions/writeback/writeback-table/" target="_self"&gt;Access to documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://account.senseops.com/signup" target="_self"&gt;&lt;SPAN&gt;Try for free&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 11:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Simple-Writeback-Solution-in-Qlik-Sense-Enterprise/m-p/2537157#M108758</guid>
      <dc:creator>NS_Qlikupdates</dc:creator>
      <dc:date>2025-11-25T11:31:34Z</dc:date>
    </item>
  </channel>
</rss>

