<?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: Edit the dynamic field in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1634589#M47273</link>
    <description>Desktop free version&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Oct 2019 18:30:23 GMT</pubDate>
    <dc:creator>Pragya</dc:creator>
    <dc:date>2019-10-13T18:30:23Z</dc:date>
    <item>
      <title>Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632252#M47082</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working on a Qlik Sense App Development and working on dynamic fields on Dashboard.&lt;/P&gt;&lt;P&gt;Now my field name was EventNumber but its alignment was on the right side.&lt;/P&gt;&lt;P&gt;So to correct the alignment I put =Text(EventNumber ).&lt;/P&gt;&lt;P&gt;But now the problem is when I do the dynamic selection by&lt;/P&gt;&lt;P&gt;= text([Event Number])&lt;/P&gt;&lt;P&gt;it shows '= text([Trauma Event Number])' but in the dashboard I want to see just EventNumber and not = text([Trauma Event Number]).&lt;/P&gt;&lt;P&gt;Can anyone help.&lt;/P&gt;&lt;P&gt;Thanks beforehand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 22:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632252#M47082</guid>
      <dc:creator>Pragya</dc:creator>
      <dc:date>2019-10-07T22:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632254#M47083</link>
      <description>&lt;P&gt;You will need to add an aggr() like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Aggr(only(text([Event Number])), [Event Number])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;See:&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2016/01/scoping-selections-with-aggr/" target="_blank" rel="noopener"&gt;https://qlikviewcookbook.com/2016/01/scoping-selections-with-aggr/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 14:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632254#M47083</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-10-08T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632260#M47086</link>
      <description>&lt;P&gt;Thankyou But it didn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 00:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632260#M47086</guid>
      <dc:creator>Pragya</dc:creator>
      <dc:date>2019-10-08T00:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632277#M47088</link>
      <description>&lt;P&gt;Which version of Qlik Sense are you working on? This is become better in the later release.&lt;/P&gt;&lt;P&gt;A workaround is to create the dimension in the script.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 03:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632277#M47088</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-08T03:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632565#M47108</link>
      <description>&lt;P&gt;I typed it quick and forgot the only.&amp;nbsp; I've updated the answer to include only() and the mossing paren.&amp;nbsp; Please do read the blog post as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 14:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1632565#M47108</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-10-08T14:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1634589#M47273</link>
      <description>Desktop free version&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Oct 2019 18:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1634589#M47273</guid>
      <dc:creator>Pragya</dc:creator>
      <dc:date>2019-10-13T18:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Edit the dynamic field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1635108#M47315</link>
      <description>&lt;P&gt;Still not working. Can we edit (bold , align) the text or footnote or title in desktop free version?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 18:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-the-dynamic-field-in-Qlik-Sense/m-p/1635108#M47315</guid>
      <dc:creator>Pragya</dc:creator>
      <dc:date>2019-10-14T18:43:44Z</dc:date>
    </item>
  </channel>
</rss>

