<?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: chart dimenstion not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310486#M824497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do as Andres Walker suggested or else just do resident load as mentioned below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, firstname, lastname&lt;/P&gt;&lt;P&gt;1, AF, AL&lt;/P&gt;&lt;P&gt;2, BF, BL&lt;/P&gt;&lt;P&gt;3, CF, CL&lt;/P&gt;&lt;P&gt;4, DF, DL&lt;/P&gt;&lt;P&gt;5, EF, EL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (Resources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, employee&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;3, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load rm_id, firstname, lastname, if(IsNull(employee), '-', employee) Resident Resources;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table Resources;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can achieve that what you are looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 09:49:34 GMT</pubDate>
    <dc:creator>d_prashanthredd</dc:creator>
    <dc:date>2017-07-31T09:49:34Z</dc:date>
    <item>
      <title>chart dimenstion not working</title>
      <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310482#M824493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i m having an issue with a dimension not applying filter when double clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables,&lt;/P&gt;&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;rm_id, firstname, lastname&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;rm_id,employee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m trying to build a chart like below with list of rm_id that does not have an employee# in the system.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171739_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;In order to get the above working i had a calculated dimension like,&lt;/P&gt;&lt;P&gt;=if (isnull(employee),'Unassigned',Null())&lt;/P&gt;&lt;P&gt;with Suppress When Values is Null option is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the expressions is like,&lt;/P&gt;&lt;P&gt;count(rm_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is when i double click on the Unassigned item(blue) in the chart it does not apply the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same concept for a different field in a different chart but the below calculated dimension works.&lt;/P&gt;&lt;P&gt;=IF(trim(zzlwsnattrIsDisabled)='YES' OR trim(zzlwsnattrIsDisabled)='NO',Null(),'Unassigned')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i believe the below calculated dimension is not able to apply filter&amp;nbsp; &lt;/P&gt;&lt;P&gt;=if (isnull(employee),'Unassigned',Null())&lt;/P&gt;&lt;P&gt;What is wrong with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310482#M824493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: chart dimenstion not working</title>
      <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310483#M824494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share example application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 08:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310483#M824494</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-07-31T08:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: chart dimenstion not working</title>
      <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310484#M824495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your employee table is having rm_id if empl0yee# exists like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, firstname, lastname&lt;/P&gt;&lt;P&gt;1, AF, AL&lt;/P&gt;&lt;P&gt;2, BF, BL&lt;/P&gt;&lt;P&gt;3, CF, CL&lt;/P&gt;&lt;P&gt;4, DF, DL&lt;/P&gt;&lt;P&gt;5, EF, EL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, employee&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;3, C&lt;/P&gt;&lt;P&gt;4, &lt;/P&gt;&lt;P&gt;5, &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above case it will work.&lt;/P&gt;&lt;P&gt;Its better to share the sample app or data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310484#M824495</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-07-31T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: chart dimenstion not working</title>
      <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310485#M824496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MappingEmployee:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;rm_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;employee&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Employee;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Left Join:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rm_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ApplyMap('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MappingEmployee',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rm_id,'Unassigned') as AssignedEmployee&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Resources;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now your unassigned rm_id will have a field value of 'Unassigned' in the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AssignedEmployee.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310485#M824496</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-31T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: chart dimenstion not working</title>
      <link>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310486#M824497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do as Andres Walker suggested or else just do resident load as mentioned below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resources:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, firstname, lastname&lt;/P&gt;&lt;P&gt;1, AF, AL&lt;/P&gt;&lt;P&gt;2, BF, BL&lt;/P&gt;&lt;P&gt;3, CF, CL&lt;/P&gt;&lt;P&gt;4, DF, DL&lt;/P&gt;&lt;P&gt;5, EF, EL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (Resources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;rm_id, employee&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;3, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load rm_id, firstname, lastname, if(IsNull(employee), '-', employee) Resident Resources;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table Resources;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can achieve that what you are looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-dimenstion-not-working/m-p/1310486#M824497</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-07-31T09:49:34Z</dc:date>
    </item>
  </channel>
</rss>

