<?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: Fixed expression in text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153694#M376721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get some values, but it changes now for any selection again, not only for selections in "year" (Geschäftsjahr) and "month" (Monat).&lt;/P&gt;&lt;P&gt;I have attached an extract of the overall file, since this might already do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required text object is called "Test Object" and is only displayed if you press the button "Bankdatenänderungen" or one of the below buttons. It should generally have the same value as the text object with "Bankdaten" on the righthand side - at least as long as you only do selections on the year and month field.&lt;/P&gt;&lt;P&gt;The general value to be displayed here is 14 (all changes in bank data for all years in scope).&lt;/P&gt;&lt;P&gt;Selections in year, month (and later also quarter, day and weekday) should lead to new values according to the selection. Pressing the below button "CPD-Kreditoren" should not change the value of 14, but it does.&lt;/P&gt;&lt;P&gt;The same is true for selections in any other list box like "Änderer" or "Geändertes Feld" or ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope we can figure this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 06:46:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-09T06:46:46Z</dc:date>
    <item>
      <title>Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153687#M376714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could need some help with fixing an expression in a text object so that I can display a certain calculated value no matter what selections are made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the problem:&lt;/P&gt;&lt;P&gt;I have a text object with the following text and expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Bankdaten ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;[SAP Tabelle]&lt;/SPAN&gt;='LFBK - Lieferantenstamm (Bankverbindungen)',&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;Änderungsbelegnr&lt;/SPAN&gt; ))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now, I would like to fix this expression, so that the calculated value is shown even if another selection is made. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;At the same time, this text box is only supposed to pop up when a certain button is pressed. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I already created a variable (vBankdatenGesamt), which is set to 1 by clicking the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I came up with an expression like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vBankdatenGesamt&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '1', 'Bankdaten Gesamt ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct( if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'LFBK - Lieferantenstamm (Bankverbindungen)', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderungsbelegnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But I still need to fix this one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Daniela&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 16:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153687#M376714</guid>
      <dc:creator />
      <dc:date>2016-09-06T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153688#M376715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text box expression definition put this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;[SAP Tabelle]={'LFBK - Lieferantenstamm (Bankverbindungen)'}&amp;gt;} DISTINCT Änderungsbelegnr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ignore ALL current selections and make a selection in Änderungsbelegnr. If you only want to replace any selections in Änderungsbelegnr, just remove the '1' at the start of the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To only show the text box when your button is pressed, put this in the "Conditional" box in the Layout tab of the text box properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vBankdatenGesamt = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 16:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153688#M376715</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-06T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153689#M376716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks. This works perfectly.&lt;/P&gt;&lt;P&gt;Is there also an option to make it flexible again only for certain selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I press my button "Show nr. bank data" and get my overall number due to the fixed expression. Some further buttons with different selections won't influence the number, which is good, but then I would like to change the time frame. Instead of the overall number, the number should be change&amp;nbsp; in respect to selections concerning month and year.&lt;/P&gt;&lt;P&gt;I got a field "year" and a field "month" in my data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 06:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153689#M376716</guid>
      <dc:creator />
      <dc:date>2016-09-07T06:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153690#M376717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/221011"&gt;dmeyersieck&lt;/A&gt;‌ if my response has solved your issue please mark it as correct to close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153690#M376717</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-07T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153691#M376718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. This should do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;[SAP Tabelle]={'LFBK - Lieferantenstamm (Bankverbindungen)'}, year=P(), month=P()&amp;gt;} DISTINCT Änderungsbelegnr)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153691#M376718</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-07T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153692#M376719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess this is close, but it is not working yet.&lt;/P&gt;&lt;P&gt;The expression starts to be "wrong" with the closing bracket after the first "P". It seems something needs to be put into brackets, or .... I don't know. I already tried to forgo the brackets after the Ps, but this ends in rubbish &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'LFBK - Lieferantenstamm (Bankverbindungen)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), Monat=P() &amp;gt;} DISTINCT Änderungsbelegnr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Another Suggestion to try?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 06:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153692#M376719</guid>
      <dc:creator />
      <dc:date>2016-09-08T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153693#M376720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression syntax checker is broken after using P(), but it should still work OK. Is the expression not returning anything? Can you post your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153693#M376720</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-08T16:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153694#M376721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get some values, but it changes now for any selection again, not only for selections in "year" (Geschäftsjahr) and "month" (Monat).&lt;/P&gt;&lt;P&gt;I have attached an extract of the overall file, since this might already do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required text object is called "Test Object" and is only displayed if you press the button "Bankdatenänderungen" or one of the below buttons. It should generally have the same value as the text object with "Bankdaten" on the righthand side - at least as long as you only do selections on the year and month field.&lt;/P&gt;&lt;P&gt;The general value to be displayed here is 14 (all changes in bank data for all years in scope).&lt;/P&gt;&lt;P&gt;Selections in year, month (and later also quarter, day and weekday) should lead to new values according to the selection. Pressing the below button "CPD-Kreditoren" should not change the value of 14, but it does.&lt;/P&gt;&lt;P&gt;The same is true for selections in any other list box like "Änderer" or "Geändertes Feld" or ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope we can figure this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 06:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153694#M376721</guid>
      <dc:creator />
      <dc:date>2016-09-09T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153695#M376722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops - sorry!&amp;nbsp; You need to pass specific text strings into the Year and Month set modifiers.&amp;nbsp; Create two variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;vGeschäftsjahr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;='Geschäftsjahr='&lt;/P&gt;&lt;P&gt;&amp;amp; If(GetSelectedCount(Geschäftsjahr)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,''&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'{' &amp;amp; Chr(39) &amp;amp; GetFieldSelections(Geschäftsjahr,Chr(39) &amp;amp; ',' &amp;amp; Chr(39),100) &amp;amp; Chr(39) &amp;amp; '}'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;vMonat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;='Monat='&lt;/P&gt;&lt;P&gt;&amp;amp; If(GetSelectedCount(Monat)=0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,''&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'{' &amp;amp; Chr(39) &amp;amp; GetFieldSelections(Monat,Chr(39) &amp;amp; ',' &amp;amp; Chr(39),12) &amp;amp; Chr(39) &amp;amp; '}'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, your main expression should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Bankdaten Gesamt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' &amp;amp; Count ({1&amp;lt; [SAP Tabelle]={'LFBK - Lieferantenstamm (Bankverbindungen)'},$(vGeschäftsjahr), $(vMonat)&amp;gt;} DISTINCT Änderungsbelegnr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2016 18:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153695#M376722</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-11T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153696#M376723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your help. This way, it works exactly the way I want it to. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two (hopefully) last "small" questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it possible to have a bookmark on a selection combination that is not actually possible?&lt;/P&gt;&lt;P&gt;Example: Field: "SAP Tabelle" with value: "LFBK" and field: "CPD-Kreditoren" with value: "ja".&lt;/P&gt;&lt;P&gt;Since there are no CPD-Kreditoren available for my bank data (represented by selection of SAP Tabelle LFBK) I can not select "ja" in the field CPD-Kreditoren when I first select the LFBK value in the field SAP-Tabelle. However, I would like to show exactly this result, namely that there are no CPD-Kreditroren for bank data.&amp;nbsp; In my text object I would like to see the value "0" then and in my graphic I would like to see something like "no data available".&lt;/P&gt;&lt;P&gt;Maybe there is also a way to work around this. I need this comination for my button "CPD-Kreditoren" beneath the button "Bankdaten".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I would like to display my titles dynamically and generally I already figured out how to do this, but again I've got a little trouble with the field CPD-Kreditoren. As long as I have not selected anything in the field "CPD-Kreditoren" I would like to see the title "Bankdaten" with the corresponding value. However, if I dispay my overall bank data (with generally no CPD-Kreditoren available) it already changes the title to "Kreditoren exkl. CPD" since the possible selections in the field "CPD-Kreditoren" are already restricted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I am using so far, but it is not fully right yet.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CPD-Kreditoren]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'Bankdaten ', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CPD-Kreditoren]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='ja', 'CPD-Kreditoren ', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CPD-Kreditoren]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= 'nein', 'Kreditoren exkl. CPD ', 'Bankdaten '))) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='LFBK - Lieferantenstamm (Bankverbindungen)',&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderungsbelegnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;See attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any suggestions appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Daniela&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 10:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153696#M376723</guid>
      <dc:creator />
      <dc:date>2016-09-12T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153697#M376724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your first question you can put anything you like in set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count ({&amp;lt; [SAP Tabelle]={'LFBK - Lieferantenstamm (Bankverbindungen)'}, [CPD-Kreditoren]={'ja'}&amp;gt;} DISTINCT Änderungsbelegnr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will simply return 0 if that's the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand your second question, but I think maybe look at the functions GetPossibleValues() and GetSelectedValues()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153697#M376724</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-12T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153698#M376725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Daniela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another solution to only let your text box expression respond to month or year selections might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14737230221113932" jivemacro_uid="_14737230221113932"&gt;
&lt;P&gt;='Bankdaten Gesamt:'&amp;amp;Count({1&amp;lt;[SAP Tabelle]={'LFBK'},Geschäftsjahr=$::Geschäftsjahr,Monat=$::Monat&amp;gt;} DISTINCT Änderungsbelegnr)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_231689_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/137197_QlikCommunity_Thread_231689_Pic2.JPG" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_231689_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137196_QlikCommunity_Thread_231689_Pic1.JPG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_231689_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/137204_QlikCommunity_Thread_231689_Pic3.JPG" style="height: 213px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_231689_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/137205_QlikCommunity_Thread_231689_Pic4.JPG" style="height: 219px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vielleicht hilft's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gruß&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 23:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153698#M376725</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-12T23:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153699#M376726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! I got it!&lt;/P&gt;&lt;P&gt;I created two new variables (vCPD and vKredexCPD) and integrated them and your above expression into the text field of my text object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCPD&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '1', 'CPD-Kreditoren ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'LFBK - Lieferantenstamm (Bankverbindungen)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CPD-Kreditoren]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ja'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderungsbelegnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vKredexCPD&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '1', 'Kreditoren ex CPD ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'LFBK - Lieferantenstamm (Bankverbindungen)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CPD-Kreditoren]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'nein'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderungsbelegnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;BR /&gt; 'Bankdaten ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SAP Tabelle]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='LFBK - Lieferantenstamm (Bankverbindungen)',&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderungsbelegnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variables are set to 1 by pressing the corresponding buttons. This way I managed to display the correct values in my text object with the corresponding titles. And using the same variables I also got my graphic to display "no data" when applicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, both questions answered.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 08:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153699#M376726</guid>
      <dc:creator />
      <dc:date>2016-09-13T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153700#M376727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Marco.&lt;/P&gt;&lt;P&gt;Already integrated the other solution into my qvd-file, but it seems your answer would have done the same job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 08:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153700#M376727</guid>
      <dc:creator />
      <dc:date>2016-09-13T08:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153701#M376728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could need another advice for fixing an expression.&lt;/P&gt;&lt;P&gt;This time I got a text box which is supposed to give me a certain text depending on which year I select.&lt;/P&gt;&lt;P&gt;The below screenshots display the required text to be shown for 2016 and 2013 respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138287_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt; &lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138288_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text itself has some variable factors which keep changing whenever I select a value in any other field.&lt;/P&gt;&lt;P&gt;Currently, when I drill down to certain items of a year, the text keeps changing accordingly. This is what I need to avoid. Especially, the selection in the field "BelegNr." is not allowed to influence the numbers in my text box..&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/138289_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;This is my expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'2013', '2016'), ': ', ' ')&lt;BR /&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2016', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2016'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2016'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1, ' Änderung', ' Änderungen') &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//&amp;amp; if(Num ([Alter Wert BELEG]) &amp;lt;= Num([Neuer Wert BELEG]), &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2016'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1, '&lt;BR /&gt; ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetPossibleCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), ' ') &amp;amp; ' von ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2016'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ' Änderungen '&lt;BR /&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1, 'ist', 'sind') &amp;amp; ' nicht ordnungsgemäß. Das Basisdatum wurde von ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1, 'User ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Änderer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp; ' Usern') &amp;amp; ' in die Zukunft gelegt.' , &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2013', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2013'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Geschäftsjahr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'2013'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BelegNr.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1, ' Änderung', ' Änderungen')&lt;BR /&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Alter Wert BELEG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Neuer Wert BELEG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), ' &lt;BR /&gt; Keine Beanstandungen.')) &amp;amp; ' ') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached a sample of my qvd.&lt;/P&gt;&lt;P&gt;Hope you can help me on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A second aspect I would need to solve is that currently all items are counted. However, I would need to have the condition integrated that only items are counted for which [Alter Wert] &amp;lt;= [Neuer Wert] is true, without having those items explicitely selected.&lt;/P&gt;&lt;P&gt;Right now I worked my way around, but the moment more changes are recorded, this might not work anymore.&lt;/P&gt;&lt;P&gt;Example: another items date is changed and this time [Alter Wert] &amp;gt;= [Neuer Wert]. This would be an item not to be counted - leading to the text:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"2016: 7 Änderungen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6 von 7 Änderungen sind nicht ordnungsgemäß. Das Basisdatum ...."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 12:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153701#M376728</guid>
      <dc:creator />
      <dc:date>2016-09-22T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed expression in text object</title>
      <link>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153702#M376729</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;please don't post independent questions in one thread, instead open a new one for your new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 18:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixed-expression-in-text-object/m-p/1153702#M376729</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-22T18:49:48Z</dc:date>
    </item>
  </channel>
</rss>

