<?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: insert value in a table by Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786855#M666243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable ( eg vToggle )&lt;/P&gt;&lt;P&gt;Create a button&lt;/P&gt;&lt;P&gt;Make the button action &lt;STRONG&gt;set variable&lt;/STRONG&gt; to toggle between S and N ( eg If( vToggle = 'S','N','S') )&lt;/P&gt;&lt;P&gt;Put vToggle as a Calculated expression in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should now show the value of vToggle as a column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 11:27:55 GMT</pubDate>
    <dc:creator>ThornOfCrowns</dc:creator>
    <dc:date>2014-12-24T11:27:55Z</dc:date>
    <item>
      <title>insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786852#M666240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, i'm new to QlikView and I need some help to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I have to do is to insert a character (which can be S or N)&amp;nbsp; in the entire column of an existing table each time you press the button.&lt;/P&gt;&lt;P&gt;For example, at the beginning the column is blank, I press the button and puts all S. I press again and puts all N. And so on, the button alternates the S with N.&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;P&gt;Any help is appreciated, and sorry if my English is not perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786852#M666240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-24T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786853#M666241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mattia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Config--&amp;gt;Variable panel, you can create a variable, in example: vSN.&lt;/P&gt;&lt;P&gt;In the button actions you can add an 'external'--&amp;gt;'set variable' action for the variable vSN and with the value:&lt;/P&gt;&lt;P&gt;=If(vSN='N', 'S', 'N')&lt;/P&gt;&lt;P&gt;Int he table you only need to add an expression with the variable name, like:&lt;/P&gt;&lt;P&gt;vSN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786853#M666241</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-12-24T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786854#M666242</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;Can you describe your exact requirement.. why you want to change the entire column values alternately..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786854#M666242</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-12-24T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786855#M666243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable ( eg vToggle )&lt;/P&gt;&lt;P&gt;Create a button&lt;/P&gt;&lt;P&gt;Make the button action &lt;STRONG&gt;set variable&lt;/STRONG&gt; to toggle between S and N ( eg If( vToggle = 'S','N','S') )&lt;/P&gt;&lt;P&gt;Put vToggle as a Calculated expression in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should now show the value of vToggle as a column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786855#M666243</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-12-24T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786856#M666244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks your solution work (:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786856#M666244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-24T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: insert value in a table by Button</title>
      <link>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786857#M666245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok I try to explain in the best way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm managing the awards related to sales and I must simply decide whether to validate all the awards (so S that stands for Yes) or deny them (so N &lt;SPAN style="font-size: 13.3333339691162px;"&gt;that stands&lt;/SPAN&gt; No). I hope it is clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/insert-value-in-a-table-by-Button/m-p/786857#M666245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-24T11:46:13Z</dc:date>
    </item>
  </channel>
</rss>

