<?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: Always Selected One in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826719#M67997</link>
    <description>&lt;P&gt;The steps I took were to :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove the hideprefix ( NB also consider using hidden script tag as it's more flexible )&lt;/LI&gt;&lt;LI&gt;Load the app as normal&lt;/LI&gt;&lt;LI&gt;Enable the field always one value property&lt;/LI&gt;&lt;LI&gt;Select the default value in a filter pane&lt;/LI&gt;&lt;LI&gt;Edit script and re-enable hiding&lt;/LI&gt;&lt;LI&gt;Load the app again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also watch out if you export the app without data to save the QVF into Git, or even for deployment to higher environments - the property gets wiped ( as happened in QV list boxes ). Possible workaround is to config-drive the load script to allow a FIRST 1 or FIRST n load of each table, and save the vastly reduced app via QMC export.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 18:03:10 GMT</pubDate>
    <dc:creator>AndrewMcIlwrick</dc:creator>
    <dc:date>2021-08-04T18:03:10Z</dc:date>
    <item>
      <title>Always Selected One in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826603#M67973</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In my qlik sense application i used always selected one functionality. And I hid the fields with HidePrefix. After my data reload the always one selected functionality got removed. Can anyone tell why this is happening?. The below are samples of my script&lt;/P&gt;&lt;P&gt;Set HidePrefix='%'&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Month(Date)&amp;amp;' '&amp;amp;Year(Date) as MonthYr&lt;/P&gt;&lt;P&gt;From ....ABC.qvd;&lt;/P&gt;&lt;P&gt;Rename Field MonthYr into %MonthYr;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826603#M67973</guid>
      <dc:creator>dineshraj</dc:creator>
      <dc:date>2021-08-04T12:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Always Selected One in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826719#M67997</link>
      <description>&lt;P&gt;The steps I took were to :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove the hideprefix ( NB also consider using hidden script tag as it's more flexible )&lt;/LI&gt;&lt;LI&gt;Load the app as normal&lt;/LI&gt;&lt;LI&gt;Enable the field always one value property&lt;/LI&gt;&lt;LI&gt;Select the default value in a filter pane&lt;/LI&gt;&lt;LI&gt;Edit script and re-enable hiding&lt;/LI&gt;&lt;LI&gt;Load the app again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also watch out if you export the app without data to save the QVF into Git, or even for deployment to higher environments - the property gets wiped ( as happened in QV list boxes ). Possible workaround is to config-drive the load script to allow a FIRST 1 or FIRST n load of each table, and save the vastly reduced app via QMC export.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826719#M67997</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2021-08-04T18:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Always Selected One in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826758#M68003</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I did the same it is working fine. Can i know the root cause why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dineshraj R&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 05:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826758#M68003</guid>
      <dc:creator>dineshraj</dc:creator>
      <dc:date>2021-08-05T05:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Always Selected One in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826918#M68023</link>
      <description>&lt;P&gt;You could argue it is expected behaviour rather than a bug - was always there in QV too. I guess the object loses the ability to have one value selected when there is no data in the app.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 16:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-Selected-One-in-Qlik-Sense/m-p/1826918#M68023</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2021-08-05T16:19:36Z</dc:date>
    </item>
  </channel>
</rss>

