<?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 Create Random Column with 15 to 25 % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135320#M909219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to create a column from a sales amount column to show randomly 15 to 25% for a sales column. Anyone has a quick logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>alec1982</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135320#M909219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to create a column from a sales amount column to show randomly 15 to 25% for a sales column. Anyone has a quick logic&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/Create-Random-Column-with-15-to-25/m-p/1135320#M909219</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135321#M909220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;((Rand() * (0.25 - 0.15)) + 0.25) * Sales as Rand_Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135321#M909220</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T18:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135322#M909221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Rand1&lt;/P&gt;&lt;P&gt;Where Rand1 &amp;gt;= 0.15 and Rand1 &amp;lt;= 0.25;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt; Rand() as Rand1&lt;/P&gt;&lt;P&gt;Autogenerate 100000;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135322#M909221</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-16T18:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135323#M909222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this returns more than 25%&amp;nbsp; of the sales amount.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135323#M909222</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2016-06-16T18:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135324#M909223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my table has two columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction ID and Sales Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add additional column for profit and it is random values of 15 to 25 % of sales amount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135324#M909223</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2016-06-16T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135325#M909224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, it should have been this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;((Rand() * (0.25 - 0.15)) + &lt;SPAN style="color: #ff0000;"&gt;0.15&lt;/SPAN&gt;) * Sales as Rand_Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135325#M909224</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T18:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Random Column with 15 to 25 %</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135326#M909225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Transactions:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[T&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ransaction ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt; , Rand1 as [&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sales Amount]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Where Rand1 &amp;gt;= 0.15 and Rand1 &amp;lt;= 0.25;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Rand() as Rand1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;recno() as [T&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ransaction ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;Autogenerate 100000;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Random-Column-with-15-to-25/m-p/1135326#M909225</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-16T19:00:44Z</dc:date>
    </item>
  </channel>
</rss>

