<?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: single column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1585922#M740193</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;If I have understood your problem then I think that you should have all regions in one column. You can do it using CrossTable. Try something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CrossTable (RegionType, Region, 2) LOAD
	Product,
	amount,
	Region,
	Region2,
	Region3,
	Region4
From Wherever;&lt;/LI-CODE&gt;&lt;P&gt;The output is the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-29 08_30_56-Dialog.png" style="width: 399px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12835iB4664A4944CF3BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-29 08_30_56-Dialog.png" alt="2019-05-29 08_30_56-Dialog.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But this may force you to modify expressions in front-end. For example, &lt;FONT color="#FF0000"&gt;&lt;EM&gt;Count(Region4)&lt;/EM&gt;&lt;/FONT&gt; now must be written &lt;EM&gt;&lt;FONT color="#99CC00"&gt;Count( {&amp;lt;RegionType = {'Region4'}&amp;gt;} Region)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 06:34:09 GMT</pubDate>
    <dc:creator>jaibau1993</dc:creator>
    <dc:date>2019-05-29T06:34:09Z</dc:date>
    <item>
      <title>single column</title>
      <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1585910#M740192</link>
      <description>&lt;P&gt;Hi all&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949" target="_self"&gt;&lt;SPAN class="login-bold"&gt;tresesco&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001" target="_self"&gt;&lt;SPAN class=""&gt;Vegar&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i have a region field&amp;nbsp; like&amp;nbsp;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Region2&lt;/P&gt;&lt;P&gt;Region3&lt;/P&gt;&lt;P&gt;Region4&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;amount&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Region2&lt;/P&gt;&lt;P&gt;Region3&lt;/P&gt;&lt;P&gt;Region4&lt;/P&gt;&lt;P&gt;..... like that i have&amp;nbsp; &amp;nbsp;because&amp;nbsp; in front end&amp;nbsp; i have 4 seperate tabs&amp;nbsp; each tab im using seperate region field&lt;/P&gt;&lt;P&gt;so now user told i need one region filed&amp;nbsp; if we select one region value now it should reflect all 4 tabs..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so how can i make single region field here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/single-column/m-p/1585910#M740192</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2024-11-16T20:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: single column</title>
      <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1585922#M740193</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;If I have understood your problem then I think that you should have all regions in one column. You can do it using CrossTable. Try something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CrossTable (RegionType, Region, 2) LOAD
	Product,
	amount,
	Region,
	Region2,
	Region3,
	Region4
From Wherever;&lt;/LI-CODE&gt;&lt;P&gt;The output is the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-29 08_30_56-Dialog.png" style="width: 399px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12835iB4664A4944CF3BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-29 08_30_56-Dialog.png" alt="2019-05-29 08_30_56-Dialog.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But this may force you to modify expressions in front-end. For example, &lt;FONT color="#FF0000"&gt;&lt;EM&gt;Count(Region4)&lt;/EM&gt;&lt;/FONT&gt; now must be written &lt;EM&gt;&lt;FONT color="#99CC00"&gt;Count( {&amp;lt;RegionType = {'Region4'}&amp;gt;} Region)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/single-column/m-p/1585922#M740193</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-05-29T06:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: single column</title>
      <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1585947#M740194</link>
      <description>No. i want a global filter .. not into the expressions &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Wed, 29 May 2019 07:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/single-column/m-p/1585947#M740194</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2019-05-29T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: single column</title>
      <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1585963#M740195</link>
      <description>&lt;P&gt;i want to link the filters across 4 tabs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so by that user can select one value in one filter entire dashboard will be reflected.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 07:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/single-column/m-p/1585963#M740195</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2019-05-29T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: single column</title>
      <link>https://community.qlik.com/t5/QlikView/single-column/m-p/1586598#M740196</link>
      <description>&lt;P&gt;Try using Field Triggers (Document Properties &amp;gt;&amp;gt; Triggers) and try to copy selections from one region to the others "on select"&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 11:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/single-column/m-p/1586598#M740196</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-05-30T11:47:54Z</dc:date>
    </item>
  </channel>
</rss>

