<?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: Function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021314#M15408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fact table in which I have different id's like a_Id;&amp;nbsp; b_Id; c_Id and Organization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st dim table contains a_id ; organization.... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 nd dim table contains b_Id; organization.... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 rd dim table contains c_id ; organization... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I used the auto number to remove the synthetic keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somehow result are not fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 02:09:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-31T02:09:51Z</dc:date>
    <item>
      <title>Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021311#M15405</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 some one tell me the use of concat function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp; Auto number to make a composite key. Somehow it is not working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of using this is to remove the synthetic key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 22:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021311#M15405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T22:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021312#M15406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Concat() function is used to concatenate text values. It's an aggregation function, so you would typically use a GROUP by clause in a LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's used to concatenate text values across multiple records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want to concatenate field values from the same record, use the string operator &amp;amp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldA &amp;amp; ' Text' AS NewField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 22:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021312#M15406</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-30T22:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021313#M15407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the context of AutoNumber, I think he want to use the &amp;amp; concatenation of fields. But I would propose that you use AutoNumber() instead of &amp;amp; concatenate. What was the issue with AutoNumber? It gave an error? or the results were not as you hoped?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 22:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021313#M15407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T22:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021314#M15408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fact table in which I have different id's like a_Id;&amp;nbsp; b_Id; c_Id and Organization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st dim table contains a_id ; organization.... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 nd dim table contains b_Id; organization.... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 rd dim table contains c_id ; organization... Etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I used the auto number to remove the synthetic keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But somehow result are not fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 02:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021314#M15408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T02:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021315#M15409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the results are not what you are hoping for? But are you able to get rid of the synthetic key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021315#M15409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021316#M15410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result are not appropriate.. But I able to remove synthetic key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021316#M15410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021317#M15411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is inappropriate about the results you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021317#M15411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function</title>
      <link>https://community.qlik.com/t5/App-Development/Function/m-p/1021318#M15412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's hard to tell what's wrong without knowing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- How you created your keys&lt;/P&gt;&lt;P&gt;- How the data looks like&lt;/P&gt;&lt;P&gt;- What you expect to see&lt;/P&gt;&lt;P&gt;- What you see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please upload your script and some sample lines of data, or a small sample QVW that can be reloaded (e.g. using INLINE loads).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Function/m-p/1021318#M15412</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-31T09:20:23Z</dc:date>
    </item>
  </channel>
</rss>

