<?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: how to set default field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200947#M875997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can handle in your expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ct={''b}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression is a sample you can change it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 09:19:17 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-10-31T09:19:17Z</dc:date>
    <item>
      <title>how to set default field value</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200945#M875995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i set the 3 charts default to "BT" without need to click on the button "BT"&lt;/P&gt;&lt;P&gt;where the field is "ct" and value is "b"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142466_Capture.PNG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;i tried use the expression =ct='b' in the dimension but doesnt work.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/142467_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200945#M875995</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to set default field value</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200946#M875996</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;Try like this in dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(ct='b', ct)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200946#M875996</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to set default field value</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200947#M875997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can handle in your expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;ct={''b}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression is a sample you can change it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200947#M875997</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-31T09:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to set default field value</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200948#M875998</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;To set a default field value, we can actually use a trigger in sheet properties as shown below.&lt;IMG alt="3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142475_3.png" style="height: 405px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever you are navigating to that sheet, by default the field 'ct' will be set to 'B'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 09:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-default-field-value/m-p/1200948#M875998</guid>
      <dc:creator />
      <dc:date>2016-10-31T09:34:33Z</dc:date>
    </item>
  </channel>
</rss>

