<?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: Creating a Single Dimension from Multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677505#M1073105</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;Can you attach some sample data, so that it is easier to understand and give solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 13:06:06 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-08-14T13:06:06Z</dc:date>
    <item>
      <title>Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677490#M1073090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I create a single dimension from multiple fields in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I am having 3 fields in a table with name like SickLeave, CasualLeave, EarnedLeave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to create a single dimension of these three fields say LeaveBalance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677490#M1073090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T07:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677491#M1073091</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;You can try something like this&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load EMPID&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(SickLeave)+sum(CasualLeave)+sum(EarnedLeave) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LeaveBalance&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;groupby EMPID;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677491#M1073091</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-14T07:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677492#M1073092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, it is possible.&lt;/P&gt;&lt;P&gt;But i could not get ur requirement.&lt;/P&gt;&lt;P&gt;Could you please explain with an ex?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677492#M1073092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677493#M1073093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to add the three fields as an expression or a dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677493#M1073093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T07:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677494#M1073094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do you want to use this single dimension? Need more clear explanation or a sample qvw or an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677494#M1073094</guid>
      <dc:creator />
      <dc:date>2014-08-14T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677495#M1073095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;A href="https://community.qlik.com/qlik-users/147249"&gt;Balraj Ahlawat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use cross table while loading data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take 3 leave as measure &amp;amp; perform sum operation and Leave Balance as new dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnqlickview.com/cross-table-in-qlikview/" title="http://www.learnqlickview.com/cross-table-in-qlikview/"&gt;Cross Table in Qlikview « Learn Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677495#M1073095</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2014-08-14T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677496#M1073096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to add these fields, I want to create a Dimension with these 3 fields and their Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;LeaveBalance with three values SickLeave, CasualLeave, EarnedLeave with corresponding values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677496#M1073096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T07:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677497#M1073097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please help me with sample data? So that we can get u a possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We understand that you want to have a column by name LeaveBalance and it should have the specified three values but where will you have the value for each one stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to achieve this will getting the data in the load script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide with sample data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677497#M1073097</guid>
      <dc:creator />
      <dc:date>2014-08-14T07:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677498#M1073098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Value List function to create the Dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 07:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677498#M1073098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T07:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677499#M1073099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing clear from your question and explanation what exactly you want... Could you please provide little more clarification?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677499#M1073099</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-14T08:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677500#M1073100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment, hope to understand your req&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677500#M1073100</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-14T08:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677501#M1073101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try CrossTable() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CrossTable(LeaveType, LeaveCount)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EMPID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;SickLeave, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CasualLeave,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;EarnedLeave&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677501#M1073101</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-14T08:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677502#M1073102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EMPID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'SickLeave' AS LeaveType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;SickLeave AS LeaveCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Concatenate(Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EMPID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CasualLeave&lt;/SPAN&gt;' AS LeaveType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CasualLeave &lt;/SPAN&gt;AS LeaveCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Concatenate(Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load EMPID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EarnedLeave&lt;/SPAN&gt;' AS LeaveType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EarnedLeave&lt;/SPAN&gt; AS LeaveCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677502#M1073102</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-14T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677503#M1073103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try using Valuelist as a Calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ValueList('SickLeave', 'CasualLeave', 'EarnedLeave')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 09:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677503#M1073103</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-08-14T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677504#M1073104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me to perform accumulation for same in pivot table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, a employee X have 10 SickLeave for a year. Now it should accumulate throughout the year if he takes any SickLeave in a month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If he takes 1 SL in January then in Feb. balance should be 9 and if he takes 2 SL in Feb. then For March Balance should be 7 and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do it in pivot table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677504#M1073104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677505#M1073105</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;Can you attach some sample data, so that it is easier to understand and give solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677505#M1073105</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-14T13:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Single Dimension from Multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677506#M1073106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having following fields: EmpName, LeaveMonth, Total_CasualLeave, Total_SickLeave(Predefined), LeaveCode, LeaveDays etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to generate a Report(Need_To_Achieve Sample is attached) which will show a leave balance of a employee on daily basis.&lt;/P&gt;&lt;P&gt;I have calculated following fields:&lt;/P&gt;&lt;P&gt;Accumulated CasualLeave= sum(Total_CasualLeave), same for rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL Accrued= if(LeaveCode='CL', sum(LeaveDays), '0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Closing CL Balance= sum(Total_CasualLeave) - if(LeaveCode='CL', sum(LeaveDays), '0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want, my &lt;SPAN class="m45wn" style="font-weight: bold;"&gt;new daily&lt;/SPAN&gt; transaction shuold start with the Closing Balance w.r.t Faculty because if some body taking a leave then it will be deducted from the Accumulated Leave Balance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to &lt;SPAN class="m45wn" style="font-weight: bold;"&gt;Qlikview&lt;/SPAN&gt;, so do not know which function I should use at expression level or script level to achieve this in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help buddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 05:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Single-Dimension-from-Multiple-fields/m-p/677506#M1073106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-18T05:10:46Z</dc:date>
    </item>
  </channel>
</rss>

