<?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: Formula In Select Bar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600668#M44418</link>
    <description>&lt;P&gt;Thanks Sergey_maka8. I understand that this is a good option too and relatively easy to implement.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 02:06:32 GMT</pubDate>
    <dc:creator>Seggy224</dc:creator>
    <dc:date>2019-07-10T02:06:32Z</dc:date>
    <item>
      <title>Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600651#M44412</link>
      <description>&lt;P&gt;Is there any way to stop this happening? The formula appears in the select bar rather than the filter title!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 258px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15181i3C61EB688BE26071/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600651#M44412</guid>
      <dc:creator>Seggy224</dc:creator>
      <dc:date>2024-11-16T20:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600654#M44413</link>
      <description>&lt;P&gt;Make it a Master Dimension, then it will show title&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 00:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600654#M44413</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-10T00:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600664#M44414</link>
      <description>&lt;P&gt;Try to move your formula&amp;nbsp; isNull into Load Script and remove it from your calculated dimension.&lt;/P&gt;&lt;P&gt;It should fix the issue and also improve your performance as calculated dimensions have an impact on app's performance&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 01:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600664#M44414</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2019-07-10T01:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600665#M44415</link>
      <description>&lt;P&gt;Please take a look at my blog post on this topic. I think it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikwithfriends.com/index.php/2018/02/25/using-aggr-instead-of-if-for-complex-dimensions/" target="_blank"&gt;http://qlikwithfriends.com/index.php/2018/02/25/using-aggr-instead-of-if-for-complex-dimensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 01:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600665#M44415</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2019-07-10T01:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600666#M44416</link>
      <description>&lt;P&gt;Thanks for the advice Lisa_P and that worked.&lt;/P&gt;&lt;P&gt;Obviously the caveat is that the master dimension &lt;U&gt;name&lt;/U&gt;&amp;nbsp; appears as the select bar item title. Any title information is ignored just the same as any ordinary dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 01:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600666#M44416</guid>
      <dc:creator>Seggy224</dc:creator>
      <dc:date>2019-07-10T01:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600667#M44417</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;lblumenfeld&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;An interesting approach that seems to fix something that seems illogical to me in the first place.&lt;/P&gt;&lt;P&gt;Not sure how AGGR would handle this formula though:&lt;/P&gt;&lt;P&gt;=if(isnull(PreviousArrivalIntervalDays)&lt;BR /&gt;,'No Previous'&lt;BR /&gt;,if(PreviousArrivalIntervalDays=0&lt;BR /&gt;,'Same Day'&lt;BR /&gt;,if(PreviousArrivalIntervalDays=1&lt;BR /&gt;,1&lt;BR /&gt;,if(PreviousArrivalIntervalDays=2&lt;BR /&gt;,2&lt;BR /&gt;,if(PreviousArrivalIntervalDays&amp;gt;2 and PreviousArrivalIntervalDays &amp;lt; 30&lt;BR /&gt;,'3 - 30'&lt;BR /&gt;,if(PreviousArrivalIntervalDays&amp;lt;366&lt;BR /&gt;,'31 - 365'&lt;BR /&gt;,if(PreviousArrivalIntervalDays&amp;gt;365,'366+')&lt;BR /&gt;))))))&lt;/P&gt;&lt;P&gt;however I am a relative beginner happy to learn more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 02:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600667#M44417</guid>
      <dc:creator>Seggy224</dc:creator>
      <dc:date>2019-07-10T02:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600668#M44418</link>
      <description>&lt;P&gt;Thanks Sergey_maka8. I understand that this is a good option too and relatively easy to implement.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 02:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600668#M44418</guid>
      <dc:creator>Seggy224</dc:creator>
      <dc:date>2019-07-10T02:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600679#M44420</link>
      <description>&lt;P&gt;Hi Lisa_P&lt;/P&gt;&lt;P&gt;Is there any chance you could look at this please?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Backspace-deletes-last-edited-object-in-sheet-view/m-p/1598348" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Backspace-deletes-last-edited-object-in-sheet-view/m-p/1598348&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 02:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1600679#M44420</guid>
      <dc:creator>Seggy224</dc:creator>
      <dc:date>2019-07-10T02:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Formula In Select Bar</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1750548#M57752</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar issue, tried creating master dimension.&lt;/P&gt;&lt;P&gt;But still i see the formula on the selection bar.&lt;/P&gt;&lt;P&gt;How to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bharathkamath28_0-1602138795552.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41895i59EC857CB9F8E9FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bharathkamath28_0-1602138795552.png" alt="bharathkamath28_0-1602138795552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-In-Select-Bar/m-p/1750548#M57752</guid>
      <dc:creator>bharathkamath28</dc:creator>
      <dc:date>2020-10-08T06:33:22Z</dc:date>
    </item>
  </channel>
</rss>

