<?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: How can i add brand in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429592#M489943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i want to show in my report 12 brands and total column that is in my pivot table.i am having only one expression in my table.&lt;/P&gt;&lt;P&gt;When i drag brand dimension in vertical position,the 12 brands having one expresion and for total i am having one expresion.&lt;/P&gt;&lt;P&gt;I thought that i will give expression for the brandname and in the same expression i will give another expression based on the if condition.&lt;/P&gt;&lt;P&gt;so i need to add one text as total in brandnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2012 15:38:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-13T15:38:49Z</dc:date>
    <item>
      <title>How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429588#M489939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 12 brands, dimension name in BrandName.I want to add 'total' name in my brands that is 13th brand as total.&lt;/P&gt;&lt;P&gt;How can i add this brand in edit script.Can anyone have idea about this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429588#M489939</guid>
      <dc:creator />
      <dc:date>2012-11-13T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429589#M489940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't know if I understood correctly but if you want to add one more row with the description "Total" then you can concatenate your tables like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand:&lt;/P&gt;&lt;P&gt;LOAD BrandName FROM... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;BrandName&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If what you want to sum up the brand then this is done in your fact table and not in your dimension table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429589#M489940</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-11-13T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429590#M489941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can add another 13 value from any inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;BrandName&lt;/P&gt;&lt;P&gt;] from source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;BrandName&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but related to this values in another table shows null so you have to work on them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429590#M489941</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-13T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429591#M489942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you want a 'Total' in the brands list? Maybe there are different ways of achieving what you are trying to accomblish! I mean more efficient way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429591#M489942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-13T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429592#M489943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i want to show in my report 12 brands and total column that is in my pivot table.i am having only one expression in my table.&lt;/P&gt;&lt;P&gt;When i drag brand dimension in vertical position,the 12 brands having one expresion and for total i am having one expresion.&lt;/P&gt;&lt;P&gt;I thought that i will give expression for the brandname and in the same expression i will give another expression based on the if condition.&lt;/P&gt;&lt;P&gt;so i need to add one text as total in brandnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429592#M489943</guid>
      <dc:creator />
      <dc:date>2012-11-13T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429593#M489944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - On your pivot table --&amp;gt; Properties --&amp;gt; Presentation --&amp;gt; Click on the Brands dimension --&amp;gt; Label for Totals --&amp;gt; Input "Total".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - On the same Presentation window select 'Brands dimension' and there is a subsection called Subtotals, you can select Subtotals on top or bottom as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 16:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429593#M489944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-13T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add brand in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429594#M489945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want to give the expression for the total thats not related to sum(columns) totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 16:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-add-brand-in-script/m-p/429594#M489945</guid>
      <dc:creator />
      <dc:date>2012-11-13T16:25:17Z</dc:date>
    </item>
  </channel>
</rss>

