<?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: Hide column based table value selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723054#M474851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response adhimulam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qlikview app reloads data on daily basis to reflect new survey responses in to the app. so eventually we will be seeing new survey responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do we add dynamic questions in (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=getPossibleCount([Survey 2 question])).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we don't want to keep doing changes to qlikview app for new responses. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 05:15:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-22T05:15:57Z</dc:date>
    <item>
      <title>Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723050#M474847</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 requirement to show records from Mongo DB in a table view.&lt;/P&gt;&lt;P&gt;Each record in Mongo db collection "ResponseTable" represents a survey response as key value pair as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc1", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "8" }&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc1", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "10" }&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc1", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "3", "Please tell us why" : "no easy to use" }&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc2", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "8", "Survey 2 question" : "Answer 2" }&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc2", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "10", "Survey 2 question" : "Answer 2" }&lt;/P&gt;&lt;P&gt;{ "survey_id" : "u0nni1bc2", "How likely are you to recommend 'Test App' to your friends, family and colleagues?" : "3", "Please tell us why" : "no easy to use", "Survey 2 question" : "Answer 2" }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ResponseTable" can potentially have responses for different surveys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pulled all the records from db and created table view. which looks like attached file(tableview).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;survey id "u0nni1bc2" have question called "Survey 2 question" which is not relevant to survey id "u0nni1bc1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when select survey id "u0nni1bc1" in table view i wanted to hide column named "Survey 2 question".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp; to achieve this using some expressions and no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723050#M474847</guid>
      <dc:creator />
      <dc:date>2014-08-21T14:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723051#M474848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a column called Survey 1 Question?&lt;/P&gt;&lt;P&gt;I would better have it in a separate table then in a common column called Survey Question.&lt;/P&gt;&lt;P&gt;If that is not possible, then try the following function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor281"&gt;&lt;/A&gt;&lt;A name="getfieldselections"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;getfieldselections (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string with the current selections in a field. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;ValueSep&lt;/SPAN&gt; is the separator to be put between field values. The default is ', '. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; is the maximum number of field values to be individually listed. When a larger number of values is selected the format 'x of y values' will be used instead. The default is 6. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 14:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723051#M474848</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-08-21T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723052#M474849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick response loannis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Approach1: having common column.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We store all survey responses to question in a single table.&lt;/P&gt;&lt;P&gt;It is possible that one survey called survey1 can have many number of question like "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Survey 1 Question&lt;/SPAN&gt;1" ,"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Survey 1 Question2&lt;/SPAN&gt;" which are not applicable for another survey called survey2.&lt;/P&gt;&lt;P&gt;There wont be any common questions between survey1 and survey2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Approach2: &lt;SPAN class="Bold" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;getfieldselections (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I played around &lt;SPAN class="Bold" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;getfieldselections&amp;nbsp; and it is to get the selected value in a table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;But what i am trying to achieve is on selection of particular survey called survey 2 , i want to hide columns "Survey1 Question1" and "Survey1 Question2".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 04:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723052#M474849</guid>
      <dc:creator />
      <dc:date>2014-08-22T04:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723053#M474850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try condition option for the dimension &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Survey 2 question]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use condition as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=getPossibleCount([Survey 2 question])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 04:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723053#M474850</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T04:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723054#M474851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response adhimulam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qlikview app reloads data on daily basis to reflect new survey responses in to the app. so eventually we will be seeing new survey responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do we add dynamic questions in (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=getPossibleCount([Survey 2 question])).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we don't want to keep doing changes to qlikview app for new responses. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 05:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723054#M474851</guid>
      <dc:creator />
      <dc:date>2014-08-22T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723055#M474852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach sample? So that I can have a look at your model and table view you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723055#M474852</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-08-22T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hide column based table value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723056#M474853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached sameple qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-column-based-table-value-selection/m-p/723056#M474853</guid>
      <dc:creator />
      <dc:date>2014-08-22T07:23:00Z</dc:date>
    </item>
  </channel>
</rss>

