<?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 Straight table double dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569529#M442009</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Straight table with 3 columns. 2 dimensions and 1 Expression.&lt;/P&gt;&lt;P&gt;The columns I have are the department, the manager and the sum&lt;/P&gt;&lt;P&gt;Problem is that in the qvd file I might have empty cells, which leads to having two or more departments, where in the manager column I will see the manager and below it I will see an empty cell.&lt;/P&gt;&lt;P&gt;I tried adding the manager column as an expression dimension if(manager='','',manager), but it didn't help.&lt;/P&gt;&lt;P&gt;Any idea how this could be solved?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:51:20 GMT</pubDate>
    <dc:creator>Kunkulis</dc:creator>
    <dc:date>2024-11-16T03:51:20Z</dc:date>
    <item>
      <title>Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569529#M442009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Straight table with 3 columns. 2 dimensions and 1 Expression.&lt;/P&gt;&lt;P&gt;The columns I have are the department, the manager and the sum&lt;/P&gt;&lt;P&gt;Problem is that in the qvd file I might have empty cells, which leads to having two or more departments, where in the manager column I will see the manager and below it I will see an empty cell.&lt;/P&gt;&lt;P&gt;I tried adding the manager column as an expression dimension if(manager='','',manager), but it didn't help.&lt;/P&gt;&lt;P&gt;Any idea how this could be solved?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569529#M442009</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2024-11-16T03:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569575#M442014</link>
      <description>&lt;P&gt;What do you mean by empty cell? is that a blank, a space or a null?&amp;nbsp; this might lead you to use if(IsNull(Manager)....&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post some sample data?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 18:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569575#M442014</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2019-04-15T18:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569775#M442022</link>
      <description>&lt;P&gt;I believe the cells are null/blank, because a formula if(Manager='','-',Manager) it does add the '-' in cells.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attachment I made a small version of the issue.&amp;nbsp; Please keep in mind that the real issue is on a much bigger and more complex scale, the original app has tick boxes where you create the table, but the expressions are constant, so would be nice if the solution would come outside the expressions. Also in the big version there are multiple people columns which could be chosen and they also have null cells.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 06:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569775#M442022</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-04-16T06:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569969#M442030</link>
      <description>&lt;P&gt;Assuming that for every department we have only one manager, i have created a file.&lt;/P&gt;&lt;P&gt;A left join is performed to get the manager names for blank values.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 12:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1569969#M442030</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-16T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570076#M442039</link>
      <description>&lt;P&gt;Based on the assumption that there is a 1:1 relationship between Department and Manager here is an alternative solution using&amp;nbsp; the ApplyMap function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 16:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570076#M442039</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2019-04-16T16:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570461#M442064</link>
      <description>&lt;P&gt;Thank you for your effort, but this solution won't do the trick.&amp;nbsp;&lt;BR /&gt;Is there a solution that wouldn't involve changes to script, but rather work in the straight table.&lt;/P&gt;&lt;P&gt;Because, if there is an empty cell in the *.qvd than it has to be null.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 11:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570461#M442064</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-04-17T11:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570498#M442066</link>
      <description>&lt;P&gt;Add Manger as an Expression&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 12:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570498#M442066</guid>
      <dc:creator>Vengatesh</dc:creator>
      <dc:date>2019-04-17T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table double dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570505#M442067</link>
      <description>&lt;P&gt;If you know all the managers for each department you can use the following dimension&lt;/P&gt;&lt;P&gt;=if(Department='A','Bob',&lt;BR /&gt;if(Department='B','Ben'))&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 12:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-double-dimension/m-p/1570505#M442067</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-04-17T12:27:53Z</dc:date>
    </item>
  </channel>
</rss>

