<?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 Show different values in table label and output in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-different-values-in-table-label-and-output/m-p/1565287#M41169</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Lets assume I have a table with the following variables: ResultID, Questionnaire, Question and Answer. ResultID is unique, hence a key, and Questionnaire has different entries and the same goes for Question and Answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want in my app is to show Answer as a dimension in a table, with its label being the Question. However, due to multiple Questions, Answers and Questionnaires I cannot seem to get it to work.&amp;nbsp; That is, I cannot split the Question based on the Questionnaire and its connected Answer.&lt;/P&gt;&lt;P&gt;Below is some arbitrary data to work with.&lt;/P&gt;&lt;PRE&gt;Surveys:&lt;BR /&gt;LOAD * INLINE [
    ResultID, Questionnaire, Question, Answer  

    1-1, AskHim-1, What do you want, Nothing
    1-2, AskHim-2, What do you like, Fries
    1-3, AskHim-3, What do you see, Stuff
    1-4, AskHim-4, What do you feel, Dont know
    2-1, AskHer-1, What do you drink, Tea
    2-2, AskHer-2, What is your favorite show, Oprah
];&lt;BR /&gt;&lt;BR /&gt;LinkSurvey:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;   ResultID, SurveyResultID&lt;BR /&gt;   1-1, 1&lt;BR /&gt;   1-2, 2&lt;BR /&gt;   1-3, 3&lt;BR /&gt;   1-4, 4&lt;BR /&gt;   2-1, 5&lt;BR /&gt;   2-2, 6&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Fact:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;   SurveyResultID, PersonID&lt;BR /&gt;   1, 22&lt;BR /&gt;   2, 22&lt;BR /&gt;   3, 22&lt;BR /&gt;   4, 22&lt;BR /&gt;   5, 30&lt;BR /&gt;   6, 30&lt;BR /&gt;];&lt;/PRE&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:09:06 GMT</pubDate>
    <dc:creator>klikgevoel</dc:creator>
    <dc:date>2024-11-16T06:09:06Z</dc:date>
    <item>
      <title>Show different values in table label and output</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-values-in-table-label-and-output/m-p/1565287#M41169</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Lets assume I have a table with the following variables: ResultID, Questionnaire, Question and Answer. ResultID is unique, hence a key, and Questionnaire has different entries and the same goes for Question and Answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want in my app is to show Answer as a dimension in a table, with its label being the Question. However, due to multiple Questions, Answers and Questionnaires I cannot seem to get it to work.&amp;nbsp; That is, I cannot split the Question based on the Questionnaire and its connected Answer.&lt;/P&gt;&lt;P&gt;Below is some arbitrary data to work with.&lt;/P&gt;&lt;PRE&gt;Surveys:&lt;BR /&gt;LOAD * INLINE [
    ResultID, Questionnaire, Question, Answer  

    1-1, AskHim-1, What do you want, Nothing
    1-2, AskHim-2, What do you like, Fries
    1-3, AskHim-3, What do you see, Stuff
    1-4, AskHim-4, What do you feel, Dont know
    2-1, AskHer-1, What do you drink, Tea
    2-2, AskHer-2, What is your favorite show, Oprah
];&lt;BR /&gt;&lt;BR /&gt;LinkSurvey:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;   ResultID, SurveyResultID&lt;BR /&gt;   1-1, 1&lt;BR /&gt;   1-2, 2&lt;BR /&gt;   1-3, 3&lt;BR /&gt;   1-4, 4&lt;BR /&gt;   2-1, 5&lt;BR /&gt;   2-2, 6&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Fact:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;   SurveyResultID, PersonID&lt;BR /&gt;   1, 22&lt;BR /&gt;   2, 22&lt;BR /&gt;   3, 22&lt;BR /&gt;   4, 22&lt;BR /&gt;   5, 30&lt;BR /&gt;   6, 30&lt;BR /&gt;];&lt;/PRE&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-values-in-table-label-and-output/m-p/1565287#M41169</guid>
      <dc:creator>klikgevoel</dc:creator>
      <dc:date>2024-11-16T06:09:06Z</dc:date>
    </item>
  </channel>
</rss>

