<?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: Creating Textbox according to if statement (condition) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507573#M552095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you just have to use the "else" part of the if() function...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;If(&amp;nbsp; SpalteA='a',&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: 12.727272033691406px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; line-height: 1.5em;"&gt;If(SpalteB= 2,&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: 12.727272033691406px; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(SpalteB),0),'SOME OTHER TEXT')&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: 12.727272033691406px; line-height: 1.5em;"&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: 12.727272033691406px; line-height: 1.5em;"&gt;What's wrong?!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 16:51:55 GMT</pubDate>
    <dc:creator>Marcoimp</dc:creator>
    <dc:date>2013-10-23T16:51:55Z</dc:date>
    <item>
      <title>Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507569#M552091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help. It is very easy to create a Textbox using a if Condition to display text.&lt;/P&gt;&lt;P&gt;But it only works if I select a Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Textbox condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(columnA='example',(if(columnB&amp;gt;1,'TEST')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This wokrs fine if I select emaple wtihin the tabelchart (diagram).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it posible to get a result within the Textbox without a selection using if statement (condition)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507569#M552091</guid>
      <dc:creator />
      <dc:date>2013-10-22T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507570#M552092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did not get you exactly, what and when you want to show in text box.&lt;/P&gt;&lt;P&gt;What is Test, &lt;/P&gt;&lt;P&gt;is it a value or Text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can use set analysis and all other functions in text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507570#M552092</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-22T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507571#M552093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, just use a different aggregation function than the implicit only function for example maxstring: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(maxstring(columnA)='example',(if(maxstring(columnB)&amp;gt;1,'TEST')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507571#M552093</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-22T16:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507572#M552094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. Test is the shown TEXT within a Text box.&lt;/P&gt;&lt;P&gt;I trie to Explain it more detailed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but I am not able to upload a example. Something ist wrong with my browser etc.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Beispieln.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/47999_Beispieln.bmp" style="width: 620px; height: 297px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableChart: Beispiel Anzeigen / Ausblenden&lt;/P&gt;&lt;P&gt;Includes following condition: If(SpalteA='a',If(SpalteB= 2,sum(SpalteB),0))&lt;/P&gt;&lt;P&gt;Result: only needed rows will be displayed if contion = true, TabelChart ist empty if conditoin = flase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Addtional function needed:&lt;/P&gt;&lt;P&gt;I need a Text box like above to show some text if the result of this condition = false (if TableChart: Beispiel Anzeigen / Ausblenden is empty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 09:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507572#M552094</guid>
      <dc:creator />
      <dc:date>2013-10-23T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507573#M552095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you just have to use the "else" part of the if() function...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;If(&amp;nbsp; SpalteA='a',&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: 12.727272033691406px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; line-height: 1.5em;"&gt;If(SpalteB= 2,&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: 12.727272033691406px; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(SpalteB),0),'SOME OTHER TEXT')&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: 12.727272033691406px; line-height: 1.5em;"&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: 12.727272033691406px; line-height: 1.5em;"&gt;What's wrong?!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 16:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507573#M552095</guid>
      <dc:creator>Marcoimp</dc:creator>
      <dc:date>2013-10-23T16:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507574#M552096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for your answer. It doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now allways 'SOME OTHER TEXT' will be displayed. It doesn't matter which value is in SpalteA or SpalteB in Statement below.&lt;/P&gt;&lt;P&gt;For example:&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: 12.727272033691406px;"&gt;If(&amp;nbsp; SpalteA='f',&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: 12.727272033691406px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;If(SpalteB= 3,&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: 12.727272033691406px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(SpalteB),0),'SOME OTHER TEXT')&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: 12.727272033691406px;"&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: 12.727272033691406px;"&gt;He allways shows &lt;/SPAN&gt;&lt;BR /&gt;'SOME OTHER TEXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second part is, that I need text if the result of this condition = false.&lt;/P&gt;&lt;P&gt;TableChart: Beispiel Anzeigen / Ausblenden is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 08:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507574#M552096</guid>
      <dc:creator />
      <dc:date>2013-10-24T08:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507575#M552097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;You allways get "&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;SOME OTHER TEXT&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;" because SpalteA is allways &amp;lt;&amp;gt;'f', (as in you picture).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;Include the qvw example (using the extended editor you'll find the function down right).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 09:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507575#M552097</guid>
      <dc:creator>Marcoimp</dc:creator>
      <dc:date>2013-10-24T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507576#M552098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for answer. Sorry but I have no extended editor. Something is wrong with my browser: Other browsers don’t work too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's possible to upload document on the QlikView page in generally.&lt;/P&gt;&lt;P&gt;You will find the Document under the Recource Library.&lt;/P&gt;&lt;P&gt;Title: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/96733"&gt;Creating Textbox according to if statement (condition)&lt;/A&gt; &lt;SPAN class="j-act-container font-color-meta"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;Thanks Thomas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507576#M552098</guid>
      <dc:creator />
      <dc:date>2013-10-24T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507577#M552099</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;I have a second problem. I tried to highlight the tap of this example in red according to a condtion. But for some reason it won't work.&lt;/P&gt;&lt;P&gt;Maybe you have an idea. You will find detailed information in following dicusion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Higlight a tap (Worksheet) accroding to a condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507577#M552099</guid>
      <dc:creator />
      <dc:date>2013-10-24T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507578#M552100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really get what you are trying to achieve, but as mentioned above and in one of your previous threads, you can't compare a field to a single value unless there is only one possible value for that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SpalteA = 'f'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you expect QV to return here? SpalteA is an field (or a vector / array) that contains 5 values, so QV don't know how to evaluate this comparison unless you select a value in SpalteA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add some aggregation functions to get around this, like suggested above or maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat( If(SpalteA = 'f', 'Some Text'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 10:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507578#M552100</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-24T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507579#M552101</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 have a look on my Example. In this example you will see some tablecharts.Both tablecharts have some condtions to highlight value. The second tablechart in additon has a formula. The result is, that I only get rows according to a condition.&amp;nbsp; This functions work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is in additoin a Textbox if the condition for TableChart: Beispiel Anzeigen / Ausblenden is false. No rows will displayed. So the user willl be informed that he don't have to expect rows / vales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 11:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507579#M552101</guid>
      <dc:creator />
      <dc:date>2013-10-24T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507580#M552102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So maybe like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Sum(If(SpalteA='a' and SpalteB&amp;gt;= 2,SpalteB)), 'Tabelle zeigt was', 'Tabelle zeigt nichts')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507580#M552102</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-24T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507581#M552103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer. I tried this, because I have more than one condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(If(SpalteA='a',If(SpalteB&amp;gt;= 2,'Tabelle zeigt was'),&lt;/P&gt;&lt;P&gt;(If(SpalteA='c',If(SpalteB= 1,'Tabelle zeigt was'),'Tabelle zeigt nichts'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see I chaned the values in SpalteB for a test. Now it works. The last problem I have is that he shows 'Tabelle zeigt nichts' twice times. On which position do I have to do that within the statement&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Beispieln2.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/48084_Beispieln2.bmp" style="width: 620px; height: 333px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507581#M552103</guid>
      <dc:creator />
      <dc:date>2013-10-24T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507582#M552104</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;your Statement is working too. I trie to do that with two conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 12:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507582#M552104</guid>
      <dc:creator />
      <dc:date>2013-10-24T12:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507583#M552105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Thomas Walldorf wrote:&lt;/P&gt;
&lt;P&gt;. The last problem I have is that he shows 'Tabelle zeigt nichts' twice times. On which position do I have to do that within the statement&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Use DISTINCT qualifier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(DISTINCT If(SpalteA='a',If(SpalteB&amp;gt;= 2,'Tabelle zeigt was'),&lt;/P&gt;&lt;P&gt;(If(SpalteA='c',If(SpalteB= 1,'Tabelle zeigt was'),'Tabelle zeigt nichts'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507583#M552105</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-24T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507584#M552106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day friend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I can help you, but need you to be more clear and specific about what you need. First things first, I've downloaded your files qvw, which the first step which you wish to make in that file? Answer me that and I'll be here to help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Reminding me explain very well what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hugs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507584#M552106</guid>
      <dc:creator>offjunior</dc:creator>
      <dc:date>2013-10-24T13:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507585#M552107</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;thanks a lot Junior Junior.&lt;/P&gt;&lt;P&gt;See the picture above.&lt;/P&gt;&lt;P&gt;In the Texbox I have included:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(If(SpalteA='a',If(SpalteB&amp;gt;= 2,'Tabelle zeigt was'),&lt;/P&gt;&lt;P&gt;(If(SpalteA='c',If(SpalteB= 1,'Tabelle zeigt was'),'Tabelle zeigt nichts'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can see I get several times a solution (text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to display some text if tablechart Beispiel Anzeigen / Ausblenden is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507585#M552107</guid>
      <dc:creator />
      <dc:date>2013-10-24T13:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507586#M552108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Junior Juniior,&lt;/P&gt;&lt;P&gt;because it won't really work I tried this one within Textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Sum(If(SpalteA='a' and SpalteB&amp;gt;= 2,SpalteB)),&lt;/P&gt;&lt;P&gt;If(SpalteA='a' and SpalteB&amp;gt;= 2,SpalteB),'Tabelle zeigt nichts')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works but only if I have maximum two conditions If I try to add a third If Statement it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507586#M552108</guid>
      <dc:creator />
      <dc:date>2013-10-24T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507587#M552109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Junior Junior&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I did a mistake:&lt;/P&gt;&lt;P&gt;Now the correct Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if(Sum(If(SpalteA='a' and SpalteB= 2,SpalteB)),&lt;/P&gt;&lt;P&gt;If(SpalteA='c' and SpalteB= 1,SpalteB),'Tabelle zeigt nichts')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works but only if I have maximum two conditions If I try to add a third If Statement it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Thomas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507587#M552109</guid>
      <dc:creator />
      <dc:date>2013-10-24T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Textbox according to if statement (condition)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507588#M552110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give me a complete sentence with the third condition you are saying it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Textbox-according-to-if-statement-condition/m-p/507588#M552110</guid>
      <dc:creator>offjunior</dc:creator>
      <dc:date>2013-10-24T15:16:51Z</dc:date>
    </item>
  </channel>
</rss>

