<?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: Show/Hide 0 values in straight table with button in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792596#M62028</link>
    <description>User sum(Sales) sum(Other) Product&lt;BR /&gt;total 1,76,50,731.00 1,48,45,607.00&lt;BR /&gt;A1 46,14,859.41 46,14,859.41 C1&lt;BR /&gt;A2 0.00 0.00 e1&lt;BR /&gt;A3 38,14,312.98 38,14,312.98 f1&lt;BR /&gt;A4 31,62,262.16 31,62,262.16 C1&lt;BR /&gt;A5 0.00 1,06,966.82 e1&lt;BR /&gt;A6 0.00 0.00 f1&lt;BR /&gt;A7 23,82,971.99 0.00 C1&lt;BR /&gt;A8 19,24,829.83 13,95,711.18 e1&lt;BR /&gt;A9 0.00 0.00 f1&lt;BR /&gt;A10 17,51,495.05 17,51,495.05 v1 In the above table&lt;BR /&gt;I want the user to be able to include or exclude 0 values in different&lt;BR /&gt;columns from a straight table.&lt;BR /&gt;Basically when they press a button, sum(Sales) and sum(other) equal to 0&lt;BR /&gt;means it should excluded of entire row.for your reference i have highlight&lt;BR /&gt;yellow mark&lt;BR /&gt;The buttons are not absolutely necessary, any other selection method is&lt;BR /&gt;also fine&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Mar 2021 15:04:23 GMT</pubDate>
    <dc:creator>Vigneshhhhh</dc:creator>
    <dc:date>2021-03-18T15:04:23Z</dc:date>
    <item>
      <title>Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792541#M62022</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I want the user to be able to include or exclude 0 values in different columns from a straight table.&lt;BR /&gt;Basically when they press a button, Sales equal to 0 is included or excluded.&lt;BR /&gt;The buttons are not absolutely necessary, any other selection method is also fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34462"&gt;@Fred&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 13:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792541#M62022</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-18T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792542#M62023</link>
      <description>&lt;P&gt;This would get pretty ugly...&lt;/P&gt;&lt;P&gt;I think you'd have to turn on the global Hide 0 values option, then for each measure, something like&lt;/P&gt;&lt;P&gt;If((vSelector = 'Sales' AND Sum(Sales)&amp;lt;&amp;gt;0) OR( vSelector = 'QTY' and Sum(QTY)&amp;lt;&amp;gt;0),YourMeasureFormulaHere)&lt;/P&gt;&lt;P&gt;Your button or selector would update a variable called vSelector in this scenario, obviously.&lt;/P&gt;&lt;P&gt;This could probably also be written via set analysis but it'd be the same thing just with different syntax.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 13:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792542#M62023</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-18T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792544#M62024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133057"&gt;@Vigneshhhhh&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This is my suggestion:&lt;/P&gt;&lt;P&gt;1) Open your app and go to the Customer, product or another dimension your have and search for Sales = 0, like below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Sum(Sales)=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;2) After do the selections, create a bookmark.&lt;/P&gt;&lt;P&gt;3) Using the button component, apply the "Apply bookmark" action and choose your recent bookmark created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 13:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792544#M62024</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-18T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792596#M62028</link>
      <description>User sum(Sales) sum(Other) Product&lt;BR /&gt;total 1,76,50,731.00 1,48,45,607.00&lt;BR /&gt;A1 46,14,859.41 46,14,859.41 C1&lt;BR /&gt;A2 0.00 0.00 e1&lt;BR /&gt;A3 38,14,312.98 38,14,312.98 f1&lt;BR /&gt;A4 31,62,262.16 31,62,262.16 C1&lt;BR /&gt;A5 0.00 1,06,966.82 e1&lt;BR /&gt;A6 0.00 0.00 f1&lt;BR /&gt;A7 23,82,971.99 0.00 C1&lt;BR /&gt;A8 19,24,829.83 13,95,711.18 e1&lt;BR /&gt;A9 0.00 0.00 f1&lt;BR /&gt;A10 17,51,495.05 17,51,495.05 v1 In the above table&lt;BR /&gt;I want the user to be able to include or exclude 0 values in different&lt;BR /&gt;columns from a straight table.&lt;BR /&gt;Basically when they press a button, sum(Sales) and sum(other) equal to 0&lt;BR /&gt;means it should excluded of entire row.for your reference i have highlight&lt;BR /&gt;yellow mark&lt;BR /&gt;The buttons are not absolutely necessary, any other selection method is&lt;BR /&gt;also fine&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Mar 2021 15:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792596#M62028</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-18T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792597#M62029</link>
      <description>&lt;P&gt;That is what the code I suggested would do. You'd have to apply it to *every* measure. You can't suppress zero/null on just one column, as far as I know.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 15:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792597#M62029</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-18T15:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792601#M62030</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want the user to be able to include or exclude 0 values in different&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;columns from a straight table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically when they press a button, sum(Sales) and sum(other) equal to 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;means it should excluded of entire row.for your reference i have highlight&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yellow mark PFA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The buttons are not absolutely necessary, any other selection method is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;also fine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 15:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792601#M62030</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-18T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792628#M62033</link>
      <description>&lt;P&gt;See the solution app attached.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_0-1616086584420.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51404iBC12779194F82C50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_0-1616086584420.png" alt="joaopaulo_delco_0-1616086584420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 16:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792628#M62033</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-18T16:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792836#M62058</link>
      <description>&lt;P&gt;In my table 200k user are there, if I didn't manually select entire user and I am unable to create a book mark any other suggestion please..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 11:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792836#M62058</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-19T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792908#M62069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133057"&gt;@Vigneshhhhh&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; You don't need to select manually the users. Look the way I select the users to create a bookmark:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_0-1616162873363.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51473i13B07BD3628CDE6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_0-1616162873363.png" alt="joaopaulo_delco_0-1616162873363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You also don't need to create a bookmark to every qlik sense user. You (professional license) could define the bookmark as default and it will work for all users.&lt;/P&gt;&lt;P&gt;Other option is using the option "Select values matching search criteria" on button action.&lt;/P&gt;&lt;P&gt;Select the User Field and put the formula&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;='=Sum(Sales)+Sum(Other)&amp;gt;0'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the updated app attached.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_1-1616163388330.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51476i41202FC5232FAA2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_1-1616163388330.png" alt="joaopaulo_delco_1-1616163388330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 14:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1792908#M62069</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-19T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793110#M62089</link>
      <description>&lt;P&gt;In my qliksense apps "&lt;SPAN&gt;Select values matching search criteria" Option is not available&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please provide step by step of&amp;nbsp; &amp;nbsp;users to create a bookmark&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 02:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793110#M62089</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-21T02:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793113#M62090</link>
      <description>&lt;P&gt;I would create 2 objects (one with checkbox on another with off) and put them in containeer. Then you can use buttons to controll visibillity of the object&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 04:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793113#M62090</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-03-21T04:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793217#M62098</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Could you please provide step by step "users" field to create a bookmark, How to create set expression in a book mark. could please share screen short&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 08:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793217#M62098</guid>
      <dc:creator>Vigneshhhhh</dc:creator>
      <dc:date>2021-03-22T08:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide 0 values in straight table with button</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793315#M62110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133057"&gt;@Vigneshhhhh&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;See step by steb below:&lt;/P&gt;&lt;P&gt;1) Write the expression on filter and press "Enter" to apply the selections.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_0-1616414140257.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51587i62BBC0332DC36F4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_0-1616414140257.png" alt="joaopaulo_delco_0-1616414140257.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) Click on bookbark icon, then select "Create a new bookmark" (My qlik sense is in portuguese)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_1-1616414294039.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51588i8C28EB3E3BD932ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_1-1616414294039.png" alt="joaopaulo_delco_1-1616414294039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3) Give a name for your bookmark&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaopaulo_delco_2-1616414351699.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51589i88BF807D7C77E4BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaopaulo_delco_2-1616414351699.png" alt="joaopaulo_delco_2-1616414351699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That's it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 12:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-0-values-in-straight-table-with-button/m-p/1793315#M62110</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-22T12:00:16Z</dc:date>
    </item>
  </channel>
</rss>

