<?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: Adding calculated field based on exp pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264544#M850118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prajna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use below given calculated dimensions &amp;amp; expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14891294946472447 jive_text_macro" jivemacro_uid="_14891294946472447"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//project name&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [project name], '')&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//year-week&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [year-week], '')&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//planning hours&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [planning hours], ' ')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 07:06:16 GMT</pubDate>
    <dc:creator>rahulpawarb</dc:creator>
    <dc:date>2017-03-10T07:06:16Z</dc:date>
    <item>
      <title>Adding calculated field based on exp pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264543#M850117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with &lt;/P&gt;&lt;P&gt;cost center,employee name,project name,year-week,planning hours&lt;/P&gt;&lt;P&gt;so whenever there is no planning hours (meaning planning hours=0 ) i am not getting recor since suppress zero value is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is to show employees even though the planning hours=0.But they dont want to see project name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally this is what iy comes if i allow zero.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;cost center,employee name,project name,year-week,planning hours&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CC,name,proj1,year-week,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CC,name,proj2,year-week,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CC,name,proj3,year-week,0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but need is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CC,name,' ',' ',' '&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;kindly help.&lt;BR /&gt;&lt;/SPAN&gt;&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/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264543#M850117</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding calculated field based on exp pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264544#M850118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prajna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use below given calculated dimensions &amp;amp; expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14891294946472447 jive_text_macro" jivemacro_uid="_14891294946472447"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//project name&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [project name], '')&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//year-week&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [year-week], '')&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//planning hours&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;=If([planning hours]&amp;gt;0, [planning hours], ' ')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 07:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264544#M850118</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-10T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding calculated field based on exp pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264545#M850119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i give this in dimension i was getting error in calculation dimension..but if i use aggr function is not throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so em stuck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 07:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264545#M850119</guid>
      <dc:creator />
      <dc:date>2017-03-10T07:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding calculated field based on exp pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264546#M850120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prajna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the application with sample data? This will help me to provide your expected response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 07:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264546#M850120</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-10T07:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding calculated field based on exp pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264547#M850121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this information is not enough,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to share sample data along with expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 08:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-calculated-field-based-on-exp-pivot-table/m-p/1264547#M850121</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2017-03-10T08:07:59Z</dc:date>
    </item>
  </channel>
</rss>

